==================系統相關========================
ssh登入時會提醒目前已有多少套件可安裝
245 packages can be updated.
128 updates are security updates.
安裝系統更新套件
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)
==================================================
[Tab] 接在一串指令的第一個字的後面,則為命令補全;
[Tab] 接在一串指令的第二個字以後時,則為『檔案補齊』
輸入ch 按兩次Tab鍵
清除畫面:clear
查詢目前環境變數:env
修改語系請直接參考
[Ubuntu] 如何設定語系locale 寫得很詳細
己安裝語系:locale -a
目前的語系設定:locale
查詢IP位置:ifconfig
===========================netstat ===============================
查目前服務的port及你要查的port
sudo netstat -taupen
sudo netstat -tapen | grep ":8000 "
======================閱讀壓縮的說明文件====================
zless <filename.gz>
ex.zless README.gz