Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 354 Bytes

proxy-setup.md

File metadata and controls

13 lines (12 loc) · 354 Bytes

Proxy Setup

  • Open environment file
    sudo nano /etc/environment
    Then, add the following codes:
    http_proxy="http://$USERNAME:$PASSWORD@$SERVER:8080/"
    https_proxy="http://$USERNAME:$PASSWORD@$SERVER:8080/"
    ftp_proxy="http://$USERNAME:$PASSWORD@$SERVER:8080/"
    no_proxy="127.0.0.1,localhost"