Skip to main content

Tor on Linux Mint (hope most Linux versions also) for anonymous browsing

Seeing that my Tor installation and use blog was very popular across the web, please find below a simple method to make it running without any fuss.

Go to Tor download (open this link in a new tab otherwise you know what will happen) and scroll down to Linux/Unix section. Then click on download link depending upon whether your system is 32bit or 64bit.
After the download the file will be like as below.


Double clicking the archive will open like as below.


Drag and Drop the "tor-browser_en-US" folder to the desktop as below.

Open the folder as below


Double click start-tor-browser and you you will see a windows as below.


Click Run and a windows will open as below.


Immediately after the above window a browser window will open as below and you are done.


Congrats and welcome to anonymous browsing.

Please put a comment on your experience so that it will help me, you and every body who sees this blog.

Comments

Anonymous said…
Works well, just slow browsing at times due to not enough Tor relays.
Rob said…
I was excited to find this... but it didn't work for me. I'm running the latest Mint 10 and Firefox 3.6.13. My problem is that after clicking "Run" the Vidalia Control Panel does not come up. Any thought as to why??
Anil said…
Dear Rob;

Hope you are running LM 10 32 bit. Does it ask the "Run in Terminal etc.. In that screen you have to select "Run". The definitely the control panel will come.
Michael said…
Thank you for this. I followed your instructions and everything went well. I'm using Linux Mint 2.6.35-22-generic (i686) and Firefox 3.6.3.

Popular posts from this blog

Create Great looking diagrams - Gliffy.com

I was looking for an online diagram creating tool. Came across Gliffy.com where I could create actually great looking diagrams without much of learning curve. The tool is 1. Very easy to use 2. Has drag and drop of elements to your diagram 3. Collaboration (which I have not tested). 4. Works from anywhere on a browser with Internet connection (I used it in Google Chrome on Linux Mint 10) When you click on the "Try it now" a new screen will open as below. You can either create a blank page to create a diagram from scratch or select from a bunch of samples and work on them to create one for your requirement. There are options to export the diagrams you created to SVG, JPEG, PNG and XML format once you register for free on the website. Once you register you can save the diagrams that you created in the site itself and retrieve it at a later time by logging into the website. I made three diagrams and it was real easy and simple. The site has two kind of pa

Kerio Connect - SQLLite journal.db error

Today I noted that the Keio Connect mail server had thousands of error.log files with 75MB size filled up in the server. As always Google gave the answer. The error looks some what like below. [10/Aug/2011 10:49:35] SQLiteDbWriteCache.h: write_thread - file '/path/to/file/<user>/.journal.db', SQLite error: code 1, error SQLITE_ERROR[1]: no such table: journal_temp The solution is as below 1. Delete the cache from the client's workstation 2. Delete the profile 3. Stop the server 4. Go to the server and navigate through the user's store folder 5. Delete the .journal.db (for Linux it is  find . -name "FILE-TO-FIND"-exec rm -rf {} \; ) 6. Start the server 7. Create a new profile for the clients workstation With help from Kerio Forum Cyberciti