自由访问互联网
我最近发现利用firefox的gladder插件访问BBC有些困难,一旦打开了BBC中文,网页很快变成红差差,GFW越来越强大了。
我怀疑是BBC首页可能有其它gladder不知道的链接,因为在中文网址打开一半的时候迅速点停,还是能看到一些内容的。也懒得去查了。今天早晨花了一点时间在尝试了一下Linux中的Tor,速度比gladder略微慢些,但想看的内容都能看全了。……写出来与大家共享。
这里只写在Fedora R8中的用法,其它Linux系统与此类似,Windows系统见http://www.torproject.org/docs/tor-doc-unix.html.en。
#yum install tor privoxy -y
#mv /etc/privoxy/config /etc/privoxy/config.backup
#touch /etc/privoxy/config
将其中内容编辑为https://wiki.torproject.org/noreply/TheOnionRouter/P...中所示内容。
Firefox–>Tools–>Add-ons–>Get extentions安装torbutton,现在版本为1.0.4.01。
关闭firefox
#cd /etc/privoxy
#/usr/sbin/privoxy
重新启动firefox,状态栏上有一个tor button,点击to toggle on/off。
其它细节请自己补充。
附:https://wiki.torproject.org/noreply/TheOnionRouter/P...
# Generally, this file goes in /etc/privoxy/config # # Tor listens as a SOCKS4a proxy here: forward-socks4a / 127.0.0.1:9050 . confdir /etc/privoxy logdir /var/log/privoxy actionsfile standard # Internal purpose, recommended actionsfile default # Main actions file actionsfile user # User customizations filterfile default.filter # Don’t log interesting things, only startup messages, warnings and errors #logfile logfile #jarfile jarfile #debug 0 # show each GET/POST/CONNECT request debug 4096 # Startup banner and warnings debug 8192 # Errors - *we highly recommended enabling this* user-manual /usr/share/doc/privoxy/user-manual listen-address 127.0.0.1:8118 toggle 1 enable-remote-toggle 0 enable-edit-actions 0 enable-remote-http-toggle 0 buffer-limit 4096
dingdong said,
01月 10, 2008 @ 8:36 pm Vote:
0
0
太高的深不会。gladder,浏览wiki,受益了。谢谢