Welcome to Srini's blog

Thursday, July 29, 2010

Configure proxy settings in Linux

Cmd to set proxy: export http_proxy= "http://PROXY_IP:PORT"

Cmd to test proxy settings : env | grep proxy
it will show you the proxy details.

No comments:

Post a Comment