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

2007年8月27日 星期一

如何使BMP支援.ape檔

註:原文出自ubuntuforums.org Chunchengch大大的文章
一、安裝Beep Media Player
sudo apt-get install beep-media-player
sudo apt-get install beep-media-player-dev
sudo apt-get install build-essential
sudo apt-get install nasm
sudo apt-get install libgtk2.0-0
sudo apt-get install libglib2.0-dev
sudo apt-get install gcc-3.4
二、下載MAC libs
mac-3.99-u4-b5.tar.gz

cd /放置壓縮檔的資料夾/
sudo tar zxvf mac-3.99-u4-b5.tar.gz
cd /解壓縮後的資料夾/
./configure --enable-assembly
make
sudo make install
三、下載以及解壓縮BMP MAC plugin
bmp-mac-0.1.1.tar.gz
cd /放置壓縮檔的資料夾/

在terminal輸入以下的commands
sudo tar zxvf bmp-mac-0.1.1.tar.gz
cd /home/YOURLOGINNAME/Desktop/bmp-mac-0.1.1
./configure --enable-local=yes
make
sudo make install
四、按下ctrl+alt+Backspace重開X-windows,然後開啟BMP,確認BMP的preference>plugins>media是否在其中即可享受.ape檔的美好音質。

2007年8月10日 星期五

Ubuntu 7.04如何安裝Compiz fusion

<<以下轉載至ubuntu正體中文站 vegbird大大的文章>>
1. 套件庫認證
先下載金鑰到桌面:
http://download.tuxfamily.org/3v1deb/DD800CD9.gpg

Synaptic > 套件庫 > 認證 > 匯入/Import > 瀏覽桌面選DD800CD9.gpg

2. 加入套件庫位置
Synaptic > 套件庫 > 第三方套件, 新增, 依序貼上:
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy



3. Synaptic請按重新載入按鈕, (Synaptic不用關掉)

4. 避免新舊版衝到:

如 果先前有裝過beryl, 請先確定Beryl或是Ubuntu內建桌面特效有確實關閉, 然後 Synaptic 按搜尋 > "依名稱搜尋" > 找出所有 "beryl", "compiz", "emerald" , 並按右鍵選擇"標記為移除" ==> 套用
移除後不用關閉Synaptic


你也可以用指令一次移除所有舊版 - 在終端機打:

sudo apt-get remove compiz* beryl* emerald*



5. 開始安裝Compiz Fusion

Synaptic 按搜尋 > "依名稱搜尋" > 找出所有下列關鍵字:
compiz
compiz-gnome (如果你是用Kubuntu,就選擇套件compiz-kde)
compizconfig-settings-manager
compiz-fusion-(所有類似名稱的套件全部選擇)
emerald
emerald-themes

每個都按右鍵, 並標記為安裝 > 套用

或是可以用指令一口氣安裝全部, 在終端機打:
sudo apt-get install compiz compiz-gnome compizconfig-settings-manager compiz-fusion-* emerald-*


這樣就裝好了! Control Alt Backspace 重新登入吧!

6. 測試:
完成安裝之後,請Alt+F2打開程是啟動器,接著輸入:

compiz --replace -c emerald


7. 安裝Compiz Fusion系統匣管理器: Fusion Icon
先裝這2個套件:

終端機內(或是Synaptic)輸入:
sudo apt-get install git git-core compiz-dev


再來到這個網頁:
http://forum.ubuntu.org.cn/about64461.html

下載這個: http://forum.ubuntu.org.cn/download.php?id=15664&sid=c1c9a32626223c407465d810274f702a

下載好, 雙擊滑鼠安裝

安裝成功後, 啟動Compiz Fusion 管理圖示: ALT+F2 輸入:
fusion-icon


如果一切正常, 系統匣會出現一個新圖示, 可以用那個快速切換2D或3D桌面設定, 以及視窗裝飾等等...

也可以放在系統>偏好設定>作業階段 讓他啟動時執行

2007年7月28日 星期六

解決Mplayer開啟緩慢的問題

開啟preferences,misc下反勾選Stop XScreenSaver即可決解載入緩慢的問題!

2007年7月19日 星期四

Transformers

本週一與女友至高雄大遠百的威秀影城觀賞“變形者“(我覺得這樣翻比較老實),說實在的,在我從電腦看過試用版後,再次從大螢幕上依然感受到無比的震憾,無論聽覺與視覺!

2007年7月15日 星期日

與同事打羽毛球

想來也好久未從事這項運動了,真的蠻激烈的,打完已經滿身汗了,不過在洗個舒服的熱水澡後,
感覺非常痛快,成為上班族後運動真是挺重要的!

2007年7月14日 星期六

一起ubuntu吧


最近都在玩這個有趣的Linux作業系統,啟動桌面特效後,Vista 與MAC OS X的簡直是相形失色,有興趣的可試試看!