ubuntu 下利用GAE进行翻墙

原文:http://blog.csdn.net/speed_feng/article/details/7071206

ubuntu 下利用GAE进行翻墙

快速、易懂的教你如何在linux下实现翻墙。

1  需要注册google账户(如果你有GMAIL邮箱直接就能有了)

    如果要输入手机号码的话  要在前面加上86;

    创建一个应用程序:填上Application Idertifier(重要!记住!)和Application Title

2  需要准备的三个东西:

    google-appengine:http://googleappengine.googlecode.com/files/google_appengine_1.4.2.zip (for linux);

    GAppProxy:http://code.google.com/p/gappproxy/downloads/detail?name=localproxy-2.0.0.tar.gz

    fetchserver:http://code.google.com/p/gappproxy/downloads/detail?name=fetchserver-2.0.0.zip

    将他们下载解压,放在任意目录中,将得到三个文件夹:google-appengine/localproxy-2.0.0/fetchserver-2.0.0 。

    并将 fetchserver-2.0.0放到google-appengine文夹中。

3  打开fetchserver-2.0.0下面的app.yaml文件,将第一行的application name换成之前设置的Application Idertifer.保存

4  上传:在终端用cd进入到google-appengine的目录中,执行一下命令:./appcfg.py update fetchserver-2.0.0            (如果fetchserver-2.0.0不在google-appengine的文件夹中,update后要输入fetchserver-2.0.0的 地址)。

     在上传中,要输入你的google帐号(emali)和密码

5   修改localproxy-2.0.0中的proxy.conf文件,把最后一行的#去掉!改成:http://xxx.appspot.com/fetch.py 保存

6   终端进入localproxy-2.0.0目录,执行一下命令: ./proxy.py

     如果出现一下:

--------------------------------------------
HTTPS Enabled: YES
Direct Fetch : NO
Listen Addr  : 127.0.0.1:8000
Local Proxy  :
Fetch Server : http://bianca-speed.appspot.com/fetch.py
--------------------------------------------

    则表明代理搭建成功了

    只需将浏览器的HTTP代理 改成:127.0.0.1:8000便可以实现翻墙了。

7   如果觉得这样该很麻烦。可以使用一些插件,像firefox的autoproxy或者chrome下的proxyswitchy都可以。


                                                                                                      KILL GFW


1 条评论:

shooter 说...

有没有ubuntu版本的翻墙利器

gae的SDK死活下载不了

作为受益者向gfw叫板儿的人们致敬!