Ir al contenido principal

Install TOR in Ubuntu / Debian (Repository)



TOR is a free software implementation of second-generation onion routing – a system which enables its users to communicate anonymously on the Internet.

To install TOR in Ubuntu / Debian, follow the steps below:

1. Adding the Tor repository. Open a terminal and paste this:
sudo sh -c 'echo deb "http://deb.torproject.org/torproject.org [YOUR_DISTRO_VERSION] main" >> /etc/apt/sources.list'
Replacing [YOUR_DISTRO_VERSION] with your version of either Ubuntu or Debian (Lucid, Maverick, Natty or Etch, Lenny, Sid, Squeeze, etc.)

2. Adding the GPG key and installing TOR and Privoxy in Ubuntu / Debian. Open a terminal and paste this:
gpg --keyserver keys.gnupg.net --recv 886DDD89
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -
apt-get update && sudo apt-get install tor tor-geoipdb privoxy

Privoxy is a filtering web proxy that integrates well with Tor.


3. Editing the privoxy config file in Ubuntu / Debian
sudo gedit /etc/privoxy/config/
and at the end of the file, add this:
forward-socks4a / localhost:9050 .

Notice the dot at the end and the space before it!

4. Starting Tor
sudo /etc/init.d/tor start
sudo /etc/init.d/privoxy start

5. Installing Vidalia (Optional)

Vidalia is a controlling Graphical User Interface for Tor. Tor must be installed for Vidalia to work. Once you have installed Tor and Vidalia you can configure client and relay settings through Vidalia. To install, type the following command in a terminal:
sudo apt-get install vidalia polipo

6. Installing Torbutton for Firefox

Install Torbutton from HERE and restart Firefox.

Now you can test to see if Tor is working: try using your browser with Tor and make sure that your IP address is being anonymized. Click on the Tor detector and see whether it thinks you're using Tor or not.

To Torify other applications that support HTTP proxies, just point them at Privoxy (that is, localhost port 8118). To use SOCKS directly (for instant messaging, Jabber, IRC, etc), you can point your application directly at Tor (localhost port 9050), but see this FAQ entry for why this may be dangerous. For applications that support neither SOCKS nor HTTP, take a look at tsocks or socat.

7. Anonymizing Applications

To anonimize an application, simply edit it's settings (or preferences) and under Proxy, for Socks5, enter:
Ip: localhost
port: 9050

Alternatively, you can set this globally for your computer (though it will not work for some apps such as Firefox, for which you need TorButton). For this, go to System > Preferences > Network Proxy, select "Manual proxy configuration" and under Socks Host, enter the IP and port as explained above, then click "Apply System-Wide" (this may not be available in Ubuntu 11.10).

Entradas populares de este blog

Mensaje de bienvenida en la Consola

Es una pequeña utilidad para mostrar texto ASCII en la consola. Se llama Figlet y la podemos instalar en Ubuntu con “sudo apt-get install figlet”. Podemos hacer que aparezca un mensaje de bienvenida en la consola si añadimos estas lineas al archivo “$HOME/.bashrc”: #Mensaje figlet “Texto Que quieras $USER”

Fallo al obtener la lista de compartición del servidor

 - Ubuntu Karmic Koala El problema. El detalle es que a veces tengo que revisar archivos que están en otras computadoras que utilizan windows. Al momento de darle en el menú Lugares - Red - Red de Windows y al elegir el grupo de trabajo en el que están mis equipos me aparece el siguiente error. No se puede montar el lugar. Fallo al obtener la lista de compartición del servidor. La solución . La encontré en este articulo de los Foros de Ubuntu, lo voy a copiar tal cual, espero que no le moleste al autor y solo a manera de respaldo. # — Aquí inicia el articulo de los foros de Ubuntu – 1- En principio es necesario que estén instalados: samba samba-common smbclient winbind   2- Luego editar el archivo /etc/samba/smb.conf sudo gedit /etc/samba/smb.conf   A los cambios necesarios para adaptar el sistema, según los tutoriales de samba es necesario tener presente que: a- Donde dice workgroup = WORKGROUP, reemplazar WORKGROUP por el nombre de grupo de ...

ISO Master, crea y modifica tus ISO’s fácilmente

<a href="http://ubuntu.com/getubuntu" title="Descarga Ubuntu"> <img src="http://www.marcelor.com/wp-content/uploads/199_164_ubuntu.png" alt="Descarga Ubuntu."/> </a> Ha sido liberada la versión 1.3.7 de ISO Master, aplicación que te permite crear y modificar archivos ISO9660 (imágenes ISO). Principales funcionalidades: Crear una imagen ISO desde el principio. Añadir o eliminar archivos y directorios en o desde una imagen de CD. Crear CDs de arranque utilizando diferentes tipos de registros de arranque: no emulación (isolinux, Microsoft Windows), 1,2, 1,44 y 2,88 de emulación de disquete. Apoyo a Rock Ridge y nombres de archivo Joliet. Iso Master es una aplicación de código abierto y está disponible en versión linux y windows. No disponible aún en los repositorios de Ubuntu http://www.littlesvr.ca/isomaster/download/