ubuntu常用软件与配置
ubuntu中文论坛:http://forum.ubuntu.org.cn
?
1.在System->Adminstration->Software Sources设置软件源。在download from里选择软件源。
?
2.右键打开终端:sudo apt-get install nautilus-open-terminal
?
3.右键以根权限打开文件:sudo apt-get install nautilus-gksu
?
3.安装中文输入法:
sudo add-apt-repository "deb?http://ppa.launchpad.net/wengxt/fcitx-nightly/ubuntu?lucid main"
sudo apt-get install fcitx fcitx-config-gtk fcitx-table-wbpy
?
并在~/.bashrc中添加
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=xim
export QT_IM_MODULE=xim
?
4.安装QQ:
sudo add-apt-repository ppa:lainme/libqqsudo apt-get updatesudo apt-get install libqq-pidgin pidgin
?
5.安装Java:
?
?
?
?