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"
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"