1. setup tools

    $ sudo apt-get install tor
    $ sudo apt-get privoxy
    $ sudo vi /etc/privoxy/config
    forward-socks4a / localhost:9050 . #(add this line)
    
  2. config firefox

    HTTP <a href="http://127.0.0.1">127.0.0.1 </a> 8118
    SSL \/
    FTP \/
    ...
    SOCKS <a href="http://127.0.0.1">127.0.0.1</a> 9050
    
  3. google
    THAT’S IT