31
Июл
0
Yum настройка через proxy
/etc/yum.conf
proxy=http://proxy_server:3128
Возможно добавить авторизацию , если есть
proxy_username=proxy_user
proxy_password=passwd
Только для конкретного пользователя
В файле
~/.bash_profile
proxy=http://proxy_server:3128
export http_proxy
Соответственно с авторизацией
http_proxy="http://proxy_user:passwd@proxy_server:3128"
export http_proxy
Enjoyed reading this post?
Subscribe to the RSS feed and have all new posts delivered straight to you.
Subscribe to the RSS feed and have all new posts delivered straight to you.