一、心得截至目前為止, 使用時間還未滿一星期, 但是大致設定已經告一段落, 目前僅有一張電視卡未運作還有 *.ape 檔案還未安裝正確編碼、無法播放之外, 其餘都很正常...
二、建議建議一般使用者, 只有上網、聊天、打報告、聽音樂的人可以轉用 Ubuntu, 穩定度、速度都很不錯...
硬體方面, 不建議最新的使用者安裝, 會有驅動程式無法支援的可能...
三、必記語法使用 Ubuntu 必記語法:
複製程式
這是設定 pppoe 連線的語法, 只要能夠連上網路, 其餘一切都不成問題...
當初看著雜誌安裝的時候竟然找不到上網的方法, 害我跑去多買了一本書, 結果一道指令就解決了XD
四、非官方中文使用手冊內容相當詳細, 連上網路之後, 你只要打開它, 一切就搞定!!
詳見:
http://wiki.ubuntu.org.tw/in...tu6.10Guidet五、簡易安裝步驟說明1. 插入安裝光碟
(註一), 並設定為光碟開機。
2. 進入光碟之後, 按 F2 選擇『正體中文』, 按 F4 選擇正確的螢幕解析度, 選擇第一個選項進入 LiveCD 的桌面系統, 以啟動安裝。
3. 經過一小段硬體掃描、驅動選用階段, 正式開啟進入 LiveCD 的桌面系統, 點選桌面的『安裝』來安裝 Ubuntu。
4. 照著系統的只是安裝, 記得在選擇安裝磁區的地方分割至少一個 ext3、一個 swap。
(註二)5. 安裝完畢重新開機, 取出光碟並設定安裝硬碟為開機硬碟
6. 登入之後打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入『eudo pppoeconf』按下 Enter 之後開始設定 PPPoe 上網, 如果沒有錯的話, 系統會自行抓取數據機資訊, 請確定您的網路連接無誤, 接著一直按『是』、『確定』, 看到『username』的地方輸入 pppoe 連線名稱, passwd 則是輸入密碼, 卻下來也是一直按『是』、『確定』, 完畢之後程式會自動連線, 以後開機完畢也會自動連線上網
7. 打開『系統』>>『管理』>>『語言支援』, 此時若跳出密碼輸入框, 則輸入使用者密碼, 接著會更新部份程式的語系
8. 打開『系統』>>『管理』>>『更新管理員』, 進行系統更新
9. 打開 Firefox, 連到『
這裡』按照顯示卡廠商選擇正確的語法進行顯示卡驅動安裝, 並重新啟動
註一:光碟可至下面網址下載:
http://releases.ub...m/6.10/註二:安裝的時候建議只掛著一顆硬碟, 小弟掛著另外兩顆硬碟安裝都會出錯...QQ
六、新增套件庫1. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 入下面語法:
複製程式
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
2. 用以下內容取代:
複製程式
####
# edgy
####
# apt.ubtw
deb [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-updates main restricted universe multiverse
deb-src [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-updates main restricted universe multiverse
deb [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy main universe multiverse restricted
deb-src [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy main universe multiverse restricted
deb [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-backports main universe multiverse restricted
deb-src [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-backports main universe multiverse restricted
deb [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-security main restricted universe multiverse
deb-src [url]http://apt.ubuntu.org.tw/ubuntu[/url] edgy-security main restricted universe multiverse
# ubtw
deb [url]http://apt.ubuntu.org.tw[/url] ubtw/
deb [url]http://apt.ubuntu.org.tw[/url] ubtw-edgy/
#deb [url]http://apt.ubuntu.org.tw[/url] ubtw-testing/
# candyz
deb [url]http://cle.linux.org.tw/candyz/Ubuntu/edgy[/url] i386/
# PLF
# deb [url]http://packages.freecontrib.org/ubuntu/plf/[/url] edgy free non-free
# deb-src [url]http://packages.freecontrib.org/ubuntu/plf/[/url] edgy free non-free
3. 儲存之後離開並回到終端機, 輸入以下語法以加入 GPG Key:
複製程式
wget [url]http://cle.linux.org.tw/candyz/Ubuntu/candyz.key[/url] -O -|sudo apt-key add
4. 在終端機下輸入下面語法以更新套件庫:
複製程式
5. 打開『系統』>>『管理』>>『更新管理員』檢查更新
七、中文輸入法支援(註三)1. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法以安裝輸入法套件(註四):
複製程式
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
2. 設定 SCIM 啟動檔, 在終端機輸入下面語法:
複製程式
sudo touch /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 646 /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XMODIFIERS="@im=SCIM"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export GTK_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XIM_PROGRAM="scim -d"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export QT_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'scim -f x11 -d' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'scim -f socket -d' >>/etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 644 /etc/X11/Xsession.d/74custom-scim_startup
3. 安裝新酷音輸入法(選擇安裝), 在終端機輸入下面語法:
複製程式
sudo apt-get install scim-chewing
4. 安裝完畢請重新開機
註三:系統預設安裝 SCIM, SCIM 只是一個輸入法的『平台』而已, 還需要安裝輸入法才可以, 其他的輸入法平台還有『GCIN』、『OXIM』; KDE 底下則是『SKIM』...
註四:小弟僅選擇額外安裝新酷音輸入法(scim-chewing)而已...
八、SCIM 設定(註五)1. 打開『系統』>>『偏好設定』>>『SCIM 輸入法設定』
2. 『介面』>>『全域設定』>>『下一種輸入法』及『上一種輸入法』, 使用下面設定:
複製程式
Shift+Shift_L+KeyRelease,Shift+Shift_R+KeyRelease
3. 『輸入法引擎』>>『全域設定』, 僅啟用英文鍵盤、中文(繁體), 其他全部停用; 展開『中文(繁體)』設定快速鍵:
複製程式
4. 『輸入法引擎』>>『新酷音』>>『鍵盤』>>『切換鍵』使用下面設定:
複製程式
5. 『輸入法引擎』>>『新酷音』>>『鍵盤』>>『新酷音中英切換鍵』使用下面設定:
複製程式
Shift+Shift_L+KeyRelease,Shift+Shift_R+KeyRelease
6. 完成上面設定, 按下確定離開之後請重新啟動
註五:這是小弟自己慣用的設定, 不一定要照著設定
九、讓 Ubuntu 自動登入1. 打開『系統』>>『管理』>>『登入畫面』, 跳出密碼輸入框的時候請輸入使用者密碼
2. 轉跳至『安全性』頁面, 勾選『啟動自動登入』並選擇自動登物的使用者帳戶, 完成後關閉視窗即可, 下次開機就會自動以選擇的帳戶自動登入
十、讓 Firefox 飆車:SwiftFox1. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法以開啟套件庫列表:
複製程式
sudo gedit /etc/apt/sources.list
2. 在套件庫列表最後下面新增下面字串:
複製程式
deb [url]http://getswiftfox.com/builds/debian[/url] unstable non-free
3. 完成後儲存、離開並回到終端機, 輸入下面語法, 更新套件庫, 並安裝 SwiftFox(適用於Athlon XP
註六):
複製程式
apt-get update && apt-get install swiftfox-athlon-xp
4. 或者直接到『這裡』下載, deb 檔案直接點取並執行安裝即可
註六:除非 Ubuntu 是安裝 AMD64 的版本, 否則 K8 也請安裝 Athlon XP 版本, 或者改裝 Pentium 4 的版本
十一、中文化 SwiftFox1. 到 MozTW
下載 Linux 版的 Firefox 並解壓縮
2. 打開『系統』>>『管理』>>『登入畫面』, 跳出密碼輸入框的時候請輸入使用者密碼
3. 轉跳至『安全性』頁面, 勾選『允許本地系統管理員登入』, 關閉離開
4. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法修改管理員密碼:
複製程式
5. 密碼修改完畢之後, 登出並以『root』以及剛剛更改的密碼登入
6. 打開剛剛解壓縮的目錄, 複製『chrome』裡的『zh-TW.jar』、『zh-TW.manifest』兩個檔案
7. 打開『位置』>>『電腦』>>『檔案系統』>>『usr』>>『lib』>>『swiftfox』>>『chrome』>>貼上, 然後把『en-US.jar』、『en-US.manifest』刪除
8. 登出, 再以一使用者帳號登入
9. 打開『系統』>>『管理』>>『登入畫面』, 跳出密碼輸入框的時候請輸入使用者密碼
10. 轉跳至『安全性』頁面, 取消勾選『允許本地系統管理員登入』, 關閉離開
十二、SwiftFox 終極加速1. 先確認您電腦與網路的等級
2. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法以更改 Firefox/SwiftFox 設定:
複製程式
cd ~/.mozilla/firefox/*.default/
gedit prefs.js
3. 程式開啟 prefs.js 之後, 在最後面新增下面語法, 以初步加速:
複製程式
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
4. 按照電腦等級、網路速度自行選擇下面語法, 並新增在 prefs.js 最後面:
- a. 電腦配備
高、網路速度
快複製程式
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("browser.cache.memory.capacity", 65536);
-b. 電腦配備
高、網路速度
稍慢複製程式
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
- c. 電腦配備
高、網路速度
慢複製程式
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun" 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
- d. 電腦配備
低、網路速度
快複製程式
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
user_pref("dom.disable_window_status_change", true);
- e. 電腦配備
低、網路速度
慢複製程式
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);
5. 完成後, 儲存並離開編輯器, 重新啟動 SwiftFox 享受飆網路的快感
十三、替 Firefox/SwiftFox 安裝 Plug-in1. 到『
這裡』下載 Flash Player 的 Firefox Plug-in
(註七)2. 下載完畢並解壓縮之後, 關閉 Firefox/SwiftFox, 執行 『flashplayer-installer』, 跳出的對話框選擇『在終端機中執行』, 接著按照步驟執行就可以了...
3. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法以安裝 Firefox Jre Plug-in:
複製程式
sudo apt-get install sun-java5-jre sun-java5-plugin
4. 打開『應用程式』>>『附屬應用程式』>>『終端機』, 輸入下面語法以安裝 Firefox 多媒體播放外掛:
複製程式
sudo apt-get install totem-gstreamer-firefox-plugin
5. 其餘外掛(如:Mplayer Plug-in)請用
Automatix2 安裝...
註七:Flash Player 請務必安裝 7 版, 9 版會導致 Firefox 崩潰...
十四、總結老實說, 還漏掉許多沒有打上來...
在這幾天使用期間, 小弟安裝不下 15 次, 遇到最大的兩個問題:
1. 如何上網
2. 中文輸入法無法在某些程式上正常運作
不過目前都已經解決, 剩下的看非官方中文使用手冊就可以了...
祝大家好運~