Yum Proxy settings
by Emre Tugriceri on Mar.26, 2011, under Linux, Yum
[root@localhost ~]# vi /etc/yum.conf
- proxy=http://10.129.0.23:8080
- http_proxy=http://10.129.0.23:8080
[root@localhost ~]# declare -x ftp_proxy=”http://10.129.0.23:8080″
[root@localhost ~]# declare -x http_proxy=”10.129.0.23:8080″
No comments for this entry yet...