1.安裝ibus輸入法框架
- 在 /etc/apt/sources.list 內加入來源(9.04)
deb http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
- sudo apt-get install ibus ibus-gtk
sudo apt-get install ibus-pinyin(拼音輸入)
sudo apt-get install ibus-anthy(日文輸入)
其一,im-switch -c,選擇ibus(注意前不要加sudo,否則界面出不來)
其二,直接im-switch -s ibus
2.使用 Ubuntuzilla 安裝最新版 Mozilla 軟件
安裝語法
ubuntuzilla.py -a install -p firefox
ubuntuzilla.py -a install -p thunderbird
ubuntuzilla.py -a install -p seamonkey
移除語法
ubuntuzilla.py -a remove -p firefox
ubuntuzilla.py -a remove -p thunderbird
ubuntuzilla.py -a remove -p seamonkey
3.使用代理后,apt-get update/install出現 407 Proxy Authentication Required錯誤
解決:
export http_proxy='http://username:password@server:port/'
export ftp_proxy='http://username:password@server:port/'
export https_proxy='http://username:password@server:port/'
注意使用單引號...
4.代理環境下使用update manager升級時彈出錯誤提示框
Could not find the release notes. The server may be overloaded.?
也是因為代理的問題,新開一個terminal,導出http_proxy環境變量后,輸入update-manager即可。
5.掛載磁盤分區后在桌面上不顯示分區圖標:
按Alt F2將打開“運行應用程序”對話框,輸入gconf-editor并按運行。
在左邊一欄窗口中,選擇apps->nautilus->desktop.取消volumes_visible項的選擇狀態后磁盤分區圖標就將在你的桌面消失
computer_icon_visible (計算機圖標)
home_icon_visible (主文件夾圖標)
trash_icon_visible (回收站圖標)
vomules_visible (自動掛載的磁盤)
5.解壓rar文件中文亂碼(Invalid Encoding)
刪除rar(completely removal),安裝unrar即可。
Restore the Gnome keyboard shortcuts to default:
$ gconf-editor
navigate to
apps > gnome_settings_daemon > keybindings
right click,choose "Unset key".
6.修改鼠標光標主題
sudo update-alternatives --config x-cursor-theme
sudo/etc/init.d/gdm restart