liunx 访问网络 有时候需要代理访问,如何设置呢?
一、设置代理
export http_proxy=http://xxx.xxx.xxx.com:10086
export https_proxy=https://xxx.xxx.xxx.com:10086
二、取消代理
unset http_proxy
unset https_proxy
三、查看是否已设置
echo $http_proxy
echo $https_proxy
liunx 访问网络 有时候需要代理访问,如何设置呢?
一、设置代理
export http_proxy=http://xxx.xxx.xxx.com:10086
export https_proxy=https://xxx.xxx.xxx.com:10086
二、取消代理
unset http_proxy
unset https_proxy
三、查看是否已设置
echo $http_proxy
echo $https_proxy
907
1637

被折叠的 条评论
为什么被折叠?