Preface: Tor is a software to anonymize your activities (your IP address). Please note that not all of your internet traffic will be anonymous magically. Instead you need to understand what Tor does and what it does not.
= How to install and set up Tor in Ubuntu =
- To install and setup Tor, copy and paste the content from the box below and paste it into a terminal window (which you can find in Applications -> Accessories -> Terminal). You can copy&paste the content of the whole box at once if you want to.
That's it, you are done. Note, that every application (like Instant Messaging, Mail Client etc.) needs to be set up separately in order to use Tor: See step 2.Code:gksudo 'apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 886DDD89' sudo add-apt-repository "deb http://deb.torproject.org/torproject.org $(lsb_release -s -c) main" sudo apt-get update sudo apt-get -y install tor-geoipdb polipo sudo cp /etc/polipo/config /etc/polipo/config.bak sudo wget -O /etc/polipo/config http://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf sudo service polipo restart- Now it depends on which part of your Internet traffic you want to be anonymized; If you just want to browse the web anonymized, you need to install Torbutton for Firefox and click on the button in the bottom right corner in Firefox. To see if everything worked as it should, check this website from Tor Project. Enjoy your anonymity.
= Appendix =
What are all these cryptic commands?
The "ubuntu way" (to use graphical tools whereever possible) of doing things isn't the most comfortable in this case. Instead, it is useful to use the terminal.
For those who are interested i will explain what these commands do:
- apt-key downloads the public key for the Tor repository and adds it to the keychain.
- add-apt-repository adds the Tor repository where the Tor package comes from.
- apt-get update updates the package database, apt-get install installs Tor itself and Polipo, a proxy that is needed.
- cp creates a backup of the Polipo configuration file.
- wget downloads a new configuration file and saves it in the correct place.
- service restarts the Polipo service so the changes can take effect without reboot.




Adv Reply



Bookmarks