поиск
-
прочее
календарь
архивы
Архив за день: 30 августа, 2012
yum http proxy
I used yum directly to go through a proxy. I had to do something like this: http_proxy=http://:####/ HTTP_PROXY=»$http_proxy» export http_proxy HTTP_PROXY ftp_proxy=http://:####/ FTP_PROXY=»$ftp_proxy» export ftp_proxy FTP_PROXY