昨天晚上終于把windowXp請出了硬盤,換上了ubuntu。光驅(qū)不巧壞了,只好借了一個(gè)。
直接光盤啟動就開始裝了,建議把網(wǎng)線拔掉后安裝,不用檢測網(wǎng)絡(luò)安裝語言包之類的。等系統(tǒng)安裝完了,換個(gè)源再下載語言包會快的多。80G的硬盤boot分區(qū)100M,交換分區(qū)1G,根分區(qū)20G,tmp分區(qū)3G,var分區(qū)7G,home分區(qū)10G,其他的docs分區(qū)。大概20分鐘左右就安裝完了。
可以先把root密碼設(shè)定一下:sudo passwd root
換個(gè)軟件源,準(zhǔn)備更新下系統(tǒng),安裝點(diǎn)軟件。
備份:sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
編輯;sudo gedit /etc/apt/sources.list
更新:sudo apt-get update
推薦兩個(gè)源:
Ubuntu.cn99.com更新服務(wù)器(江蘇省常州市電信,推薦電信用戶使用):
deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse deb-src http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
臺灣大學(xué)更新服務(wù)器(推薦網(wǎng)通用戶使用,強(qiáng)烈推薦此源,比較完整):
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse