Protecting your Privacy: Setting up Tor in Ubuntu Dapper Drake
After Merdeka, I've decided to set up Tor. There is alot of talk about freedom, but the truth is freedom is more likely to be taken away, than given. Simliarly there are certain topics in Malaysia which are best avoided, and considered taboo to talk about.
For example: China has its infamous great firewall. The Chinese government does not permit the population to view certain sites such as Wikipedia. Though the Chinese government may have their reasons, I believe this act of censorship is immoral.
So you've decided to surf the web anonymously? Luckily Tor can do the job for you! The truth is when your on the web, you are being tracked, every single page you load is being cached or logged somewhere. Tor is an application engineered to protect your privacy, through the use of its own network of nodes designed to increase anonymity.
For example, since I am a citizen of Malaysia, by going directly to http://www.google.com I get rerouted to http://www.google.com.my, the Malaysian version for Google. Why is this? How do they do I originate from Malaysia? Well I won't answer that question here, but as you can see they know where you live. Bet you can't sleep with your eyes open now can you?
Well with Tor installed, and when accessing google.com, I get the UK version! My connection is being routed from the UK to my place. This changes everytime you go to a new website so the point of exit (in this case UK) is always different.
Here are the basic instructions to set up Tor, and you can learn more about Tor from their overview, or our good friend Wikipedia.
I will not be held responsible for the actions conducted by any person using these instructions. Do this at your own risk. Similarly when Tor starts it warns the user: This is experimental software. Do not rely on it for strong anonymity.
How to set up Tor in Ubuntu Dapper Drake:
These instructions only apply if you have the universe repo installed. Not set up? Find out how to set up the extra repositories in Ubuntu
- Run the command: apt-get install tor privoxy
- Run the command: sudo gedit /etc/privoxy/config
- Add the line (including the period at the end): forward-socks4a / localhost:9050 .
- Comment out the line: logfile logfile
- Comment out the line: jarfile jarfile
- Restart the Privoxy service: sudo /etc/init.d/privoxy restart
How to set up Firefox to work with Tor:
- Install the torbutton extension.
- Restart Firefox
- In the bottom right corner you'll have a text blurb saying: Tor Disabled
- Enable Tor by clicking the blurb; it should say: Tor Enabled
- Surf the web
You can customize the blurb so that its a nicer looking icon. Right click the blurb, go to Preferences, and set Status Bar Display Format to Icon.
You will also notice that your connection is slower; taking longer to load webpages. This is one of the disadvantages of Tor as it has to route your connections to different places.
Of course if your accessing services across the net using your account, perhaps Gmail. They do know who you are, but they won't be able to judge where you are accessing from. So if you want to really be anonymous, becareful of your activity.
So go ahead, use Tor when you are in an unsafe situation. When you don't trust the network or geographical location you are in. Perhaps you want to access a site that has blocked off all computers in a given area, and your included. Maybe you just want to surf a little safer while drinking a cup of coffee at Starbucks. Or just maybe you don't want to be tracked. At least you know Tor is a click away.
I'll put up instructions on how to set up more services later.
In the words of Victor Hugo:
"There is one thing stronger than all the armies in the world, and that is an idea whose time has come."
Related posts
- Tax exemption for flying flag during Merdeka (1)
- Spun around! Malaysian Government not out to censor blogs! (0)
- Silencing Cyperspace – The Final Frontier? (1)
- MyOSS Meetup February 2008 (0)
- Geolocation with navigator.geolocation (0)
Tags
About
Lifestream
-
@scy_krylief "Somebody to love", damn awesome [aizatto]— August 30th via Twitter
Recent Posts
- Twitter Weekly Updates for 2010-08-29
- Our Parents Expections
- Twitter Weekly Updates for 2010-08-22
- Twitter Weekly Updates for 2010-08-15
- Twitter Weekly Updates for 2010-08-08
- Twitter Weekly Updates for 2010-08-01
- Twitter Weekly Updates for 2010-07-25
- Facebook hits 500 Million Users
- Location Aware Browsing
- Twitter Weekly Updates for 2010-07-18
January 12th, 2007 - 04:12
Thanks, but just one tip in mine, if not running as admin you’ll have to change this: “Run the command: apt-get install tor privoxy” to “Run the command: sudo apt-get install tor privoxy”
Not that thats a big problem
February 14th, 2007 - 15:07
I have folowed the instructions.
It appears to be working.
I point my browser at http://www.ip-adress.com/
And it knows where I am. I get the same result with and without toe enabled.
Q
April 9th, 2007 - 22:41
cool it works, but i had to configure tor extension to not use privoxy and give the right socks proxy adnd ports to tor, don’t know if this bypasses the privoxy thing, but dont care. thanks nice simple how to
April 19th, 2007 - 02:26
Thank you .. nice clear instructions. You can test it works here:
http://ip-adress.com/
Steve
April 30th, 2007 - 22:54
It works!
I suggest you put instructions on how to setup Tor like server…
October 19th, 2007 - 19:52
According to TOR’s FAQ:
“Using privoxy is necessary because browsers leak your DNS requests when they use a SOCKS proxy directly, which is bad for your anonymity. Privoxy also removes certain dangerous headers from your web requests, and blocks obnoxious ad sites like Doubleclick.”
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#SOCKSAndDNS
April 15th, 2009 - 14:05
Thanks this is one of the greatest guides I have ever read!
October 14th, 2009 - 16:13
Ubuntu is still a dark horse for me, I am thus to get any info about it. Your post is well written and easily understtod. thank you!