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

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 ...

Rootear en Ubuntu un teléfono Android

Tengo un teléfono con Android, concretamente un Motorola Defy, y resulta que en Android, basado en Linux, eres un simple usuario y solo puedes realizar algunas tareas. Otras te están vetadas. Conseguir los permisos de superusuario, se llama entre los entendidos rootear el móvil. En principio es una operación que no entraña riesgos, pero en esta vida todo puede fallar. Así que debe quedar claro que si decides rootear el teléfono, lo haces bajo tu propia responsabilidad. También debes entender, que si rooteas el teléfono, los SAT aprovechan para lavarse las manos de cualquier problema y anular la garantía. Y por último, debes saber que es posible que ya no recibas las actualizaciones automáticas de Android. Para rootear teléfonos se utiliza una aplicación llamada Superoneclick . En mi caso, esta parece ser la única solución. Pero este es un programa para Windows, por lo que.... Afortunadamente, esta escrito en .NET, por lo que vamos a poder ejecutarlo con MONO en nuestro ...

Descargar Packet Tracer 5.2 [Windows y Linux]

Packet Tracer 5.2 [Windows y Linux] Packet Tracer es la herramienta de aprendizaje y simulación de redes interactiva para los instructores y alumnos de Cisco CCNA. Esta herramienta les permite a los usuarios crear topologías de red, configurar dispositivos, insertar paquetes y simular una red con múltiples representaciones visuales. Packet Tracer se enfoca en apoyar mejor los protocolos de redes que se enseñan en el currículum de CCNA. Este producto tiene el propósito de ser usado como un producto educativo que brinda exposición a la interfaz comando – línea de los dispositivos de Cisco para practicar y aprender por descubrimiento. Packet Tracer 5.2 es la última versión del simulador de redes de Cisco Systems, herramienta fundamental si el alumno está cursando el CCNA o se dedica al networking. En este programa se crea la topología física de la red simplemente arrastrando los dispositivos a la pantalla. Luego clickando en ellos se puede ingresar ...