Mittwoch, 18. April 2007

yum via Proxy

Um "yum" via Proxy nutzen zu koennen muss man
eine Umgebungsvariable setzen.


mit User+Passwort:

export HTTP_PROXY="http://USER:PASSWORD@PROXY-IP:PORT/"

ohne User:


export HTTP_PROXY="http://PROXY-IP:PORT/"


pruefen:

env | grep -i proxy

Keine Kommentare:

Kommentar veröffentlichen