Monday, February 08, 2010

Set HTTP proxy under Ubuntu server

In order to set proxy globally on Ubuntu sever, I added following line to /etc/bash.bashrc file.

export http_proxy="http://serverName:8080"

No comments: