<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mr. 21 &#187; 翻墙</title>
	<atom:link href="http://mr21.in/tag/%e7%bf%bb%e5%a2%99/feed" rel="self" type="application/rss+xml" />
	<link>http://mr21.in</link>
	<description>KunMing &#124; SysAdmin &#124; Blogger &#124; G Fans</description>
	<lastBuildDate>Thu, 06 Oct 2011 09:23:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://mr21.in/?pushpress=hub'/>
		<item>
		<title>BlogBus应急方案复原</title>
		<link>http://mr21.in/blog-tips/hosts-for-bus-come-back.html</link>
		<comments>http://mr21.in/blog-tips/hosts-for-bus-come-back.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 15:45:25 +0000</pubDate>
		<dc:creator>贰壹</dc:creator>
				<category><![CDATA[博客贴士]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[BlogBus]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://mr21.in/?p=313</guid>
		<description><![CDATA[各位访问Mr. 21并且获得帮助的乘客们，很高兴大巴在明天能恢复启程， 而我之前的教程让大家修改了Hosts文件，现在我提供一个恢复的脚本，请按照说明使用。 脚本名称： Hosts_BusComeBack 适用范... ]]></description>
			<content:encoded><![CDATA[<p>各位访问Mr. 21并且获得帮助的乘客们，很高兴大巴在明天能恢复启程，<br />
而我之前的教程让大家修改了Hosts文件，现在我提供一个恢复的脚本，请按照说明使用。</p>
<blockquote><p><strong>脚本名称：</strong> Hosts_BusComeBack<br />
<strong>适用范围：</strong> Windows 2000/XP/Vista/7<br />
<strong>使用条件：</strong> 等到Bus确认恢复运作后再使用，否则你又得再用一次BusHosts<br />
<strong>使用方法：</strong> Win2000/XP可以直接使用，WinVista/7请解压后在文件上<strong>右键</strong>选择“以管理员身份运行”。<br />
<strong>简单说明：</strong> 使用这个脚本将恢复系统本身默认的Hosts文件，如果你的Hosts文件有其它特殊配置，请注意备份。<br />
<strong>使用后果：</strong> 除了系统默认的记录外，Hosts文件不会再存在额外的东西，也就说无法再“翻墙”访问Bus。<br />
<strong>下载地址：</strong> <a href="/wp-content/uploads/2010/01/hosts_BusComeBack.zip">http://mr21.in/wp-content/uploads/2010/01/hosts_BusComeBack.zip</a><br />
<strong>注意事项：</strong> <strong style="color:red;">使用之后，请重新开启你的浏览器或者重新启动电脑，后者最保险。</strong></p></blockquote>
<blockquote><p>关于一点很抱歉，<br />
就是Linux/Mac OS X用户，如果你有改动，需要手动去除原来添加的代码了，Hosts文件一般保留下面一行即可：<br />
<strong>127.0.0.1 localhost</strong><br />
或者在终端中（Terminal）运行下面一行命令，只要你权限够<br />
<strong>sudo echo 127.0.0.1 localhost > /etc/hosts</strong> 或 <strong>echo 127.0.0.1 localhost > /etc/hosts</strong></p></blockquote>
<p>如果有Bus的用户想考虑独立博客，可以点击<a href="http://s.click.taobao.com/t_1?i=qvFcRUSA%2Fu2W2Q%3D%3D&#038;p=mm_15117278_0_0&#038;n=11">虚拟主机 Plan-2 WordPress</a>了解，目前是2月底前会多赠送一个月。<br />
同时可以QQ联系我，随时为大家提供帮助。</p>
<p>以下部分为脚本源代码，仅供高级用户参考交流，一般用户请不用理会。<br />
<span id="more-313"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span> off
color 0a
goto start
&nbsp;
:start
cls
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  以下每个操作都需要在输入完成后按回车。
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>+
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  请选择本机系统：Win2000<span style="color: #000000; font-weight: bold;">/</span>XP（按<span style="color: #000000;">1</span>）或WinVista<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">7</span>（按<span style="color: #000000;">2</span>）或退出（按Q）
<span style="color: #000000; font-weight: bold;">set</span> <span style="color: #000000; font-weight: bold;">/</span>p <span style="color: #007800;">ossel</span>=
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%ossel%&quot;</span> == <span style="color: #ff0000;">&quot;q&quot;</span> <span style="color: #7a0874; font-weight: bold;">exit</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%ossel%&quot;</span> == <span style="color: #ff0000;">&quot;Q&quot;</span> <span style="color: #7a0874; font-weight: bold;">exit</span>
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  即将开始恢复本机默认Hosts文件，这将导致Bus的翻墙失效，是否继续<span style="color: #7a0874; font-weight: bold;">&#40;</span>Y or N<span style="color: #7a0874; font-weight: bold;">&#41;</span>？
<span style="color: #000000; font-weight: bold;">set</span> <span style="color: #000000; font-weight: bold;">/</span>p <span style="color: #007800;">answer</span>=
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%ossel%&quot;</span> == <span style="color: #ff0000;">&quot;1&quot;</span> goto 2p
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%ossel%&quot;</span> == <span style="color: #ff0000;">&quot;2&quot;</span> goto v7
&nbsp;
:2p
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;y&quot;</span> goto yes2p
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;Y&quot;</span> goto yes2p
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;n&quot;</span> goto start
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;N&quot;</span> goto start
&nbsp;
:v7
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;y&quot;</span> goto yesv7
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;Y&quot;</span> goto yesv7
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;n&quot;</span> goto start
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #ff0000;">&quot;%answer%&quot;</span> == <span style="color: #ff0000;">&quot;N&quot;</span> goto start
&nbsp;
:yes2p
<span style="color: #7a0874; font-weight: bold;">echo</span> 127.0.0.1	localhost <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
goto end
&nbsp;
:yesv7
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #000000;">127.1</span>		<span style="color: #7a0874; font-weight: bold;">local</span> <span style="color: #000000; font-weight: bold;">&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
<span style="color: #7a0874; font-weight: bold;">echo</span> 127.0.0.1	localhost <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
<span style="color: #7a0874; font-weight: bold;">echo</span> 127.0.0.1	localhost.localdomain <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
<span style="color: #7a0874; font-weight: bold;">echo</span> 127.0.0.1	localhost <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
<span style="color: #7a0874; font-weight: bold;">echo</span> ::<span style="color: #000000;">1</span>             localhost <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">%</span>windir<span style="color: #000000; font-weight: bold;">%</span>\system32\drivers\etc\hosts
goto end
&nbsp;
:end
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  恢复完成，按任意键退出。
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>+
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  如果你又突然需要BusHosts解析，请访问我的博客 http:<span style="color: #000000; font-weight: bold;">//</span>mr21.in
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>  脚本编写：Mr. <span style="color: #000000;">21</span>
<span style="color: #000000; font-weight: bold;">@</span><span style="color: #7a0874; font-weight: bold;">echo</span>+
pause</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://mr21.in/blog-tips/hosts-for-bus-come-back.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>关于域名注册的建议</title>
		<link>http://mr21.in/view-points/recommendations-about-domain-name-registration-in-china.html</link>
		<comments>http://mr21.in/view-points/recommendations-about-domain-name-registration-in-china.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 01:47:32 +0000</pubDate>
		<dc:creator>贰壹</dc:creator>
				<category><![CDATA[二一视点]]></category>
		<category><![CDATA[.CN]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://mr21.in/?p=299</guid>
		<description><![CDATA[如果你能看到Mr. 21的这篇文章，请向您的朋友告知其中的一些事务和关键点，有益无害，谨防被坑。 昨晚（2009/12/09）吃晚饭的时候，听到CCAV“强烈批判”了手机WAP黄站和域名注册的便捷，并... ]]></description>
			<content:encoded><![CDATA[<p>如果你能看到Mr. 21的这篇文章，请向您的朋友告知其中的一些事务和关键点，有益无害，谨防被坑。</p>
<p>昨晚（2009/12/09）吃晚饭的时候，听到CCAV“强烈批判”了手机WAP黄站和<strong>域名注册的便捷</strong>，并通过某些不为人知为人所不齿的行为让犯罪嫌疑人回答说“换了域名就找不到了”，而极大地忽视了G.F.W这个真实的谎言的存在，<br />
身为GOV喉舌的CCAV既然出此言，那么很有可能接下来就是<strong>相关部门的相关行动</strong>。</p>
<p>身为一名稍微有点责任心的网民，Mr. 21强烈建议大家考虑以下几点：</p>
<ol>
<li>如果不是企业、如果不是非常必要，请不要注册.CN的域名；</li>
<li>如果不是非常必要，请尽快更换你的.CN域名，<del datetime="2009-12-10T03:06:33+00:00">现在还有过渡的时间</del>；</li>
<li>如果条件许可，请办理一张信用卡，额度多高没事（最好很低，省的乱花），只要是<strong>VISA/万事达</strong>就可以；</li>
<li>如果你能找到信任的代购，或者自己办到了<strong>第3点</strong>所说的信用卡，那么请不要在国内注册你的任何一个域名；</li>
<li>如果你现在的任何一个域名是在国内注册商注册的，请尽快转移到<a href="http://www.Godaddy.com">Godaddy</a>, <a href="http://www.Name.com">Name.com</a>, <a href="http://www.eNom.com">eNom</a>等国外注册商或<a href="http://999.cc">999.cc</a>、<a href="http://www.enonn.com/">eNonn</a>此类国外代理，如果是.CN的就不用转了，抛弃吧；</li>
<li>如果你的空间在国内，域名在国外，或者空间在国外，域名在国内，请及时解决掉在国内的那个；</li>
<li>如果你还不会翻墙的话，请学会翻墙；</li>
<li>如果你不打算注册域名，请忽略以上全部内容。</li>
</ol>
<p>好了，接下来是<strong>我的解释</strong>了：<span id="more-299"></span></p>
<ol>
<li>第1点，不论你跑到哪里，.CN域名都受制于CNNIC，也就是GOV的官方机构，即使你的注册商是第5点提到的，但只要你是域名是.CN，跟在国内没有任何区别。</li>
<li>第2、4、6点，鉴于国内各种部门机构的随意性，加上CCAV的暗示，接下来国内的域名注册界肯定会发生一些类似于备-案、绿-坝等事件，<strong>预言之一便是需要实名注册任何域名或实名购买空间</strong>（不仅仅是.CN，只要你的注册商是国内的合法企业）。且不说实名注册，据说现在某大型域名注册商，在你域名没有备-案的情况下，不会开放任何正常权限让你使用，也就说，你买了域名也是白瞎，至少需要一周到一个月甚至更长的时间来备-案，但是在不能正常使用域名绑定网站空间的情况下，怎么备-案呢？而这期间的损失是不会有<strong>相关部门</strong>来帮你承担的。特别是搞外贸的，小心了。</li>
<li>第3点，办理信用卡并不是为了让你透支，而是让你以后在国外注册域名、购买空间的时候<strong>不用受制于代购</strong>，只要你的信用卡支持VISA/万事达，基本上就能在网上畅通无阻消费美元。美元双币一般还有AE美国运通卡，JCB日本卡等，但是适用性没有VISA和万事达高，所以不推荐办。<br />
不过，使用信用卡支付有风险，请自行了解Paypal相关知识。</li>
<li>第5点，我的建议是包括但不限于以上提到的注册商，只要你能脱离工信部的控制就可以了。</li>
<li>第7点，这是为了防止你的国外空间和国外域名商<strong>被和谐</strong>（包括第5点提的），这是必须学的，特别是外贸站。</li>
<li>第8点，糟了，你又白白浪费一堆时间，这文章真不适合你。</li>
</ol>
<p>基本上，Mr. 21是出于好心好意的，请不要怀疑Mr. 21是否有任何其它目的，虽然我也可以代购。 <img src='http://mr21.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
还是那句话，你看到的和你知道的，离真相还是有一定距离的。</p>
<p>Btw,<br />
为什么标题不是“关于中国人域名注册的建议”，因为这是用中文写的、给国内看的。</p>
<p><strong>Update: 10:17</strong><br />
刚刚搜索了一下，发现<a href="http://blog.sina.com.cn/s/blog_40cce8400100gqop.html">这篇博客</a>，其中提到</p>
<blockquote><p>“焦点访谈”的影响就是大，昨晚播了cn域名的问题（点名批评CNNIC及部分域名注册服务商，称其疏于管理，致使CN域名被淫秽色情网站利用。），今天就看到中国互联网络信息中心(CNNIC)对各域名注册商发出通告，称将从10日起开展域名注册信息整治工作，凡注册信息不实的域名将被注销。该通告指出，各域名注册商及代理商首先应明确要求注册者提供真实信息，此次还要在用户注册的过程中，对其进行审核。</p></blockquote>
<p>说来就来，看来过渡时间都没多少了，各位好自珍重&#8230;.</p>
<p><strong>Update: Dec 14, 2009</strong></p>
<blockquote><p>中国互联网络信息中心(CNNIC)对加强域名监管再出重击，于11日晚间发公告称从今日(12月14日)9时起，用户注册.CN域名需提交书面申请，之前用户网上申请即可；并“停止”个人用户域名注册。CNNIC负责人对记者表示，我国一直未开放过个人域名注册，但存在用户利用虚假资料注册并获得个人域名的行为。 From <a href="http://tech.qq.com/a/20091214/000033.htm">QQ News.</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mr21.in/view-points/recommendations-about-domain-name-registration-in-china.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Google CheckOut账户被冻结</title>
		<link>http://mr21.in/jokes/my-google-checkout-account-has-suspended.html</link>
		<comments>http://mr21.in/jokes/my-google-checkout-account-has-suspended.html#comments</comments>
		<pubDate>Tue, 14 Apr 2009 13:16:23 +0000</pubDate>
		<dc:creator>贰壹</dc:creator>
				<category><![CDATA[開懷一笑]]></category>
		<category><![CDATA[CheckOut]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://www.live21.org/?p=250</guid>
		<description><![CDATA[事情起因是我的打算购买DreamHost的空间， 因为使用777的（复活节）优惠码，可以获得首年$9.24加一个免费域名的超级优惠，于是心动了， 不过那个优惠码不允许国内使用，但是，US可以， 于是... ]]></description>
			<content:encoded><![CDATA[<p>事情起因是我的打算购买<a href="http://DreamHost.com">DreamHost</a>的空间，<br />
因为使用777的（复活节）优惠码，可以获得首年$9.24加一个免费域名的超级优惠，于是心动了，</p>
<p>不过那个优惠码不允许国内使用，但是，US可以，<br />
于是我用上了著名的<a href="http://www.hotspotshield.com/">Hotspot Shield</a>，用于翻墙获取美国IP然后买空间，<br />
事实证明这招伪装是相当有效的，<br />
因为DH允许我通过777优惠码下订单了，并且可以进行支付，</p>
<p>于是，我断开Hotspot Shield，然后注册<a href="http://Checkout.Google.com">Google CheckOut</a>，<br />
然后填写信用卡信息，然后走正常流程，按照大多数教程说的，地区写了：HongKong。</p>
<p>为什么不用<a href="http://www.paypal.com">Paypal</a>呢？<br />
因为DreamHost规定，使用Paypal你将得不到退款，即使你购买失败了。<br />
为什么不直接用信用卡呢？<br />
因为我的信用卡信息是国内的，DH一验证就可以cancel我的订单了，相当于白买……</p>
<p>然后呢，重新连接Hotspot Shield，<br />
进入DH，正式下单了（前面到确认订单的时候就取消了），<br />
然后呢，引导到支付页面，选择了Google CheckOut，<br />
然后呢，用我的账户登录，然后支付，然后DH提示下单OK，等待到款，<br />
然后呢，我收到邮件，告诉我的DH账户开通了，但是款项没有支付，<br />
然后呢，我收到邮件，Google Checkout说：</p>
<blockquote><p>Order receipt from DreamHost Web Hosting ($9.24)</p></blockquote>
<p>然后呢，我又收到邮件，Google Checkout说：</p>
<blockquote><p>Your order from DreamHost Web Hosting has been cancelled！</p></blockquote>
<p>问题来了！最后的邮件Google Checkout说：</p>
<blockquote><p>Hello Chen,</p>
<p>We were unable to verify the account information for your recent purchase with Google Checkout. As a result, your account has been temporarily suspended and your recent order has been cancelled: </p></blockquote>
<p>被临时冻结，这是为什么呢？<br />
<span id="more-250"></span><br />
我直接访问了Google Checkout，结果是跳转到<a href="https://checkout.google.com/support/bin/request.py?hl=en_US&#038;contact_type=verification&#038;gsessionid=Q5cJTeF8CWg">Google Checkout Buyer Help</a>，页面提示我，需要提交各种资料证明我的身份，说是在最近的交易中无法验证我的身份，</p>
<blockquote><p>We were unable to verify the credit or debit card information for your recent order. Your order has been cancelled and your card was not charged. Rest assured that Google is committed to preserving the security of your information and providing a safe online shopping experience.</p>
<p>To resolve this issue, you&#8217;ll need to scan the following verification documents to your computer and then upload them below.</p>
<p>Your driver&#8217;s license or other government-issued identification<br />
One of the following documents that verifies your billing address<br />
A credit/debit card statement of the card you used to place the order, showing only the last four digits with the rest of your card number blacked out<br />
A bank statement<br />
A utility bill<br />
If you don&#8217;t have a scanner, please click here.</p>
<p>Until we receive and verify the requested documents, future orders will not be processed. If you choose not to submit these verification documents, your account will remain suspended and you will not be able to place orders or access your Google Checkout account. Please do not create additional accounts.</p></blockquote>
<blockquote><p>
<strong>Your Verification Documents</strong></p>
<p>Government-issued identification:  //政府出具的证明<br />
　Driver&#8217;s license  //驾照<br />
　Passport information page  //护照<br />
　Other  //其它</p>
<p>Billing address verification:<br />
　Credit/debit card statement  //信用卡证明<br />
　Bank statement  //银行证明<br />
　Utility bill  //综合账单（是的，如你所想，就是水电煤气等费）
</p></blockquote>
<p>本着IT人都具有的GG情节，<br />
我很老实的提交了我的身份证复印件，我的信用卡电子账单，并且文字说明我没有英文证件，<br />
然后就等着，直到今天，终于有消息了。</p>
<p>Google Checkout给我回复邮件了，</p>
<blockquote><p><strong>[#424223282] Your Google Checkout Account</strong></p>
<p>Hello Chen,</p>
<p>Upon review of your account, it appears that your information corresponds<br />
with a currently unsupported billing country. To view a list of supported<br />
billing countries, check the Location: drop-down menu on the sign-up page.</p>
<p>As a result, order #33357503568XXXX has been cancelled and your account<br />
ID: xxxx@gmail.com has been suspended. Any pending and future<br />
transactions made with this account will not be processed.<br />
&#8230;&#8230;&#8230;&#8230;.</p></blockquote>
<p>邮件告诉我，我在一个现在还不支持使用Google Checkout付款的国家，<br />
所以，交易 #33357503568XXXX 将取消并且最终冻结我的账户，<br />
任何正在进行的或者未来的交易都不会受理。</p>
<p>最后，经过我的总结，问题可能出在三个地方。</p>
<ol>
<li>使用Google Checkout支付的时候，在『境外』（XD 大家都知道怎么回事），跟注册IP差太多。</li>
<li>Shiping Address我填写了中国。<br />
这个可能不是问题，因为GG提供了China选项的，当然也不排除刚好是整出来核查中国用户并执行冻结的。</li>
<li>结账的时候Shipping地址乱写。<br />
我写了US的某个GG来的地址，包括人名、电话、地址等信息，因为担心DH拒单。</li>
</ol>
<p>在IDCSPY看到有人说提交信用卡账单就行，GG不会验证你是否在HK，<br />
事实上，我被忽悠了。<br />
GG很明确地告诉我，我所在地国家不被支持。</p>
<p>事实上，<br />
最后是GordianZ同学帮我把这个账单付了，感谢锅点同学。</p>
]]></content:encoded>
			<wfw:commentRss>http://mr21.in/jokes/my-google-checkout-account-has-suspended.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>GAppProxy &amp; fetchServer</title>
		<link>http://mr21.in/network-technology/gappproxy-and-fetchserver-configure.html</link>
		<comments>http://mr21.in/network-technology/gappproxy-and-fetchserver-configure.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 07:35:46 +0000</pubDate>
		<dc:creator>贰壹</dc:creator>
				<category><![CDATA[網際網路]]></category>
		<category><![CDATA[fetchServer]]></category>
		<category><![CDATA[GAppProxy]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://mr21.in/?p=235</guid>
		<description><![CDATA[新一代翻墙利器，依托谷歌大神的杰出产品GAppProxy横空出世啦！ 首先，你可以先去GAppProxy项目的页面看看， 然后下载一个，自己试用一下（试用说明就不写了）~ 不过，你下载的这个默认是使... ]]></description>
			<content:encoded><![CDATA[<p>新一代翻墙利器，依托谷歌大神的杰出产品GAppProxy横空出世啦！</p>
<p>首先，你可以先去<a href="http://code.google.com/p/gappproxy/">GAppProxy</a>项目的页面看看，<br />
然后下载一个，自己试用一下（试用说明就不写了）~</p>
<p>不过，你下载的这个默认是使用GAppProxy项目组的fetchServer，<br />
所以，如果觉得足够好，<br />
那么就跟我一起来搭建一个自己的fetchServer，给GAppProxy项目组的GApps省点流量。</p>
<blockquote>
<h2><a name="menu">教程目录：</a></h2>
<li>零、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no0">约定和说明</a></li>
<li>一、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no1">申请一个自己的Google App Engine（简称GAE）</a></li>
<li>二、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no2">下载并安装配置Python和GDK</a></li>
<li>三、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no3">下载配置fetchServer并上传</a></li>
<li>四、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no4">下载配置GappProxy客户端</a></li>
<li>五、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no5">配置你的浏览器</a></li>
<li>六、 <a href="http://mr21.in/2009-02/gappproxy-and-fetchserver-configure.html#no6">开工，翻墙</a></li>
</blockquote>
<p><span id="more-235"></span></p>
<h3><a name="no0">零、 约定和说明</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>Google App Engine简称<strong>GAE</strong></li>
<li>Application Identifier，应用标识，同时也是你的GAE网址前缀，也就是<strong>xxx.appspot.com</strong>中的<strong>xxx</strong>，<br />
本文约定为<strong>myapp</strong></li>
<li>Application Titiel，应用名称，无特殊需要，不做约定。</li>
<li>Google App Engine SDK简称<strong>GDK</strong></li>
<li>GDK默认安装路径为：<strong>C:\Program Files\Google\google_appengine\</strong></li>
<li>Mr. 21发现，似乎这样的代理方式不支持SSL(HTTPS)连接。</li>
</ol>
<h3><a name="no1">一、 申请一个自己的Google App Engine</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>你需要有一个Google账号，同时登陆<a href="http://appengine.google.com/">Google App Engine</a>；</li>
<li>点击 Create an Application 创建一个应用程序；</li>
<li><strong>Country and Carrier</strong>选择<strong>Other (Not Listed)</strong>；<br />
这时候你需要输入手机号收取验证码，格式为<strong>+国家代码 号码</strong>，例如我的+86 132XXXXXXXX；</li>
<li>稍等一会儿，你的手机会受到一条短讯，内容为：<strong>Google App Engine Code: XXXXXXX</strong>；<br />
如果你的号码已经注册过，会提示：<br />
<blockquote>← The phone number has been sent too many messages or has already been used to confirm an account.</p></blockquote>
</li>
<li>在网页上填写你的验证码：<strong>XXXXXXX</strong>；</li>
<li>然后填写注册表单，并记住你的域名前缀，例： <strong>myapp.appspot.com 中的 myapp</strong><br />
<a href="http://lh3.ggpht.com/_yJB0PIHwozI/SaZ0GHwAxuI/AAAAAAAABz8/xpYE_J6Xn_w/s800/gapps.jpg" onclick="return hs.expand(this, {captionId:'caption_1235645596998'});" class="highslide-image"><img src="http://lh3.ggpht.com/_yJB0PIHwozI/SaZ0GHwAxuI/AAAAAAAABz8/xpYE_J6Xn_w/s288/gapps.jpg" alt="image" title="Click to enlarge" /></a>
<div class="highslide-caption" id="caption_1235645596998">Google App Engine</div>
</li>
<li>OK，只要注册成功，第一步就此结束。</li>
</ol>
<h3><a name="no2">二、 下载并安装配置Python和GDK</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>点击 <a href="http://www.python.org/ftp/python/2.6.1/python-2.6.1.msi">Python</a> 和 <a href="http://googleappengine.googlecode.com/files/GoogleAppEngine_1.1.9.msi">Google App Engine SDK</a> 以下载并安装这两个软件（Python为GDK所需）；<br />
一路<strong>Next</strong>就行，如果你需要自行更改安装目录，请记住GDK的目录，<br />
这里我们约定为<strong>C:\Program Files\Google\google_appengine\</strong></li>
</ol>
<h3><a name="no3">三、 下载配置fetchServer并上传</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>下载 <a href="http://gappproxy.googlecode.com/files/fetchServer.r69.tar.gz">fetchServer</a> ；</li>
<li>解开你下载的<strong>fetchServer.r69.tar.gz</strong>，将其中的 <strong>fetchServer</strong> 目录释放到 <strong>C:\Program Files\Google\google_appengine\</strong>，使其成为 <strong>C:\Program Files\Google\google_appengine\fetchServer</strong> 的目录结构；</li>
<li>使用任何文本编辑器打开 <strong>C:\Program Files\Google\google_appengine\fetchServer\app.yaml</strong> 文件，更改为以下内容后保存退出，<br />
<blockquote><p><strong>application: your_application_name</strong><br />
更改为你的appsopt.com地址的前缀，例如：<strong>myapp</strong><br />
<strong>application: myapp</strong> </p></blockquote>
<p><img src="http://lh6.ggpht.com/_yJB0PIHwozI/Sb3ygH7YIQI/AAAAAAAACDs/cmmMsZdppiI/s800/app.yaml.JPG" alt="" />
</li>
<li>开始上传项目。选择开始->运行，输入“<strong>cmd</strong>”（不包括引号），然后依次输入

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">C: <span style="color: #7a0874; font-weight: bold;">&#40;</span>回车<span style="color: #7a0874; font-weight: bold;">&#41;</span>
C:\Program Files\Google\google_appengine\ <span style="color: #7a0874; font-weight: bold;">&#40;</span>回车<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></td></tr></table></div>

</li>
<li>之后，键入<strong>appcfg.py update fetchserver</strong>，<br />
这个时候会提示输入你的Google账号和密码，输入过程中，密码是不显示的。</li>
<li>如果不出意外的话，你的cmd窗口最后一行会显示“Uploading index definitions.”，<br />
上传成功。</li>
</ol>
<h3><a name="no4">四、 下载配置GappProxy客户端</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>下载 <a href="http://gappproxy.googlecode.com/files/GAppProxy.r63.exe">GappProxy</a>；</li>
<li>解压缩，得到<strong>GAppProxy</strong>目录。</li>
<li>进入<strong>GAppProxy</strong>，用文本编辑器打开<strong>proxy.conf</strong>，将其更改为以下内容并保存退出。<br />
<blockquote><p>fetch_server = http://你的ID.appspot.com/fetch.py</p></blockquote>
</li>
<li>双击<strong>Gui.exe</strong>启动代理，点击<strong>Hide</strong>隐藏备用。<br />
<img src="http://lh6.ggpht.com/_yJB0PIHwozI/Sb31WvPW4xI/AAAAAAAACEU/XfBJP7GVvzs/s800/gap.JPG" alt="" /></li>
</ol>
<h3><a name="no5">五、 配置你的浏览器</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<p><strong>Firefox</strong></p>
<ol>
<li>工具(Tools) -> 选项/设置(Options) -> 高级(Advanced) -> 网络(Network) -> 连接(Connection)</li>
<li>点击“设置(Settings)”，选择“手动设置代理(Manual proxy configuration)”</li>
<li>HTTP代理(Http Proxy):<strong>127.0.0.1</strong>  端口(Port):<strong>8000</strong></li>
</ol>
<p><strong>Internet Explorer 7</strong></p>
<ol>
<li>工具(Tools) -> Internet 选项(Internet Options) -> 连接(Connections) -> 局域网设置(LAN Settings) -> 代理服务器(Proxy Server)</li>
<li>勾上“使用代理服务器”</li>
<li>地址(Address):<strong>127.0.0.1</strong>  端口(Port):<strong>8000</strong></li>
</ol>
<h3><a name="no6">六、 开工，翻墙</a> <span style="font-size:9pt;">(<a href="#menu">↑Menu</a>)</span></h3>
<ol>
<li>访问 http://www.ip.cn/ ，看看当前IP是不是来自美国，如果是，设置成功，开工，翻墙！<br />
<img src="http://lh5.ggpht.com/_yJB0PIHwozI/Sb36r2Lc_JI/AAAAAAAACE0/AhO0jaV3_jg/s800/ip.JPG" alt="" /></li>
</ol>
<p>本文参考自：<br />
<a href="http://skydao.com">天空岛</a>：<a href="http://skydao.com/post/google-app-engine-to-do-with-personal-proxy-server-second-edition/">用Google App Engine做个人代理服务器 第二版</a><br />
<a href="http://chinagfw.org/">ChinaGfw</a>：<a href="http://chinagfw.org/2009/02/gappproxy_7737.html">安装 GAppProxy 代理简明教程</a></p>
]]></content:encoded>
			<wfw:commentRss>http://mr21.in/network-technology/gappproxy-and-fetchserver-configure.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

