首页 > 代码库 > Linux终端使用代理服务器
Linux终端使用代理服务器
1、YUM添加代理服务器:
[root@localhost /]# vim /etc/yum.conf
添加如下项目:
proxy=http://172.16.1.188:8888/
2、WGET添加代理服务器:
[root@localhost /]# vim /etc/wgetrc
添加如下项目:
https_proxy = http://172.16.1.188:8888/
http_proxy = http://172.16.1.188:8888/
ftp_proxy = http://172.16.1.188:8888/
3、添加全局代理:
[root@localhost /]# export http_proxy=http://172.16.1.188:8888 [root@localhost /]# export http_proxy=http://172.16.1.188:8888
4、取消全局代理:
[root@localhost /]# unset http_proxy [root@localhost /]# unset https_proxy
[THE END]
Linux终端使用代理服务器
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。