使用 unetbootin 製作 USB Boot
中文輸入法
虛擬主機
- VMWare
- VirtualBox
- KOPlayer
辦公軟體
- Google Keep
- EverNote
- LibreOffice
sudo add-apt-repository ppa:libreoffice/ppa
- `
瀏覽器
- Google Chrome
- Firefox
- Opera
通訊軟體
影音娛樂
開發工具
- MS Code
- Sublime
- Android Studio
資料庫
常用指令
查IP位址
curl http://ipv4.myip.dk/api/info/IPv4Address
SCP複製檔案
TAR打包、解包
tar cvf 123.tar 123
//將123資料夾把包成123.tar
tar xvf 123.tar
//將123.tar解包在目前資料夾
查詢檔案、資料夾大小
du -h mognodb
//顯示 mognodb的資料夾大小
ls -lh abc.txt
//顯示 abc.txt 檔案大小
find . -name "mongo*" -print
//在目前目錄下找檔案名稱為 mongo開頭的檔案