TOR

How to install tor on Linux


ARCH LINUX :
Tor,Vidalia,polipo and privoxy are avaiable from official repository.
pacman -S tor vidalia polipo privoxy

UBUNTU:
Firstable open terminal and write :
sudo gedit /etc/apt/sources.list
I use gedit but you can use your favourite editor. Now add this line at bottom of sources.list :
http://www.hackforlulz.blogspot.com/2013/02/xssscan-cross-site-scripting-scan.html deb http://deb.torproject.org/torproject.org version main
You can see you're version here
Save and exit. Open terminal and add keys :
gpg --keyserver keys.gnupg.net --recv 886DDD89 gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add - sudo apt-get update
Now we can install vidalia , tor and polipo :
sudo apt-get install tor vidalia polipo
At question : Let Vidalia start Tor after stopping existing Tor process:
Answer : Yes (and disable it for every boot)
Now we configure polipo :
sudo gedit /etc/polipo/config/
Delete default config and replace with this config file.
Now :
sudo /etc/init.d/polipo restart sudo /etc/init.d/tor restart
Now it would be bettere disable the startup of tor and polipo, we can do it with bum (bootup-manager) :
sudo apt-get install bum
You find bum in : system/administration
Now open vidalia (application/internet/vidalia) and click on settings/general.
Select : start a proxy application when tor starts. Set like course : /usr/bin/polipo
Now you can set network proxy, or use tor with firefox.
Proxy HTTP : 127.0.0.1 port 8118
Proxy SOCKS5 : 127.0.0.1 port 9050
For test click here.


How to install tor on OSX


You can download tor browser bundle for mac from here
Now you can startup vidalia.app
Now you can start tor. Tor can config with Safari or Firefox (recommended).
You can use tor with firefox using a plugin : torbutton.
For test click here.


How to install tor on Windows


If you use tor only with your browser you can download Tor Browser Bundle from here, else you can download vidalia bundle.
Now you only install vidalia bundle or tor browser and configure a proxy!

If you have a problem or you need some explanations just write under this post!

No comments:

Post a Comment