Not long ago, I spoke of Tor, a free and open network to defend itself from 'traffic analysis, a form of network surveillance that threatens personal freedom and privacy, assets and confidential business relationships, and state security.
Original article:
Anonymous thanks tor (including USB)
Well, let's see how to install it on Ubuntu 9.10 and derivatives. 
The first thing to do is add the repos tor of the files / sources.list, then type:
sudo -s
and thereafter for Ubuntu 9.10:
echo "deb http://deb.torproject.org/torproject.org karmic main" >> /etc/apt/sources.list
echo "deb-src http://deb.torproject.org/torproject.org karmic main" >> /etc/apt/sources.list
As for Ubuntu 4.10:
echo "deb http://deb.torproject.org/torproject.org lucid main" >> /etc/apt/sources.list
echo "deb-src http://deb.torproject.org/torproject.org lucid main" >> /etc/apt/sources.list
Now installing Tor, type:
sudo apt-get update && sudo apt-get install tor tor-geoipdb
Once installed Tor, type:
sudo apt-get install privoxy
to install privoxy.
Now, add this forward-socks4a / localhost: 9050 line to / etc / privoxy / config.
We can do this:
sudo -s
and then:
echo "forward-socks4a / localhost:9050 " >> /etc/privoxy/config
Perfect, now installed Tor Button to activate on firefox tor speed.
DOWNLOAD TOR BUTTON
Do not forget to start tor, as follows:
sudo /etc/init.d/privoxy restart && sudo /etc/init.d/tor start
Perfect, now open firefox and verify proper operation by tor;)
Happy surfing: D
Other:






