赞
踩
设置代理命令
export http_proxy="http://127.0.0.1:7070"
export https_proxy="http://127.0.0.1:7070"
取消代理命令
unset http_proxy
unset https_proxy
unset all_proxy
unset ftp_proxy
unset no_proxy
查看是否存在代理
env | grep -i proxy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。