Ubuntu命令行设置代理的示例:
1.打开终端命令行。
2.输入以下命令设置代理便可。
export http_proxy="http://usrname:passwrd@host:port"
export ftp_proxy="http://usrname:passwrd@host:port"
export http_proxy=http://server-ip:port/
本文来源:https://www.yuntue.com/post/74341.html | 云服务器网,转载请注明出处!