簡單介紹Ubuntu8.04快速設(shè)置指南
我安裝完了Ubuntu8.04,那么下面要做的就是配置自己的系統(tǒng),讓Ubuntu更適合自己的使用習(xí)慣。
雖然一般的電腦Ubuntu都不用驅(qū)動。但是因?yàn)橐恍╅_源的原因和系統(tǒng)的要求Ubuntu肯定無法滿足所有人的要求,這時候?qū)W會打造一個純粹屬于自己的系統(tǒng)就相當(dāng)重要了。
因?yàn)閁buntu是很依賴網(wǎng)絡(luò)的一個Linux發(fā)行版。所以一般如果想玩轉(zhuǎn)Ubuntu最起碼的條件就是擁有一個連接互聯(lián)網(wǎng)的環(huán)境。當(dāng)然你也可以下載Ubuntu8.04 DVD版本來滿足一些使用配置需求。但是我覺得能上網(wǎng)對Ubuntu很重要。原文來自[何必呢]
至于Ubuntu的安裝你可以下載刻盤安裝,也可以參照何必呢的介紹的方法硬盤安裝。
下面開始配置你的Ubuntu8.04。
1.打開終端。打開方法是:單擊主菜單中的“應(yīng)用程序 - 附件 - 終端”。
2.修改源,尋找一個適合自己網(wǎng)絡(luò)的更新源是相當(dāng)重要的事情。
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
在打開的文本編輯器中,把你看到的內(nèi)容全部刪掉,然后添加一個源。本人使用的是北京網(wǎng)通1M ADSL。一般我都是使用臺灣大學(xué)或者臺灣的官方源,在我這里基本能夠達(dá)到滿速。
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
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse
你也可以到這里選擇適合自己網(wǎng)絡(luò)的源。中國網(wǎng)絡(luò)不互通很諷刺。
3.更新軟件包列表并安裝系統(tǒng)更新 。
sudo apt-get update
sudo apt-get upgrade
4.設(shè)置中文環(huán)境
打開“語言支持”對話框(見右圖)。單擊主菜單中的“系統(tǒng)(System) –> 系統(tǒng)管理(Administration) –> 語言支持(language support)”。 在“支持的語言”列表中找到“漢語(Chinese)”,在右端打上勾。同時將默認(rèn)語言修改為“漢語(Chinese)”并勾選“啟用復(fù)雜字符輸入支持(Enable support to enter complex characters)”,點(diǎn)擊確定按鈕。 Ubuntu 這時會下載并安裝語言包。安裝完畢之后,當(dāng)你注銷后重新登錄,界面就變成中文的了。
5.配置Firefox及安裝Java環(huán)境
1)配置Firefox
不知道為什么,Ubuntu8.04下的Firefox默認(rèn)是繁體環(huán)境。換回簡體的方法是下載中文語言擴(kuò)展,然后安裝啟用。
安裝Flash插件
sudo apt-get install flashplugin-nonfree
安裝JAVA Plugin
sudo apt-get install sun-java6-plugin
2)安裝Java環(huán)境
打開終端,執(zhí)行以下命令。
sudo apt-get install sun-java6-jre
設(shè)置當(dāng)前默認(rèn)的java解釋器:
sudo update-alternatives --config java
執(zhí)行后會出現(xiàn)類似如下的畫面:
There are 2 alternatives which provide `java’.
Selection Alternative
———————————————–
1 /usr/bin/gij-wrapper-4.1
*+ 2 /usr/lib/jvm/java-6-sun/jre/bin/java
Press enter to keep the default
, or type selection number:
輸入 有包含 “sun” 的行的前面的數(shù)字。如上面顯示,則輸入2,然后回車確定。
6.多媒體應(yīng)用環(huán)境設(shè)置
首先上面使用自己選擇源的朋友請先把下面的源加到你的源的最下面。因?yàn)楹芏嘬浖捎诓婚_源而Ubuntu官方不能加入到官方軟件庫。比如對我們很重要的視頻解碼器。
deb http://archive.ubuntu.org.cn/ubuntu-cn/ hardy main restricted universe multiverse
安裝多媒體解碼器,輸入命令
sudo apt-get install libdvdcss2 libxine1-ffmpeg libxine1-plugins w32codecs gcc-3.3-base libstdc++5
安裝強(qiáng)大的播放器Mplayer和它的圖形界面Smplayer。
sudo apt-get install mplayer mplayer-fonts mozilla-mplayer smplayer
配置音樂播放器,輸入命令
sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin
至此對于我們很重要的都基本上安裝完畢。當(dāng)然如果你想安裝更多軟件的話。
那么何必呢推薦你安裝星際譯王,BT和電驢下載軟件。其他的你可以去這里找更多的軟件來更好的體驗(yàn)?zāi)愕腢buntu。當(dāng)然了,如果你嫌自己的界面不好看的話,可以到這里下載更多漂亮主題。
星際譯王及其字典安裝
sudo apt-get install stardict stardict-common stardict-plugin stardict-plugin-espeak stardict-plugin-festival
sudo apt-get install stardict-cdict-gb stardict-cedict-gb stardict-hanzim stardict-langdao-ce-gb stardict-langdao-ec-gb stardict-oxford-gb stardict-xdict-ce-gb stardict-xdict-ec-gb
BT及電驢安裝
sudo apt-get install deluge-torrent
sudo apt-get install kmldonkey mldonkey-server mldonkey-gui
如果你對于Ubuntu8.04有問題的話歡迎留言,何必呢作為一個小菜午飯一定盡我的能力回答你的問題。