直接在图形界面下选择"网络代理"设置, 只对wget有用, yum无效
需要编辑/etc/yum.conf
加入下面的行
proxy=http://<PROXY_IP>:<PROXY_PORT>
proxy_username=<YOUR_USERNAME>
proxy_password=<YOUR_PASSWORD>
直接在图形界面下选择"网络代理"设置, 只对wget有用, yum无效
需要编辑/etc/yum.conf
加入下面的行
proxy=http://<PROXY_IP>:<PROXY_PORT>
proxy_username=<YOUR_USERNAME>
proxy_password=<YOUR_PASSWORD>