INSTALL 1.2 KB

123456789101112131415161718192021222324252627
  1. Quickstart version for users:
  2. 0) Download the absolute newest version. No, really.
  3. http://freehaven.net/tor/
  4. 1) tar xvf it, and then cd into the directory.
  5. 2) ./configure (or do the two-line version in the README, if you're on bsd)
  6. 3) make
  7. 4) cd src/config
  8. 5) ../or/tor -f oprc
  9. You don't need to run this as root, and you probably shouldn't.
  10. 6) point your browser to socks4 or socks5 proxy at localhost port
  11. 9050. In mozilla, this is in edit|preferences|advanced|proxies. This
  12. allows you to test to make sure tor is installed correctly.
  13. 7) make sure you've set it up correctly: go to
  14. http://www.junkbusters.com/cgi-bin/privacy and see what IP it says
  15. you're coming from. If it works, you should probably go on to step 8,
  16. to get better privacy.
  17. 8) Optionally, install privoxy (www.privoxy.org), and add the line
  18. "forward-socks4a / localhost:9050 ." (without the quotes) to its config
  19. file. Then change your mozilla to http proxy at localhost port 8118 (and
  20. no socks proxy). This step will give you good html scrubbing as well.
  21. (See doc/CLIENTS for why direct socks gives you less anonymity.)
  22. If this works for you, you can stop reading. Otherwise, see the README for
  23. more details.