ㄚ一
2008-10-24, 02:25 AM
http://farm4.static.flickr.com/3028/2967616306_880617e745_o.jpg
使用Ubuntu 8.10 Intrepid Ibex已經三天了
目前RC版也已經釋出了(FTP明天才會釋出)
根據以往的經驗,正式版ISO跟RC版是沒有差異的
所以如果你打算嘗試或是升級Ubuntu 8.10
現在就可以開始了!升級方法可以參考我前先的文章 (http://antimalicious.blogspot.com/2008/10/ubuntu-810_21.html)!
今天更新到RC後原本就存在的一些怪問題現在也正常了
有問題的部份目前發現Firefox的擴充套件FEBE (https://addons.mozilla.org/zh-TW/firefox/addon/2109)不正常運作
其餘比較大的問題就是FlashPlayer的亂碼問題
在瀏覽Flash時字體可能會變成亂碼
Ubuntu從發行到現在,在Linux DeskTop上已經取得了最高的佔有率
也有很多善心人士開發了很多懶人工具
但如果你打算真正學習Linux我建議自己手動補完那些缺憾會比較好
畢竟給你魚吃還不如給你一根釣竿!
但我能提供的非常有限!希望能夠因此引發拋磚引玉之效!
ISO下載:
Ubuntu 8.10 (http://cdimage.ubuntu.com/daily/current/)
Kubuntu 8.10 (http://cdimage.ubuntu.com/kubuntu/daily/current/)
Xubuntu 8.10 (http://cdimage.ubuntu.com/xubuntu/daily/current/)
Ubuntu Studio 8.10 (http://cdimage.ubuntu.com/ubuntustudio/daily/current/)
Ubuntu在安裝好後我通常會再安裝以下軟體:
Swiftfox(優化過的FIrefox 3)
添加源
deb http://getswiftfox.com/builds/debian unstable non-free
然後透過新力得搜尋swiftfox,安裝適合你硬體的版本
http://farm4.static.flickr.com/3234/2966052245_802fb6b5b7_o.png
SMPlayer(功能相當於windows上的KMPlayer)
sudo apt-get install smplayer
http://farm4.static.flickr.com/3163/2966602677_ca91b5a65e_o.png
Win32 Video Codec(影像音訊解碼器)
http://tinyurl.com/rdto7
找到Binary Codec Packages這一項,根據你的CPU下載對應的項目
安裝方法:
sudo mkdir /usr/lib/codecs/
sudo mv essential*/* /usr/lib/codecs/
Reale格式還必須再安裝all-20071007.tar.bz2這個Codec
http://tinyurl.com/5bwqs
如果你的Ubuntu是AMD64版,還必須載安裝
sudo apt-get install w64codecs
TVTime(電視卡軟體)
sudo apt-get install tvtime
Amarok(類似foobar2000的播放軟體,具備樂庫管理功能)
sudo apt-get install amarok
http://farm4.static.flickr.com/3196/2966601675_f0bfa468ab_o.png
K3B(燒錄軟體)
sudo apt-get install k3bhttp://farm4.static.flickr.com/3157/2967447940_d0aca51949_o.png
Kopete(即時通訊軟體)
sudo apt-get install kopete
Amarok、K3B、Kopete的中文支援
sudo apt-get install kde-i18n-zhtw
WinRAR壓縮格式支援
sudo apt-get install rar
FTP客戶端
sudo apt-get install filezilla
Java運作環境
sudo apt-get install sun-jave6-jre sun-java6-plugin
Adobe Reader
http://tinyurl.com/2xmbxc (http://antimalicious.blogspot.com/2008/10/http//tinyurl.com/2xmbxc)
下載deb格式
http://farm4.static.flickr.com/3174/2967451752_921854d063_o.png
Adobe FlashPlayer 10
不要下載deb for ubuntu 8.04或apt for ubuntu 8.04
請下載.tar.gz的版本
http://tinyurl.com/zgkz2
http://farm4.static.flickr.com/3054/2967543822_b1a07bcb3e_o.png
解壓縮後敲入
cd ~/Desktop/
sudo ./install_flash_player_10_linux/flashplayer-installer
一開始會詢問你是否要安裝FlashPlayer,安enter到下一步
這邊會詢問安裝目錄,例如/usr/lib/mozilla
如果前面安裝過Swiftfox那些安裝在:
/usr/lib/swiftfox
gcin(真正適合國人的中文輸入工具)
http://tinyurl.com/5s386r
gcin請勿使用ubuntu源裡面帶的,根據我使用的情形
原裡面的版本在8.10上偶爾會發瘋,打字時會中英文不分
所以直接使用Debian的1.4.2版gcin,而我正用此版打此篇文章
但不排除這個是我個人的問題
如果要從源安裝gcin請敲入:
sudo apt-get remove scim*
sudo apt-get install gcin
FireStarter(防火牆iptables的圖形化前端)
sudo apt-get install firestarterhttp://farm4.static.flickr.com/3222/2967516874_ae6a463a26_o.png
中文字體美化
ubuntu雖然把夸父正黑體作為預設字體
但是這個字體在美觀上還是有很大的進步空間
不能忍受的人,可以自行安裝其它喜歡的字體
步驟:
首先複製字體到這
sudo cp ~/Desktop/LiHei.ttf /usr/share/fonts
開放可讀權限
sudo chmod a+r /usr/share/fonts/truetype/LiHei.ttf
強制字體不自動微調,需要編輯fonts.conf
sudo gedit /etc/fonts/fonts.conf
找到<fontconfig>這段
然後在下面加上這一段,記得修改字體名稱
<match target="font">
<test name="family">
<string>LiHei Pro</string>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
最後更新字體快取
sudo fc-cache -f -v
效果
http://farm4.static.flickr.com/3294/2966898864_1baf4e2e1f_o.png
Compiz-Fusion
首先必須先確認你的顯示卡驅動已經被kernel掛載
如果不想自己安裝驅動,可以透過ubuntu本身的受限驅動支援功能開啟
http://farm4.static.flickr.com/3068/2966052071_7971ffa4e7_o.png
如果驅動安裝出現問題請重新調整X.ORG
sudo dpkg reconfigure xserver-xorg然後再添加源,需要編輯soureces.list
sudo gedit /etc/apt/sources.list安裝:
加入源列表
deb http://ppa.launchpad.net/compiz/ubuntu intrepid main然後更新源列表
sudo apt-get update開啟新立得,並以compiz作為關鍵字搜尋
如果你跟我一樣使用Gnome桌面,那請安裝以下套件:
http://farm4.static.flickr.com/3053/2966051911_bfe2e60449_o.png
安裝完後先在終端機中敲入:
fusion-icon如果3D桌面正確啟動
那就把它添加到啟動項,這樣每次開機就會字懂啟動Compiz
http://farm4.static.flickr.com/3253/2966605589_2a47c114f7_o.png
http://farm4.static.flickr.com/3245/2966605685_ec5d167d43_o.png
效果:
http://farm4.static.flickr.com/3218/2967451604_a54fec957f_b.jpg (http://farm4.static.flickr.com/3218/2967451604_a54fec957f_b.jpg)
http://farm3.static.flickr.com/2160/2966899904_b9d983c2f4_b.jpg (http://farm3.static.flickr.com/2160/2966899904_b9d983c2f4_b.jpg)
TMPFS(RAMDisk功能)
RAMDisk功能請參照我blog另一篇文章 (http://antimalicious.blogspot.com/2008/10/archubuntutmpfskernel-level-ramdisk.html)
目前暫時先寫到這樣,之後想到什麼會再補上來
以上文章轉貼自Lawliet's blog (http://antimalicious.blogspot.com/)
使用Ubuntu 8.10 Intrepid Ibex已經三天了
目前RC版也已經釋出了(FTP明天才會釋出)
根據以往的經驗,正式版ISO跟RC版是沒有差異的
所以如果你打算嘗試或是升級Ubuntu 8.10
現在就可以開始了!升級方法可以參考我前先的文章 (http://antimalicious.blogspot.com/2008/10/ubuntu-810_21.html)!
今天更新到RC後原本就存在的一些怪問題現在也正常了
有問題的部份目前發現Firefox的擴充套件FEBE (https://addons.mozilla.org/zh-TW/firefox/addon/2109)不正常運作
其餘比較大的問題就是FlashPlayer的亂碼問題
在瀏覽Flash時字體可能會變成亂碼
Ubuntu從發行到現在,在Linux DeskTop上已經取得了最高的佔有率
也有很多善心人士開發了很多懶人工具
但如果你打算真正學習Linux我建議自己手動補完那些缺憾會比較好
畢竟給你魚吃還不如給你一根釣竿!
但我能提供的非常有限!希望能夠因此引發拋磚引玉之效!
ISO下載:
Ubuntu 8.10 (http://cdimage.ubuntu.com/daily/current/)
Kubuntu 8.10 (http://cdimage.ubuntu.com/kubuntu/daily/current/)
Xubuntu 8.10 (http://cdimage.ubuntu.com/xubuntu/daily/current/)
Ubuntu Studio 8.10 (http://cdimage.ubuntu.com/ubuntustudio/daily/current/)
Ubuntu在安裝好後我通常會再安裝以下軟體:
Swiftfox(優化過的FIrefox 3)
添加源
deb http://getswiftfox.com/builds/debian unstable non-free
然後透過新力得搜尋swiftfox,安裝適合你硬體的版本
http://farm4.static.flickr.com/3234/2966052245_802fb6b5b7_o.png
SMPlayer(功能相當於windows上的KMPlayer)
sudo apt-get install smplayer
http://farm4.static.flickr.com/3163/2966602677_ca91b5a65e_o.png
Win32 Video Codec(影像音訊解碼器)
http://tinyurl.com/rdto7
找到Binary Codec Packages這一項,根據你的CPU下載對應的項目
安裝方法:
sudo mkdir /usr/lib/codecs/
sudo mv essential*/* /usr/lib/codecs/
Reale格式還必須再安裝all-20071007.tar.bz2這個Codec
http://tinyurl.com/5bwqs
如果你的Ubuntu是AMD64版,還必須載安裝
sudo apt-get install w64codecs
TVTime(電視卡軟體)
sudo apt-get install tvtime
Amarok(類似foobar2000的播放軟體,具備樂庫管理功能)
sudo apt-get install amarok
http://farm4.static.flickr.com/3196/2966601675_f0bfa468ab_o.png
K3B(燒錄軟體)
sudo apt-get install k3bhttp://farm4.static.flickr.com/3157/2967447940_d0aca51949_o.png
Kopete(即時通訊軟體)
sudo apt-get install kopete
Amarok、K3B、Kopete的中文支援
sudo apt-get install kde-i18n-zhtw
WinRAR壓縮格式支援
sudo apt-get install rar
FTP客戶端
sudo apt-get install filezilla
Java運作環境
sudo apt-get install sun-jave6-jre sun-java6-plugin
Adobe Reader
http://tinyurl.com/2xmbxc (http://antimalicious.blogspot.com/2008/10/http//tinyurl.com/2xmbxc)
下載deb格式
http://farm4.static.flickr.com/3174/2967451752_921854d063_o.png
Adobe FlashPlayer 10
不要下載deb for ubuntu 8.04或apt for ubuntu 8.04
請下載.tar.gz的版本
http://tinyurl.com/zgkz2
http://farm4.static.flickr.com/3054/2967543822_b1a07bcb3e_o.png
解壓縮後敲入
cd ~/Desktop/
sudo ./install_flash_player_10_linux/flashplayer-installer
一開始會詢問你是否要安裝FlashPlayer,安enter到下一步
這邊會詢問安裝目錄,例如/usr/lib/mozilla
如果前面安裝過Swiftfox那些安裝在:
/usr/lib/swiftfox
gcin(真正適合國人的中文輸入工具)
http://tinyurl.com/5s386r
gcin請勿使用ubuntu源裡面帶的,根據我使用的情形
原裡面的版本在8.10上偶爾會發瘋,打字時會中英文不分
所以直接使用Debian的1.4.2版gcin,而我正用此版打此篇文章
但不排除這個是我個人的問題
如果要從源安裝gcin請敲入:
sudo apt-get remove scim*
sudo apt-get install gcin
FireStarter(防火牆iptables的圖形化前端)
sudo apt-get install firestarterhttp://farm4.static.flickr.com/3222/2967516874_ae6a463a26_o.png
中文字體美化
ubuntu雖然把夸父正黑體作為預設字體
但是這個字體在美觀上還是有很大的進步空間
不能忍受的人,可以自行安裝其它喜歡的字體
步驟:
首先複製字體到這
sudo cp ~/Desktop/LiHei.ttf /usr/share/fonts
開放可讀權限
sudo chmod a+r /usr/share/fonts/truetype/LiHei.ttf
強制字體不自動微調,需要編輯fonts.conf
sudo gedit /etc/fonts/fonts.conf
找到<fontconfig>這段
然後在下面加上這一段,記得修改字體名稱
<match target="font">
<test name="family">
<string>LiHei Pro</string>
</test>
<edit name="hinting">
<bool>false</bool>
</edit>
</match>
最後更新字體快取
sudo fc-cache -f -v
效果
http://farm4.static.flickr.com/3294/2966898864_1baf4e2e1f_o.png
Compiz-Fusion
首先必須先確認你的顯示卡驅動已經被kernel掛載
如果不想自己安裝驅動,可以透過ubuntu本身的受限驅動支援功能開啟
http://farm4.static.flickr.com/3068/2966052071_7971ffa4e7_o.png
如果驅動安裝出現問題請重新調整X.ORG
sudo dpkg reconfigure xserver-xorg然後再添加源,需要編輯soureces.list
sudo gedit /etc/apt/sources.list安裝:
加入源列表
deb http://ppa.launchpad.net/compiz/ubuntu intrepid main然後更新源列表
sudo apt-get update開啟新立得,並以compiz作為關鍵字搜尋
如果你跟我一樣使用Gnome桌面,那請安裝以下套件:
http://farm4.static.flickr.com/3053/2966051911_bfe2e60449_o.png
安裝完後先在終端機中敲入:
fusion-icon如果3D桌面正確啟動
那就把它添加到啟動項,這樣每次開機就會字懂啟動Compiz
http://farm4.static.flickr.com/3253/2966605589_2a47c114f7_o.png
http://farm4.static.flickr.com/3245/2966605685_ec5d167d43_o.png
效果:
http://farm4.static.flickr.com/3218/2967451604_a54fec957f_b.jpg (http://farm4.static.flickr.com/3218/2967451604_a54fec957f_b.jpg)
http://farm3.static.flickr.com/2160/2966899904_b9d983c2f4_b.jpg (http://farm3.static.flickr.com/2160/2966899904_b9d983c2f4_b.jpg)
TMPFS(RAMDisk功能)
RAMDisk功能請參照我blog另一篇文章 (http://antimalicious.blogspot.com/2008/10/archubuntutmpfskernel-level-ramdisk.html)
目前暫時先寫到這樣,之後想到什麼會再補上來
以上文章轉貼自Lawliet's blog (http://antimalicious.blogspot.com/)