Ren*_*h G -2 linux networking proxy
在我的办公室,我想通过更新和下载wget,在这里他们使用代理。如何wget从命令行使用代理?
将http_proxy环境变量导出为 inexport http_proxy=http://myproxy:port或添加
Acquire::http::proxy "http://MYNAME:MYPASS@MY.PROXY.COM:MYPORT"
Run Code Online (Sandbox Code Playgroud)
到/etc/apt/apt.conf.
见http://ubuntuforums.org/showthread.php?t=96802