Announcement

Collapse
No announcement yet.

tor privoxy install

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    tor privoxy install

    sudo apt-get install gedit
    gksu gedit /etc/apt/sources.list
    add lines at bottom of text file
    deb http://mirror.noreply.org/pub/tor jaunty main
    deb-src http://mirror.noreply.org/pub/tor jaunty main
    sudo apt-get update
    sudo apt-get install tor privoxy
    in console type cd .. twice to get to the root folder
    type cd etc/privoxy
    type sudo cp config config.default
    add the following lines
    # Forward stuff to Tor.
    forward-socks4a / 127.0.0.1:9050 .
    # Add exceptions for the local network.
    forward 10.*.*.*/ .
    now install tor addon to firefox
    restart firefox
    now go to firefox mmenu bar.
    click
    Edit
    Preferences
    Advanced
    Settings
    select radio box
    manual proxy configuration
    close firefox
    open firefox
    click tor button and enable
    go to google.com and type check ip
    click the first link to see if its working.






    #2
    Re: tor privoxy install

    Thanks for the howto!

    For anyone wondering, this is a privacy tool:
    http://www.torproject.org/

    Comment

    Working...
    X