SETTING UP VIDALIA IN UBUNTU 11.10
I am working behind a proxy in Ubuntu. Many softwares doesn't work properly behind the proxy in my Campus (IIT Kharagpur) . The best solution is to use them through a socket connection using tor. 1. Vidalia can be installed from the command line or synaptic or USC. I prefer to use the terminal for installation. For installation additional repositories or PPA are not needed. If privoxy is already installed in the system then it needs to be removed as it will interfere with working of polipo. sudo apt-get install vidalia polipo tor sudo apt-get remove privoxy 2. The config file of torr needs to edited (replaced) with the following text. Run the command in terminal gedit ~/.vidalia/torrc and paste the following : s# Set the Tor Circuit Build time to find faster tor servers, increments of seconds CircuitBuildTimeout 2 # connections while Tor is not in use. KeepalivePeriod 60 # Force Tor to consider whether to build a new circuit every NUM seconds. NewCircu...