2010年1月2日 星期六

APT-GET

apt-get update
軟體資料庫同步
/etc/apt/sources.list


apt-get install package_nam
軟體安裝

apt-get remove package_nam
軟體移除

apt-get --purge remove package_nam
軟體移除purge 與 remove 相同,但連設定檔也會移除

apt-get upgrade
軟體升級

apt-get dist-upgrade
整個系統昇級

apt-get source
取得某個軟體套件的原始碼指令

apt-get clean
清除掉 apt 的 cache 內容
/var/cache/apt/archives/
/var/cache/apt/archive/partial/


apt-get autoclean
安裝完畢後會自動刪除該軟體的deb檔

apt-get check
診斷問題所在

2010年1月1日 星期五

符號的唸法

‵  back quote
  apostrophe
~ tilde(唸 /'tildi/)
@ at
# hash
^  caret, circumflex
/ slash
\ backslash
& ampersand
* asterisk
_ underscore
- hyphen
()parenthesis (眾:parentheses)
〔〕brackets
{}braces
| pipe