Linux 使用代理使网速变快

$ export http_proxy="http://USER:PASSWORD@PROXY_SERVER:PORT"
$ export https_proxy="https://USER:PASSWORD@PROXY_SERVER:PORT"
$ export ftp_proxy="http://USER:PASSWORD@PROXY_SERVER:PORT"

https://www.shellhacks.com/linux-proxy-server-settings-set-proxy-command-line/

https://www.cyberciti.biz/faq/linux-unix-set-proxy-environment-variable/
posted @ 2017-07-05 14:57  jaystarba  阅读(337)  评论(0)    收藏  举报