2007年9月26日 星期三

如何新增Adobe Reader 7.0之中文支援

一、安裝Adobe Reader 7.0(下載.deb檔或者使用Automatix2安裝)。
二、下載Asian Fonts Packs由以下的網址:
http://www.adobe.com/products/acrobat/acrrasianfontpack.html
請注意下載符合安裝的版本。
三、下載後解壓縮檔案產生以下的資料夾,由Terminal進入此資料夾
CHTKIT
四、sudo sh INSTALL 後按enter,follow指示按 y,並輸入/usr/lib/Adobe/Acrobat7.0

第四步驟成功的話應有以下的message:

CHTKIT# sh INSTALL

Welcome to the Asian Language Kit installation.

This installation will not work if you do not have the
Unix Adobe Reader version 7.0 installed prior to this installation.
If you do not have Adobe Reader version 7.0 already installed on your
system please do so before installing this Asian Language Kit.

Continue installation? [y] y

The font software contained in this package is being licensed to you solely
for use with the Adobe Reader product ("Adobe Reader") subject to
the terms and conditions of the Electronic End User License Agreement
accompanying the Adobe Reader.

Please type "accept" to accept the terms and conditions of license agreement; Type "decline" to exit. accept

Enter the location where you installed the Adobe Reader [/usr/local/Adobe/Acrobat7.0] /usr/lib/Adobe/Acrobat7.0

Installing Common binaries ... Done

Installing Common resources ... Done

Installing Traditional Chinese language resources ... Done

Installation completed.

註:以上轉載至debian HK網站


2007年9月25日 星期二

安裝Automatix2

在終端機輸入:
sudo gedit /etc/apt/sources.list

在下面空白處加入以下內容:
deb http://www.getautomatix.com/apt feisty main
存檔後關閉
其中的feisty可依你的Ubuntu版本而調換
6.06:dapper
6.10:edgy

下載金鑰:
http://www.getautomatix.com/keys/automatix2.key

開啟套件管理程式--設定--套件庫
點選認證--匯入金鑰,如下圖:


在套件管理程式搜尋automatix2並標記為安裝

安裝完畢後關閉套件管理程式

可於 應用程式--系統工具中找到該程式

開啟程式後會先更新

更新完畢後再依據需求安裝相關套件

註:以上內容取自“企鵝幫魚,魚幫免“

2007年9月12日 星期三

Ubuntu新增多媒體支援

sshlog 那邊有看到這個很好用的套件,Ubuntu-Restricted-ExtraUbuntu-Restricted-Extras 套件),它的相依會自動安裝 多媒體Code、MS字體、Flash、JRE 等等套件。

# sudo apt-get install ubuntu-restricted-extras

接著安裝一下 w32codecs,大部分的影音格式應該就通吃了(這個套件在 cle.linux.org.tw 裡面有)。

# sudo apt-get install w32codecs

另外,剛剛無意中發現 SMPlayer 居然也進入官方的套件庫了(在multiverse),實在很令人高興!

# sudo apt-get install mplayer-nogui smplayer