1.安裝ibus輸入法框架
deb-src http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
sudo apt-get install ibus-anthy(日文輸入)
其二,直接im-switch -s ibus
安裝語法
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出現(xiàn) 407 Proxy Authentication Required錯(cuò)誤
解決:
export http_proxy='http://username:password@server:port/'
export ftp_proxy='http://username:password@server:port/'
export https_proxy='http://username:password@server:port/'
注意使用單引號(hào)...
4.代理環(huán)境下使用update manager升級(jí)時(shí)彈出錯(cuò)誤提示框 Could not find the release notes. The server may be overloaded.?
也是因?yàn)榇淼膯栴},新開一個(gè)terminal,導(dǎo)出http_proxy環(huán)境變量后,輸入update-manager即可。
5.掛載磁盤分區(qū)后在桌面上不顯示分區(qū)圖標(biāo):
按Alt F2將打開“運(yùn)行應(yīng)用程序”對(duì)話框,輸入gconf-editor并按運(yùn)行。
在左邊一欄窗口中,選擇apps->nautilus->desktop.取消volumes_visible項(xiàng)的選擇狀態(tài)后磁盤分區(qū)圖標(biāo)就將在你的桌面消失
computer_icon_visible (計(jì)算機(jī)圖標(biāo))
home_icon_visible (主文件夾圖標(biāo))
trash_icon_visible (回收站圖標(biāo))
vomules_visible (自動(dòng)掛載的磁盤)
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.修改鼠標(biāo)光標(biāo)主題
- 在 /etc/apt/sources.list 內(nèi)加入來源(9.04)
deb-src http://ppa.launchpad.net/ibus-dev/ppa/ubuntu jaunty main
- sudo apt-get update
- sudo apt-get install ibus ibus-gtk
- 安裝輸入法
sudo apt-get install ibus-anthy(日文輸入)
- 切換主要輸入法為iBus
其二,直接im-switch -s ibus
- 登出再登入
安裝語法
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出現(xiàn) 407 Proxy Authentication Required錯(cuò)誤
解決:
export http_proxy='http://username:password@server:port/'
export ftp_proxy='http://username:password@server:port/'
export https_proxy='http://username:password@server:port/'
注意使用單引號(hào)...
4.代理環(huán)境下使用update manager升級(jí)時(shí)彈出錯(cuò)誤提示框 Could not find the release notes. The server may be overloaded.?
也是因?yàn)榇淼膯栴},新開一個(gè)terminal,導(dǎo)出http_proxy環(huán)境變量后,輸入update-manager即可。
5.掛載磁盤分區(qū)后在桌面上不顯示分區(qū)圖標(biāo):
按Alt F2將打開“運(yùn)行應(yīng)用程序”對(duì)話框,輸入gconf-editor并按運(yùn)行。
在左邊一欄窗口中,選擇apps->nautilus->desktop.取消volumes_visible項(xiàng)的選擇狀態(tài)后磁盤分區(qū)圖標(biāo)就將在你的桌面消失
computer_icon_visible (計(jì)算機(jī)圖標(biāo))
home_icon_visible (主文件夾圖標(biāo))
trash_icon_visible (回收站圖標(biāo))
vomules_visible (自動(dòng)掛載的磁盤)
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.修改鼠標(biāo)光標(biāo)主題
sudo update-alternatives --config x-cursor-theme
sudo/etc/init.d/gdm restart