用戶工具

網站工具


linux

差異處

這裏顯示二個版本的差異處。

連向這個比對檢視

linux [2009/03/20 11:10]
bestlong
linux [2010/08/23 15:30] (目前版本)
行 43: 行 43:
  
 [[smartmontools]] 檢測硬碟相關 S.M.A.R.T 資訊,若有問題會發郵件通知。 [[smartmontools]] 檢測硬碟相關 S.M.A.R.T 資訊,若有問題會發郵件通知。
 +
 +[[http://htop.sourceforge.net/|htop]] 用 Linux 附的傳統 top 畫面是黑白的,用這個 htop 畫面是彩色的。
  
 ===== 安全性 ===== ===== 安全性 =====
 ==== DenyHosts ==== ==== DenyHosts ====
 [[denyhosts|DenyHosts]] 是一支用 python 寫成的 Script,主要目的就是幫助 Linux 系統管理者保護你的 SSH 伺服器,避免被駭客用字典攻擊或暴力攻擊。 [[denyhosts|DenyHosts]] 是一支用 python 寫成的 Script,主要目的就是幫助 Linux 系統管理者保護你的 SSH 伺服器,避免被駭客用字典攻擊或暴力攻擊。
 +
 ==== iptables ==== ==== iptables ====
 [[http://newweb.syups.tp.edu.tw/documents/memo/iptables/iptables.htm|使用 iptables 建置 Linux 防火牆]] [[http://newweb.syups.tp.edu.tw/documents/memo/iptables/iptables.htm|使用 iptables 建置 Linux 防火牆]]
行 86: 行 89:
  
 # yum upgrade # yum upgrade
-更新全部的套件包+升級全部的套件包
  
 # yum search XXX # yum search XXX
行 105: 行 108:
 # yum list XXX* # yum list XXX*
 列出名稱為 xxx 開頭的套件包 列出名稱為 xxx 開頭的套件包
 +
 +# yum list installed
 +列出已安裝套件
 +
 +# yum list updates
 +列出可更新套件
 +
 +# yum info
 +列出所有套件資訊
 +
 +# yum info updates
 +列出可更新套件資訊
 +
 +# yum info installed
 +列出已安裝套件
 +
 +# yum provides
 +列出套件提供檔案清單
 </code> </code>
  
linux.1237518659.txt.gz · 上一次變更: 2010/08/23 15:30 (外部編輯)