Lin Hong's TECH Blog! 刀不磨要生锈,人不学习要落后 - Thinking ahead

Oracle Linux yum/wget proxy Tips

2019-10-16

Oracle Linux yum/wget proxy Tips

Linux Yum/Wget proxy setting

proxy in yum

Edit /etc/yum.conf, add proxy value.


vi /etc/yum.conf
proxy=http://proxy.xxx.xxx:pp

proxy in wget

Edit /etc/wgetrc, add proxy server value.


vi /etc/wgetrc

http_proxy=http://proxy.xxx.xxx:pp/
https_proxy=http://proxy.xxx.xxx:pp/
ftp_proxy=http://proxy.xxx.xxx:pp/

Have a good work&life! 2019/09 via LinHong


Similar Posts

Comments