Ubuntu 下安装 Tor

安装
sudo apt-get install tor privoxy
编辑器打开 /etc/privoxy/config 文件,在最前面加上下面这一行(别漏了那个不起眼的“.”):
forward-socks4a / localhost:9050 .
你可能希望 privoxy 不要把什么事情都记录下来,找到下面的两行,通过在它们前面添加“#”注释掉它们:
...
logfile logfile
...
jarfile jarfile
...
保存修改了的 /etc/privoxy/config 文件。
重新启动 privoxy 服务
sudo /etc/init.d/privoxy restart
设置你的软件使用 tor + privoxy
在支持使用代理服务器的软件,设置代理服务器为:
localhost:8118
Firefox 下可使用 Torbutton 插件。
另外对于 GFW ,还有一个 firefox 插件 gladder ( https://addons.mozilla.org/firefox/2864 ),安装插件,重新启动Firefox。这时候,根据邦比快跑所说:
再次重启firefox之后右下角会有一个小图标
打开flikr.com
在图标上右键:选择“选择代理服务器→accessanywhere”。
再次右键:选择最下面的flickr.com
然后可以无忧矣
随时随地flikr
用这个方法,不单可以访问Flickr,而且还能访问wikipedia、Google快照等等等网页。

参考文章:
http://wiki.ubuntu.org.cn/Tor%E4%B8%8EPrivoxy%E5%AE%89%E8%A3%85%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97
http://www.caobian.info/?p=2256

Tags: firefox, GFW, gladder, tor, ubuntu