![]() |
||||||
|
This page was last modified: May 18 2008 11:46:26 | |||||
Surf in privacy with Tor/Privoxy and FirefoxPrivacy and censorship on the Internet are discussed all over the world these days. I am not going to bore you with my personal opinion on these subjects, but I'll tell you how to use TOR and Privoxy together with Firefox. About TOR (quote from Tor: anonymity online):
Tor is a software project that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy,
confidential business activities and relationships, and state security. About Privoxy (quote from Privoxy):
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data, managing HTTP cookies,
controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. In this setup, Privoxy (among other things) is the glue between Firefox and Tor. Install TOR and PrivoxyGo to Applications -> Add/Remove Software and search for 'privoxy' (without the quotes). Both Privoxy and Tor should come up in the result. Install both of them. Configure PrivoxyTor is fine as is... most people do not need to configure anything. Privoxy, on the other hand, needs a bit of tweaking.: Start a terminal window and become root, then go to the place of the configuration file and backup the standard config:
$ su Now you have a backup of the standard configuration (config.old) and an empty file (config) which you will now open and insert these lines:
# Generally, this file goes in /etc/privoxy/config Check all the paths in the above configuration and make sure they match your system. If not, correct them. Fire it up!Start Privoxy:
/etc/init.d/privoxy start If you make any changes to the configuration run these commands again with 'restart' instead of 'start'. There is a Tor addon for Firefox... go to Torbutton and install it. After Firefox is restarted, you should see the text "Tor Disabled" in the bottom right corner of Firefox. Just left-click the text to enable Tor. See it workYou'll notice that surfing with Tor enabled is slower. Make sure Tor is disabled in Firefox and then go to ipaddresslocation.org. You'll see your IP address, your country... maybe even the city you live in, or at least one that is close by. Enable Tor and load that same page. You'll now see completely different information. For example, I am now a citizen of Gunzenhausen, Germany ;-) |
||||||