For anonymous bittorent tracking (https://www.torproject.org/)
sudo apt-get install tor
sudo apt-get install privoxy
Once you've installed Privoxy you will need to configure Privoxy to use Tor. Open Privoxy's "config" file look in /etc/privoxy/ and add the line
forward-socks4a / 127.0.0.1:9050 .
to the top of the config file. Don't forget to add the dot at the end.
Privoxy keeps a log file of everything passed through it. In order to stop this you will need to comment out three lines by inserting a # before the line. The three lines are:
logfile logfile
and the line
jarfile jarfile
and (on some systems) the line
debug 1 # show each GET/POST/CONNECT request
turn off enable-remote-toggle, enable-remote-http-toggle, and enable-edit-actions.
Copy the conf file to your homedir
You'll need to restart Privoxy for the changes to take effect.
sudo /etc/init.d/privoxy restart
Having difficulties installing:
http://www.torproject.org/docs/tor-doc-unix.html
Keine Kommentare:
Kommentar veröffentlichen