1. 程式人生 > >安裝Ubuntu 14.04後要做的事

安裝Ubuntu 14.04後要做的事

1.刪除libreoffice

sudo apt-get remove libreoffice-common 

2.刪除Amazon的連結

sudo apt-get remove unity-webapps-common  

3.刪掉基本不用的自帶軟體

sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku  landscape-client-ui-install  
sudo apt-get remove onboard deja-dup  

4.安裝Vim

sudo apt-get install vim  
vim優化:
wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh -x

5.安裝搜狗輸入法

vim /etc/apt/sources.list.d/ubuntukylin.list檔案,加入ubuntu kylin的apt源
deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main  
然後
sudo apt-get update
sudo apt-get install sogoupinyin

6.安裝git和vpnc

sudo apt-get install vpnc git