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

Posted in Linux | Tagged , | Leave a comment

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

Posted in Linux | Tagged , | Leave a comment

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

Posted in Linux | Tagged , | Leave a comment

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

Posted in Linux | Tagged , | 7 Comments

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

Posted in Perl | Tagged , , | Leave a comment

规划Linux目录结构

一篇关于如何规划Linux目录结构的的文章

http://blog.sina.com.cn/s/blog_495c5478010008h4.html

Posted in Linux | Tagged , | Leave a comment