<?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>知易行难,知行合一 (Walk the Talk) &#187; chrome</title>
	<atom:link href="http://blog.alwayst.info/tag/chrome/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.alwayst.info</link>
	<description>Blocked in China since Jan 6, 2011</description>
	<lastBuildDate>Mon, 12 Dec 2011 07:07:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>崂山道士之术</title>
		<link>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw</link>
		<comments>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comments</comments>
		<pubDate>Tue, 06 Jul 2010 16:05:14 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1216</guid>
		<description><![CDATA[穿墙之术众多，我只谈自己熟悉的。举一反三、勤学善问才是王道： 一、使用在线代理，赛风：http://ifuwocheng.info。这个代理太过出名，众所周知，所以很容易遭到封杀。我发这篇文章的时候应该还能用，过段时间就难说了。 二、使用SSH：首先你要有个SSH的帐号，有心的人总能找到资源，或者舍得出钱。如果觉得麻烦，看到这里就可以跳过了。拿到SSH帐号后，也要分好多情况：主要是你所使用的浏览器和操作系统，如果你用*unix，那么我默认你为高手，也就不再赘述。这里主要谈Windows，首先推荐使用tunnelier，别问为什么，大家都说好，你用熟以后自然可以自主地进行再选择。下载地址:这里。界面如下： Host：添你申请空间的域名或ip Port：一般是22，特殊情况空间提供商应该会告知你 Username：你懂的 Initial method：选Password，后下方会出来空格给你填密码。 然后点Login，正常情况就能连上SSH了。 接下来讨论浏览器： 1、Chrome： 用Proxy Switchy。安装地址：这里。设置界面如下： New Profile&#8211;Profile Name随便填－－SOCKS Host: 127.0.0.1 Port: 7070&#8211;选择SOCKS v5&#8211;再选择Switch Rules标签 勾选 Enable Switch Rules 然后勾选 Online Rule List，在Online Rule List 下面填写 http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt 后面下拉列表框选择你前面命名的Profile Name，勾选 AutoProxy Compatible List，然后Save，大功告成。 2、Firefox： 用AutoProxy，安装地址：这里。 添加一项，名字随意，proxy host: 127.0.0.1  port:7070，选择socks5 选择刚才命名的代理名字 选择gfwLists。OK，完成。 3、IE Internet选项&#8211;局域网设置&#8211;勾选“为LAN使用代理服务器”&#8211;地址：127.0.0.1 端口:7070&#8211;OK，完成 看上去好像IE简单点，其实是因为它只能选择全局代理，无论看什么网页（即使没有被墙），都走SSH通道，效率上是大打折扣的。而且SSH主机一般在国外，借道国外的话很多优酷、土豆的视频因为版权问题都不会给你看的哟，兲朝真是太狡猾了。。。而Chrome和Firefox在使用了上述插件后可以自动选择是否走SSH通道，并可以由用户自定义，这当然要好的多。而且如果你希望全局代理，在Chrome和Firefox中也完全做得到。因为实际意义不大，这里就不介绍了。 Related PostsDropbox扩容详尽指南(14) ucweb英文版(2) Troubleshoot : about tor(2) https and Google [...]]]></description>
			<content:encoded><![CDATA[<p>穿墙之术众多，我只谈自己熟悉的。举一反三、勤学善问才是王道：</p>
<p>一、使用在线代理，赛风：http://ifuwocheng.info。这个代理太过出名，众所周知，所以很容易遭到封杀。我发这篇文章的时候应该还能用，过段时间就难说了。</p>
<p>二、使用SSH：首先你要有个SSH的帐号，有心的人总能找到资源，或者舍得出钱。如果觉得麻烦，看到这里就可以跳过了。拿到SSH帐号后，也要分好多情况：主要是你所使用的浏览器和操作系统，如果你用*unix，那么我默认你为高手，也就不再赘述。这里主要谈Windows，首先推荐使用tunnelier，别问为什么，大家都说好，你用熟以后自然可以自主地进行再选择。下载地址:<a href="http://www.bitvise.com/files/tunnelier-login.png" target="_blank">这里</a>。界面如下：</p>
<p><img title="tunnlier" src="http://www.bitvise.com/files/tunnelier-login.png" alt="" width="517" height="419" /></p>
<div>Host：添你申请空间的域名或ip</div>
<div>Port：一般是22，特殊情况空间提供商应该会告知你</div>
<div>Username：你懂的</div>
<div>Initial method：选Password，后下方会出来空格给你填密码。</div>
<div>然后点Login，正常情况就能连上SSH了。</div>
<div>接下来讨论浏览器：</div>
<h5>1、Chrome：</h5>
<p>用Proxy Switchy。安装地址：<a href="https://chrome.google.com/extensions/detail/caehdcpeofiiigpdhbabniblemipncjj" target="_blank">这里</a>。设置界面如下：</p>
<div><img title="switchy1" src="https://chrome.google.com/extensions/img/caehdcpeofiiigpdhbabniblemipncjj/1276479284.08/screenshot/15002" alt="" width="410" height="316" /></div>
<div>New Profile&#8211;Profile Name随便填－－SOCKS Host: 127.0.0.1 Port: 7070&#8211;选择SOCKS v5&#8211;再选择Switch Rules标签</div>
<div><img title="switchy2" src="https://chrome.google.com/extensions/img/caehdcpeofiiigpdhbabniblemipncjj/1276479284.08/screenshot/16001" alt="" width="409" height="264" /></div>
<div>
<div>勾选 Enable Switch Rules 然后勾选 Online Rule List，在Online Rule List 下面填写 <a href="http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt" target="_blank">http://autoproxy-gfwlist.googlecode.com/svn/trunk/gfwlist.txt</a> 后面下拉列表框选择你前面命名的Profile Name，勾选 AutoProxy Compatible List，然后Save，大功告成。</div>
<div></div>
<h5>2、Firefox：</h5>
<p>用AutoProxy，安装地址：<a href="https://addons.mozilla.org/en-US/firefox/addon/11009/" target="_blank">这里</a>。</p>
<p><img title="autoproxy1" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30340.png?modified=1236572000" alt="" width="200" height="121" /></p>
<p>添加一项，名字随意，proxy host: 127.0.0.1  port:7070，选择socks5</p>
<p><img title="autoproxy2" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30339.png?modified=1236571979" alt="" width="200" height="101" /></p>
<p>选择刚才命名的代理名字</p>
<p><img title="autoproxy3" src="https://addons.mozilla.org/img/uploads/previews/thumbs/30/30337.png?modified=1236571621" alt="" width="200" height="140" /></p>
<p>选择gfwLists。OK，完成。</p>
<h5>3、IE</h5>
<p>Internet选项&#8211;局域网设置&#8211;勾选“为LAN使用代理服务器”&#8211;地址：127.0.0.1 端口:7070&#8211;OK，完成</p>
<p>看上去好像IE简单点，其实是因为它只能选择全局代理，无论看什么网页（即使没有被墙），都走SSH通道，效率上是大打折扣的。而且SSH主机一般在国外，借道国外的话很多优酷、土豆的视频因为版权问题都不会给你看的哟，兲朝真是太狡猾了。。。而Chrome和Firefox在使用了上述插件后可以自动选择是否走SSH通道，并可以由用户自定义，这当然要好的多。而且如果你希望全局代理，在Chrome和Firefox中也完全做得到。因为实际意义不大，这里就不介绍了。</p>
</div>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88" title="ucweb英文版 2009.09.2">ucweb英文版</a>(2)</li>
<li><a href="http://blog.alwayst.info/troubleshoot-about-tor" title="Troubleshoot : about tor 2009.07.27">Troubleshoot : about tor</a>(2)</li>
<li><a href="http://blog.alwayst.info/how_to_use_https_for_google_search" title="https and Google search 2010.03.31">https and Google search</a>(6)</li>
<li><a href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection" title="ubuntu下实现ssh自动重连 2009.12.19">ubuntu下实现ssh自动重连</a>(15)</li>
<li><a href="http://blog.alwayst.info/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</li>
<li><a href="http://blog.alwayst.info/ubuntu-using-ssh" title="Ubuntu下使用SSH 2009.11.10">Ubuntu下使用SSH</a>(5)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%88%e7%af%87%ef%bc%89" title="体验被墙（终篇） 2009.08.25">体验被墙（终篇）</a>(12)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%ba%8c%ef%bc%89" title="体验被墙（续二） 2009.08.15">体验被墙（续二）</a>(3)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%b8%80%ef%bc%89" title="体验被墙（续一） 2009.08.14">体验被墙（续一）</a>(5)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comment-638" title="View the entire comment by T" >@Afio  
VPN用过一小段时间好像也还不错，现在SSH用着顺手也就不做其他尝试了。其实多了解...</a></li>
<li><a class="commentor" href="http://yun.be" >Afio</a> : <a class="comment_content" href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comment-635" title="View the entire comment by Afio" >试过一次SSH+FF没搞定，后来用的 Packetix VPN(挺不错的,有客户端,设置简单,不过是...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2010. |
<a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw">Permalink</a> |
<a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw#comments">3 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/chrome" rel="tag">chrome</a>, <a href="http://blog.alwayst.info/tag/firefox" rel="tag">firefox</a>, <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/software" rel="tag">software</a>, <a href="http://blog.alwayst.info/tag/ssh" rel="tag">ssh</a>, <a href="http://blog.alwayst.info/tag/%e7%bf%bb%e5%a2%99" rel="tag">翻墙</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

