Skip to content

Instantly share code, notes, and snippets.

@devender-yadav
Last active July 30, 2018 13:39
Show Gist options
  • Save devender-yadav/a53238aafe60b76346dbd1a847529532 to your computer and use it in GitHub Desktop.
Save devender-yadav/a53238aafe60b76346dbd1a847529532 to your computer and use it in GitHub Desktop.
set localproxy server in ubnutu
cat /etc/apt/apt.conf.d/localproxy

Put this value:

Acquire::http::Proxy "http://IP:PORT";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment