Learning in Ubuntu

Tuesday, December 26, 2006

設定網卡
/etc/network/interfaces
設定DNS
/etc/resolv.conf

[在scim裡面加裝新酷音輸入法]

拜讀 erisck 文章
得知 在scim中要加裝新酷音輸入法需要幾個檔案

* scim (system default)
* scim-gtk2-immodule (system default)
* scim-modules-socket (system default)
* scim-chewing (for IM engine)
* scim-tables-zh (中文輸入法的重要套件) *****
繁體中文的就有包含 新酷音 吳語注音法 交換碼 倉頡大字集 倉頡第三代 倉頡第五代 大易 廣東拼音 港式廣東語 筆順五碼 簡易 粵語拼音 行列30 輕鬆大詞庫 速成

Reference:
erisck

Monday, December 25, 2006


[ftp傳輸工具]

推薦工具
Filezilla Server and Client

安裝Server and Client 可以參考 ericsk的Ubuntu Linux筆記
基本上 會有亂碼的問題 表示編碼的問題

另外還學到如何在選單下啟動 Filezilla 很不錯
值得推薦

成功畫面
Client: 在上


Reference:
ericsk的Ubuntu Linux筆記
FileZilla

Friday, December 15, 2006

[sources.list的設定 加入台灣伺服器]

開啟 /etc/apt/sources.list

加入內容(我在最後一行後加入)
deb http://apt.ubuntu.org.tw ubtw/
deb http://archive.ubuntu.com/ubuntu/ edgy universe multiverse
deb http://archive.ubuntu.com/ubuntu/ edgy universe multiverse

[6.06 vs. 6.10]

今天用Vmware 安裝 ubuntu 6.06 dapper duck and ubuntu 6.10 Edgy

使用sudo切換到root group使用root相關指令

發現 dapper duck不能夠切換到root group -> 下圖


but Edgy可以 -> 下圖

Friday, December 08, 2006

[閱讀中文pdf using Acrobat 7.0]

1.使用 apt-get install acroread 來安裝Acrobat

2.
2.1
字型下載網頁
請選擇Acrobat 版本, 想要在pdf中顯示的語言 以及 平台
ex 我選擇 Acrobat 7.0, Chinese Traditoinal, and Linux x86

2.2
解壓縮 tar zxvf FontPack708_cht_i386-linux.tar.gz
進入 CHIKIT
執行 ./INSTALL
y
accept

接下來請選擇您安裝acroread的路徑 作者安裝的路徑是/usr/lib/Adobe/Acrobat7.0

重新開啟中文繁體的pdf就可以嚕

Tuesday, November 28, 2006

[apt-get套件 sourcelist的位置]

/etc/apt下

[搜尋檔案的方式]
find vs. locate
find locate
搜尋方式:直接對硬碟作search 去資料庫(/var/lib/slocate/slocate.db)找資料

如果剛加入的檔案要用locate搜尋得到的話 必須先使用updatedb指令 來更新資料庫

為了增加效率 通常會先使用locate(or whereis)先搜尋
如果找不著在使用find來搜尋檔案

Reference:
鳥哥的Linux私房菜-Linux檔案與目錄管理-檔案的搜尋


ps:
grep 此指令可以針對檔案內容進行搜尋

ex.
grep ubuntu a.txt

那麼結果會顯示a.txt中有ubuntu字樣的內容 以行為單位

Monday, November 27, 2006

[Install Stardict in Ubuntu]

  1. 下載安裝檔 位置:http://stardict.sourceforge.net/ 下載:stardict-2.4.8.tar.bz2
  2. 開啟終端機 解壓縮此archive [tar jxvf stardict-2.4.8.tar.bz2] (此處我在/usr/local處解壓縮)
  3. 可參考該目錄下有個安裝說明檔案 檔名為INSTALL(我安裝的流程) ./configure --disable-gnome-support --prefix=/usr apt-get install g++ (我缺少此套件的關係) make make install
  4. 安裝完成 請直接下startdict即可啟動星際譯王
下載字典檔
http://stardict.sourceforge.net/Dictionaries.php
http://stardict.sourceforge.net/Dictionaries_zh_TW.php

下載完之後
將字典檔解壓縮到 /usr/share/stardict/dic
ex. 下載21 century bidirectional dictionary 21世紀英漢漢英雙向詞典
[tar jxvf stardict-21shijishuangyukejicidian-big5-2.4.2.tar.bz2 ]

Sunday, November 19, 2006

[觀看mpg檔]

用totem沒有辦法播放
想要安裝mplayer,使用apt-get install mplayer
卻有下述error messages
/* error message
讀取套件清單中... 完成
了解套件依存關係中
Reading state information... 完成
E: 無法找到 mplayer 套件。
*/

目前是安裝gxine 採用xine的引擎
安裝方式相當簡單
apt-get install gxine

完成