PDF download Download Article PDF download Download Article

With all of the identity theft and privacy invasion that everyone and their grandmother have experienced, it's no wonder people are looking for new ways to stay anonymous online. One such way is something called the "Tor Network" , which is a service where you can bounce around anything that you send to the internet so many times that it can't be tracked.

Method 2
Method 2 of 2:

Linux

PDF download Download Article
  1. 1
    With Linux, it's a bit more involved. The Linux Tor browser package doesn't include all of the background applications required for Tor to run. The plus side to this method, however, is that Tor will deal with everything coming out of your computer, not just webpages.
  2. Run the following command in a terminal emulator to install all the necessary dependencies: sudo apt-get install proxychains privoxy tor vidalia libboost-system1.49.0
  3. Next, we need to edit some files to make Tor work. Type in: nano /etc/proxychains.conf and scroll down to where it says #dynamic_chain and delete the pound sign. Then scroll to static_chain and put a pound sign in front of it.
  4. Scroll down to socks4 127.0.0.1 9050 and replace the '4' with a '5'. This is just to make sure that all of the applications are speaking the same language. Hit ctrl+x, followed by y , then the enter key to save the document.
  5. Next, type nano /etc/privoxy/config and find the line containing "forward-socks5" and change the whole line to forward-socks5 / 127.0.0.1:9050 . (Note the spaces) Then save and close the file.
  6. Now that the various applications can talk to each other, we need to get Tor configured to work with your entire computer! Type in nano /etc/tor/torrc , and remove the leading pound sign where it says SocksPort 9050 and ControlPort 9051 .
  7. We must restart the Tor service for our changes to take effect. Type /etc/init.d/tor restart , and, if you want to be paranoid and you know what this means , type init 6.
  8. Launch vidalia either by typing vidalia, or from the start menu. It will pop up and show an error message, ignore it.
  9. Click the radio button "Use TCP connection (ControlPort)", and make sure that it is set to 127.0.0.1 : 9051 and that Configure ControlPort automatically is unchecked and Authentication is set to none.
    • Change the Tor Configuration File to /etc/tor/torrc and click OK.
  10. Restart your computer and launch Vidalia, it will take a good couple of minutes after it starts to actually connect, but when it does, your free to go out online and play!
  11. Advertisement


Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Thanks to all authors for creating a page that has been read 82,427 times.

      Is this article up to date?

      Advertisement