Proxy Server Eintrag


Edit your /etc/bash.bashrc file as root.

Put these line at the end of your /etc/bash.bashrc file :

export http_proxy=http://username:password@proxyservername:port/
export https_proxy=https://username:password@proxyservername:port/
export ftp_proxy=http://username:password@proxyservername:port/

~~UP~~