ubuntu12.04的桌面版直接用不習慣了,因此就基於ubuntu server本身裝得桌面用了。python
先安裝ubuntu server12.04,過程不說了。shell
更改軟件源爲國內源:ubuntu
vi /etc/apt/sources.list :%s/us.archive/cn.archive/g :wq
添加PPA:app
sudo apt-get install python-software-properties sudo add-apt-repository ppa:gnome3-team/gnome3 sudo add-apt-repository ppa:ricotz/testing
安裝gnome shell
sudo apt-get update sudo apt-get install gnome-shell #桌面 sudo apt-get install gnome-shell-extensions sudo apt-get install gnome-tweak-tool #配置工具
安裝登陸界面(是否必須?):工具
sudo apt-get install lightdm
安裝新立得軟件包管理器,能夠查找軟件使用:
sudo apt-get install synpatic
能夠在新立得中安裝gnome-terminal和文件管理器nautilus。 google
查找language-select-gnome,而後就能夠在applications->system tools->system settings->language support中添加中文了。code
安裝輸入法server
sudo add-apt-repository ppa:fcitx-team/nightly sudo apt-get update sudo apt-get install fcitx sudo apt-get install fcitx-googlepinyin
設置keyboard input method 爲fcitx
設置開機啓動,在starup applications中,command設置爲fcitx -d便可ci
vmware中不能共享文件的解決方法:terminal
sudo apt-get install open-vm-dkms #先選y,再N、N..... sudo mount -t vmhgfs .host:/ /mnt/hgfs
在/etc/rc.local中能夠添加啓動時執行的命令,如:mount -t vmhgfs .host:/ /mnt/hgfs