Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
export http_proxy=proxy.de:3128
export https_proxy=proxy.de:3128
export ftp_proxy=proxy.de:3128
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$https_proxy
export FTP_PROXY=$ftp_proxy
Wenn ich das einfach in die Shell eingebe wird der Proxy geändert, führe ich es allerdings als Script aus passiert gar nichts. Ich bin noch Linux-Neuling, deswegen liegts vllt auch nur an einer Kleinigkeit. Kann mir jmd helfen?