====== Linux 软件工具 ====== ====== 网络工具 ====== ===== WGET ===== **WGET 使用代理** wget --proxy=on -e "https_proxy=https://12.34.56.78:910" download_url 而其他网络工具只需设置 ''ALL_PROXY" 环境变更即可 **断点续传** wget -c download_url