Tags
亲和力网站 小狗钱钱 72小时法则 apache C CakePHP Capistrano Catalyst change filename Cpan css cygwin Database Directory Dreamweaver encoding ext2 Geshi heredoc httperf IP address IPv6 Joomfish Joomla Jquery Junction Kannel Linux MacOS Magento NTFS Oracle Perl PHP Phtml print Read File Regex Shell SqlServer2005 ssh Test touch Ubuntu Windows
Tag Archives: Ubuntu
Keyboard not working with Ubuntu 10.04 in VmWare Fusion
I just downloaded and installed Ubuntu 10.04 LTS with VMWare Fusion 3. When the login screen appeared I tried to enter the password but to my great surprise, nothing happened.
After investigating the matter, it seems like this issue is related … Continue reading
how to fix the “failed to write cache ” bug in ubuntu 7.10
run the command in terminal :
sudo fc-cache -fv 2>&1 | grep failed | cut -f1 -d”:” | xargs -i sudo touch {} && sudo fc-cache -fv
a bug of the firefox on Ubuntu
The bug description : if you click a link ,by default ,the window will be open in new window,not new tab. the solution: open preferences of firefox,choice the tabs,default ,the new pages should be opened in a new tab is checked … Continue reading
Configure the kannel in ubuntu
Intrduction kannel
First of all , need to install the kannel gateway with synaptic or command line “aptitude install kannel”, then add a folder for kannel run pids file in the ”/var/run/” and named kannel, add permissions for kannel user or … Continue reading
Ubuntu Linux 7.10 CPAN tips
When upgrade CPAN module in Ubuntu Linux 7.10, a problem occured: can not install new version CPAN. Sulotion:
install CPAN look cpan make make test make install exit
规划Linux目录结构
一篇关于如何规划Linux目录结构的的文章
http://blog.sina.com.cn/s/blog_495c5478010008h4.html