From Boldcore's wiki
Revision as of 06:40, 26 April 2017 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux Proxy variables

If You are connecting to the Internet thru proxy.

export http_proxy=http://8.8.8.8:8080/
export https_proxy=https://8.8.8.8:8080/
export ftp_proxy=http://8.8.8.8:8080/

# Start new Shell with new variables defined.
bash 

export http_proxy=http://IP:Port/

(Optional)
Add the variables to /etc/environment to make the settings persistent.