Friday, June 14, 2013

Installing TOR On Linux

Seeing as Ubuntu is one of the most commonly used Linux distros around, and because I cannot be bothered getting a Fedora .iso, and because these instructions work fine for Debian also, here goes! (yes, in the images I am using BT5, which is basically Ubuntu)
To get your distribution name, the command “lsb_release -c” will tell you. This is important.
First off, add the appropriate repository to your /etc/apt/sources.list file.
Essentially this command:
sudo echo “deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main” >> /etc/apt/sources.list
Adding TOR repo
Adding TOR repo
Next, we import the tor project GPG keys. I advise being root when doing this.
gpg –keyserver keys.gnupg.net –recv 886DDD89
gpg –export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
Adding GPG keys
Adding GPG keys
sudo apt-get update to refresh your package lists…
Update Package List
Update Package List
Now we install the torproject keyring.
apt-get install deb.torproject.org-keyring
keyring install
Installing Keyring
Install TOR itself and the Vidalia GUI… It will prompt to add a user to the group so select your username!!!
apt-get install vidalia tor polipo
Installing TOR
Installing TOR
Now, we check is Vidalia working OK or are we already fscked. By running it.
Vidalia Works
Vidalia Works
If it looks like that, you are good to go smile Again, as per http://insecurety.net/?p=842 , just set proxy settings in your browser to use 127.0.0.1 and 9050 as the port and you should be good to go!
Next up: Installing TORbutton :)
The observant ones will note the dates on the screenshots are old: I had originally made this guide for some friends who wanted it, and then I decided to publish it openly because, reasons.

0 comments:

Post a Comment