Skip to content

Instantly share code, notes, and snippets.

@jbpadgett
Created August 21, 2016 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbpadgett/cd2ab75a0367dcc0672dff729024a61f to your computer and use it in GitHub Desktop.
Save jbpadgett/cd2ab75a0367dcc0672dff729024a61f to your computer and use it in GitHub Desktop.
#################
# .BASH_PROFILE
# On a Windows machine using Cygwin, use this:
# PROXIES
export http_proxy="localhost:3128"
# On a Linux VM from Virtualbox with NAT, use the default Vbox gateway this:
# PROXIES
export http_proxy="10.0.2.2:3128"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment