Skip to content

Instantly share code, notes, and snippets.

@wwin3286tw
Created December 17, 2017 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwin3286tw/60386ca7206675218e875a283cfc9a42 to your computer and use it in GitHub Desktop.
Save wwin3286tw/60386ca7206675218e875a283cfc9a42 to your computer and use it in GitHub Desktop.

1. 本機初始環境建置(可選)

  • 作業系統
    • 本篇是對於 Ubuntu 16.04.3 全新安裝的主機所編寫的
  • 常用工具安裝
#apt-fast 安裝,多連線緒下載套件
sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get -y install apt-fast
#安裝常用套件
apt install nano gedit nmap whois ssh axel wget curl
#安裝Google Chrome瀏覽器
#使用圖形化介面將省去修復步驟
wget https://dl.google.com/linux/direct/google-chrome-
stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
#執行以下指令,以修復缺少的元件庫
sudo apt-get install -f
  • 使用命令列下載工具的提示
#未測試
aria2c --file-allocation=none -c -x 10 -s 10 -d "~/" http://www.example.com
axel -a -n 16 http://www.example.com
wget http://www.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment