安裝軟體 apt-get install
硬碟用量 df -h
硬碟狀態 sudo fdisk -l
修改密碼 passwd
查看帳號最後登入時間 lastlog
資料樹狀結構 tree -L
確認目前版本 uname -r / -a
安裝過的版本 dpkg --get-selections|grep linux-image
刪除不需要的版本 sudo apt-get remove linux-image-3.2.0-41-generic