通过代理提高wget下载速度。
方法:
在终端直接运行
export http_proxy=http://proxyAddress:port
或者
export https_proxy=http://proxyAddress:port
其中,port指的是代理端口,可以通过对应的软件修改查看。
例如:
export http_proxy=http://127.0.0.1:12333
本文介绍了一种通过配置代理服务器来提升wget下载速度的方法。具体操作包括设置http_proxy或https_proxy环境变量,并指定了代理地址及端口。
通过代理提高wget下载速度。
方法:
在终端直接运行
export http_proxy=http://proxyAddress:port
或者
export https_proxy=http://proxyAddress:port
其中,port指的是代理端口,可以通过对应的软件修改查看。
例如:
export http_proxy=http://127.0.0.1:12333
1025
2万+
9994