cat your_file_path : print (read) file (顯示,閱讀文字檔案)
pppoeconf : configure ADSL connection (設定 ADSL 連線)
updatedb: build the index of whole system (建立索引)
locate keyword: locate the index builded by updatedb (搜尋檔案)
ps2pdf: convert ps to pdf (把 ps 轉換成 pdf 檔案)
sudo apt-get update: update the source list
sudo apt-get install wanted_package: install the package (安裝軟體)
sudo apt-get upgrade: upgrade the system
apt-cache showpkg: show basic information of the package, like version, dependency...
Comments