標籤:des http 使用 檔案 re c
1. Firefox安裝Flash:sudo apt-get install flashplugin-nonfree
2. 更換源:
儲存當前源列表:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
開啟當前源列表:sudo gedit /etc/apt/sources.list
推薦用163源替換全部內容後,儲存。
擷取當前源更新:sudo apt-get update
3. 安裝chrome:
下載chrome:wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
安裝chrome:sudo dpkg -i google-chrome-stable_current_i386.deb
4. 安裝中州韻:
sudo apt-get install ibus-rime
安裝完成後,reboot
5. 安裝vmwaretool:
如下是在虛擬機器中安裝點擊VM-Install VMware Tools在案頭上出現一張光碟片包含3個檔案,分別為manifest.txt;Vmware-tools-版本號碼.rpm和Vmware-tools-版本號碼.tar.gz在此安裝tar.gz包(1)將Vmware-tools-版本號碼.tar.gz拷貝至tmp目錄下cp Vmware-tools-版本號碼.tar.gz /tmp(2)切換至tmp目錄 cd /tmp(3)解壓Vmware-tools-版本號碼.tar.gz檔案tar –zxvf Vmware-tools-版本號碼.tar.gz(4)查看tmp目錄下所擁有的檔案ls(5)將目錄切換至vmware-tools-distribcd vmware-tools-distrib(6)執行vmware-intall.pl檔案./vmware-install.pl之後一直斷行符號(預設)出現選擇螢幕解析度輸入數字12 (1024*768)重啟系統reboot
6. 安裝GNOME3:sudo apt-get install gnome-shell ubuntu-gnome-desktop
安裝完成後,登出,重新登入時在賬戶旁邊選擇登入介面即可
7. 允許使用者登入狀態root使用者
Ubuntu中root使用者預設是禁止使用的,需要手工開啟。開啟方法:sudo passwd關閉方法:sudo passwd -l root