Настройка прокси (если используется) и репозитория
proxy=http://proxyhost:8080
proxy_username=proxyname
proxy_password=proxypass## http прокси с именем и паролем
export http_proxy=http://user:password@your-proxy-ip-address:port/
## HTTPS версия ##
export https_proxy=https://your-ip-address:port/
export https_proxy=https://user:password@your-proxy-ip-address:port/export http_proxy=http://foo:[email protected]:3128/
export https_proxy=$http_proxy
## Use curl command ##
curl -I www.system-admins.ru[root@virt2 ~]# sh initial.shLast updated