apt-get 加代理,如:

sudo apt-get install typora -o Acquire::http::proxy="http://127.0.0.1:8889/"

wget 加代理, 如:

wget -e "http_proxy=http://127.0.0.1:8087"
Last modification:October 7th, 2020 at 09:22 pm