Tor is one of the best tools for anonymity on the internet. The most common way today is to use Tor is the Tor browser bundle, see this answer for more. You can use Tor without a proxy server, although the Tor project suggests using a proxy for better performance.
Verify that the signature file was produced when Erinn's key signed your Tor Browser Bundle download (adjust commands if version is not 3.5.2 or Language is not "en"):
cd ~/path/to/TBB_directory
gpg --verify tor-browser-linux32-3.5.2_en-US.tar.xz.asc tor-browser-linux32-3.5.2_en-US.tar.xz
You should see "Good signature.." in your terminal if successful (if not, download file again and try once more):
gpg: Signature made Sun 09 Feb 2014 01:19:13 AM EST
gpg: using RSA key 0x416F061063FEE659
gpg: Good signature from "Erinn Clark <[email protected]>" [unknown]
gpg: aka "Erinn Clark <[email protected]>" [unknown]
gpg: aka "Erinn Clark <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 8738 A680 B84B 3031 A630 F2DB 416F 0610 63FE E659
Extract Tor Browser Bundle Package
Right-click tar.xz file and select "Extract Here" or:
tar -xvJf tor-browser-linux32-3.5.2_en.tar.xz
Browse The Internet using globally distributed, encrypted, and anonymous Tor network
Open newly extracted directory and double-click start-tor-browser or:
./start-tor-browser
Select Run if Ubuntu asks you how you want to execute the `start-tor-browser' script.
Firefox has basic support of "anonymous" browsing -- but that means only not storing history, cache and cookies. For "real anonymity" is best solution Tor:
If you are using Chrome or Chromium you can also use the following extensions. I'm using them and they look alright. The only problem is that it makes browsing the internet a bit slow.
Tor is one of the best tools for anonymity on the internet. The most common way today is to use Tor is the Tor browser bundle, see this answer for more. You can use Tor without a proxy server, although the Tor project suggests using a proxy for better performance.
Installing Tor
Using any method, edit your repositories and add the Tor repository. See also detailed instructions for installing Tor from the Tor project.
Replace
trusty
with the codename for your release (check the output oflsb_release -sc
). Make sure Universe and Multiverse Repositories are enabled.Add the Tor GPG key:
Update repositories and install Tor:
Install Privoxy:
Some GUI for Tor:
Note:
Privoxy is optional. It is a proxy and it offers additional features including adblocking. The advantages of privoxy include built in adblock.
One easy, effective way to anonymously browse The Internet is by using the Tor Browser Bundle which is partially based on Mozilla Firefox ESR.
Download Tor Browser Bundle
Verify GPG Signature
Download Erinn Clark's key (as she signs Tor Browser Bundle packages):
Verify that the signature file was produced when Erinn's key signed your Tor Browser Bundle download (adjust commands if version is not 3.5.2 or Language is not "en"):
You should see "Good signature.." in your terminal if successful (if not, download file again and try once more):
Extract Tor Browser Bundle Package
Right-click
tar.xz
file and select "Extract Here" or:Browse The Internet using globally distributed, encrypted, and anonymous Tor network
Open newly extracted directory and double-click
start-tor-browser
or:Select
Run
if Ubuntu asks you how you want to execute the `start-tor-browser' script.Congratulations!
Firefox has basic support of "anonymous" browsing -- but that means only not storing history, cache and cookies. For "real anonymity" is best solution Tor:
http://en.wikipedia.org/wiki/Tor_%28anonymity_network%29
https://help.ubuntu.com/community/Tor
If you are using Chrome or Chromium you can also use the following extensions. I'm using them and they look alright. The only problem is that it makes browsing the internet a bit slow.
You could also use the "FoxyProxy" plugin, and some anonymous proxy action... that'd give you the same effect.