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/
export http_proxy="http://usrname:passwrd@host:port"
export ftp_proxy="http://usrname:passwrd@host:port"
export http_proxy=http://server-ip:port/