Linux Bash wget etc http https Proxy angeben
Aus znilwiki
Für alle Benutzer:
nano /etc/bash.bashrc
ganz nach unten Scrollen und folgen Zeilen anhängen:
export http_proxy=http://server:port/ export https_proxy=http://server:port/ export ftp_proxy=http://server:port/ export HTTP_PROXY=$http_proxy export HTTPS_PROXY=$https_proxy export FTP_PROXY=$ftp_proxy
Siehe auch: https://wiki.ubuntuusers.de/Proxyserver/
Kommentare
Loading comments...