Skip to content

Instantly share code, notes, and snippets.

@boina-n
Last active June 1, 2020 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save boina-n/f7d18e2d09ab544edc2357370a34af2a to your computer and use it in GitHub Desktop.
Save boina-n/f7d18e2d09ab544edc2357370a34af2a to your computer and use it in GitHub Desktop.
set proxy for apt in ubuntu
cat <<EOF > /etc/apt/apt.conf.d/01proxy
Acquire::http::Proxy "http://10.0.2.2:8080"; EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment