Categories:

Translate:
Italiano flagInglese flagFrancese flagTedesco flagPortoghese flagSpagnolo flag

Install TOR on ubuntu and derivatives

Not long ago, I spoke of Tor, a free and open network to defend itself from 'traffic analysis, a form of network surveillance that threatens personal freedom and privacy, assets and confidential business relationships, and state security.
Original article:
Anonymous thanks tor (including USB)

Well, let's see how to install it on Ubuntu 9.10 and derivatives.


The first thing to do is add the repos tor of the files / sources.list, then type:
sudo -s
and thereafter for Ubuntu 9.10:
echo "deb http://deb.torproject.org/torproject.org karmic main" >> /etc/apt/sources.list
echo "deb-src http://deb.torproject.org/torproject.org karmic main" >> /etc/apt/sources.list
As for Ubuntu 4.10:
echo "deb http://deb.torproject.org/torproject.org lucid main" >> /etc/apt/sources.list
echo "deb-src http://deb.torproject.org/torproject.org lucid main" >> /etc/apt/sources.list

Now installing Tor, type:
sudo apt-get update && sudo apt-get install tor tor-geoipdb

Once installed Tor, type:
sudo apt-get install privoxy
to install privoxy.
Now, add this forward-socks4a / localhost: 9050 line to / etc / privoxy / config.
We can do this:
sudo -s
and then:
echo "forward-socks4a / localhost:9050 " >> /etc/privoxy/config

Perfect, now installed Tor Button to activate on firefox tor speed.
DOWNLOAD TOR BUTTON

Do not forget to start tor, as follows:
sudo /etc/init.d/privoxy restart && sudo /etc/init.d/tor start

Perfect, now open firefox and verify proper operation by tor;)

Happy surfing: D

Other:

  1. Install Chromium in Ubuntu and Derivatives
  2. Installing Ubuntu 9.10 on kernel 2.6.32 .*
  3. Customize and optimize your UBUNTU Ubuntu-Tweak
  4. Install GIMP 2.7 on Ubuntu 9.10 [-.-'] and Windows
  5. Install VNC or MPlayer Ubuntu 9.10
You can leave a response , or trackback from your own site.

One Response to "Installing TOR on ubuntu and derivative

    Trackback and pingback

    1. Installing Tor on Ubuntu 9.10 and derivatives
      [...] Further consult original article: Installing TOR on Ubuntu 9.10 and derivatives Related articles: Anonymous thanks tor (also ...

    Add a Comment