 |
How to set system-wide environment variables in Linux - Xmodulo
export http_proxy=http://my.proxy.com:8000 export https_proxy=http://my.proxy.com:8000 If the proxy requires authentication, you can specify username and password as well. export http_proxy=http://username:password@my.proxy.com:8000 export https_proxy ...
xmodulo.com |
 |