Temporarily Disable the Proxy
Sometimes it is useful to disable the proxy for
just a short while but not permenantly. The easiest way to do this is
to clear the environment variable. Just open a terminal window and execute
the following command
export http_proxy = ""
This will disable your proxy until the environment
variables are initialized again, which in this case will be as soon
as a new terminal is opened.