<?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; 翻墙</title>
	<atom:link href="http://blog.alwayst.info/tag/%e7%bf%bb%e5%a2%99/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>Dropbox扩容详尽指南</title>
		<link>http://blog.alwayst.info/enlarge-the-capacity-of-dropbox</link>
		<comments>http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comments</comments>
		<pubDate>Tue, 02 Nov 2010 14:00:09 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[gSTM]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1349</guid>
		<description><![CDATA[写在最前面的话： 本文的方法实质上是在欺骗Dropbox，思想低劣，手法庸俗，实在是付不起钱不得已而为之。如果你有一定的财力，请一定购买付费服务，毕竟一个优质的软件是需要资金维持才能生存下去的！ 关于这个话题已经有人详尽地写过，具体在这里。但是我在折腾的过程中又碰到了很多不可预见的问题，所以还是写一下和大家分享。 首先Dropbox作为一个被GFW光荣认证的服务，其质量的优质性不容质疑，这也是我坚定不移使用它的原因。（题外话：ubuntu下的ubuntu one也是个不错的选择。）但被墙的服务使用起来终归有些麻烦，要为其扩容更要点折腾的精神，所以我觉得你至少要知道以下一些概念：翻墙、虚拟机、ubuntu。都明白不？明白就接着看下去，不明白就走酱油通道。 申请帐号 首先当你有了自己的Dropbox以后会有邀请码，别人用你的邀请码注册Dropbox，你们双方就是多250m的Dropbox空间。先利用你的邀请码，翻墙注册n个帐号。Dropbox是不检查帐号的真实性的，你完全可以瞎填，只要方便自己记忆即可。 安装虚拟机和镜像 用这些帐号直接安装Dropbox是不会给你扩容的，因为Dropbox会检查操作系统和网卡的MAC。正因为这样，所以我们要用到虚拟机virtualbox和ubuntu的iso镜像来欺骗Dropbox造成我们在多台机器上安装Dropbox的假象。 首先下载virtualbox和ubuntu的iso镜像，在virtualbox里创建ubuntu虚拟机。（创建什么系统并不重要，只要你自己熟悉就好，我觉得ubuntu的live cd比较好，如此而已。你当然也可以用Windows PE，不过我没有试过，原理上讲是一样的。） From Drop Box 注意，在storage标签页里加载ubuntu的iso镜像，确定之后点击&#8221;Start&#8221;就可以顺利进入ubuntu虚拟机 From Drop Box 选择&#8221;Try Ubuntu&#8220;即可，不必安装，我们只是走走过场。 From Drop Box 连接ssh 进入到ubuntu之后第一步就是连接你的ssh，一般最方便的就是直接用Terminal（终端），可以在下图的位置找到或者直接按快捷键Ctrl+Alt+T From Drop Box 然后输入： ssh -D 7070  -p port -l user yourserver.com 这里的port为你远端主机的端口名，一般为22或443，有变动的话一般空间商会告知你，user为你自己的用户名，yourserver.com为你ssh服务器域名或IP 我很不幸，自己的ssh每天准时在我折腾Dropbox扩容的时候down掉，只好用1984.org提供的ssh，偏偏他们不提供shell，说要在命令行中加 -N 参数，否则在Terminal（终端）下一连接上就断开。这个我到最后都没有搞定，只能放弃，改用图形化程序gSTM。这个程序可以在Ubuntu Software Center里找到。 From Drop Box 在搜索框里搜索&#8221;gstm&#8221; From Drop Box From Drop Box From Drop Box [...]]]></description>
			<content:encoded><![CDATA[<h4><strong>写在最前面的话：</strong></h4>
<p><strong><span style="color: #ff0000;">本文的方法实质上是在欺骗Dropbox，思想低劣，手法庸俗，实在是付不起钱不得已而为之。如果你有一定的财力，请一定购买付费服务，毕竟一个优质的软件是需要资金维持才能生存下去的！</span></strong></p>
<hr />关于这个话题已经有人详尽地写过，具体在<a href="http://www.open2l.com/dropbox-expansion.html" target="_blank">这里</a>。但是我在折腾的过程中又碰到了很多不可预见的问题，所以还是写一下和大家分享。</p>
<p>首先Dropbox作为一个被GFW光荣认证的服务，其质量的优质性不容质疑，这也是我坚定不移使用它的原因。（题外话：ubuntu下的ubuntu one也是个不错的选择。）但被墙的服务使用起来终归有些麻烦，要为其扩容更要点折腾的精神，所以我觉得你至少要知道以下一些概念：<span style="color: #ff0000;"><strong><span style="color: #000000;">翻墙、虚拟机、ubuntu</span></strong></span>。都明白不？明白就接着看下去，不明白就走酱油通道。</p>
<ol>
<h4>
<li> 申请帐号</li>
</h4>
<p>首先当你有了自己的Dropbox以后会有邀请码，别人用你的邀请码注册Dropbox，你们双方就是多250m的Dropbox空间。先利用你的邀请码，翻墙注册n个帐号。Dropbox是不检查帐号的真实性的，你完全可以瞎填，只要方便自己记忆即可。</p>
<h4>
<li> 安装虚拟机和镜像</li>
</h4>
<p>用这些帐号直接安装Dropbox是不会给你扩容的，因为Dropbox会检查操作系统和网卡的MAC。正因为这样，所以我们要用到虚拟机virtualbox和ubuntu的iso镜像来欺骗Dropbox造成我们在多台机器上安装Dropbox的假象。</p>
<p>首先下载<a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">virtualbox</a>和<a href="http://d35x5jwfquk1wr.cloudfront.net/ubuntu-10.10-desktop-i386.iso" target="_blank">ubuntu的iso镜像</a>，在virtualbox里创建ubuntu虚拟机。（创建什么系统并不重要，只要你自己熟悉就好，我觉得ubuntu的live cd比较好，如此而已。你当然也可以用Windows PE，不过我没有试过，原理上讲是一样的。）</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/FGzuHMbwZ75hQHoisoCLKY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L_QZlOiI/AAAAAAAAOPE/kX5WNPT86hU/s512/enlarger_dropbox_01.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>注意，在storage标签页里<strong>加载ubuntu的iso镜像</strong>，确定之后点击&#8221;Start&#8221;就可以顺利进入ubuntu虚拟机</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/ChLCoph22MJz2iyc9gMcZY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_MB-uf_wI/AAAAAAAAOPY/PQJn2bHhy08/s512/enlarger_dropbox_02.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>选择&#8221;<strong>Try Ubuntu</strong>&#8220;即可，不必安装，我们只是走走过场。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/GGNH2k_061M_80mOrftWzY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/TM_MCk_iXbI/AAAAAAAAOPc/En7gNjpylPU/s512/enlarger_dropbox_03.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<h4>
<li> 连接ssh</li>
</h4>
<p>进入到ubuntu之后第一步就是连接你的ssh，一般最方便的就是直接用Terminal（终端），可以在下图的位置找到或者直接按快捷键Ctrl+Alt+T</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/3YaGATHNsHx6jii1tw3JxY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L_ymrNBI/AAAAAAAAOPI/LqJOTfyGBTw/s512/enlarger_dropbox_04.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>然后输入：</p>
<blockquote><p><code>ssh -D 7070  -p <strong>port</strong> -l <strong>user </strong><strong>yourserver.com</strong></code></p>
</blockquote>
<p>这里的<span style="font-weight: bold;"><span style="font-weight: normal;">port</span></span>为你远端主机的端口名，一般为22或443，有变动的话一般空间商会告知你，<span style="font-weight: bold;"><span style="font-weight: normal;">user</span></span>为你自己的用户名，<span style="font-weight: bold;"><span style="font-weight: normal;">yourserver.com</span></span>为你ssh服务器域名或IP</p>
<p>我很不幸，自己的ssh每天准时在我折腾Dropbox扩容的时候down掉，只好用<a href="https://1984bbs.org/" target="_blank">1984.org</a>提供的ssh，偏偏他们不提供shell，说要在命令行中加 -N 参数，否则在Terminal（终端）下一连接上就断开。这个我到最后都没有搞定，只能放弃，改用图形化程序<strong>gSTM</strong>。这个程序可以在Ubuntu Software Center里找到。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/ku0OpXaDAwobCspU2jqIS45cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_MAssYCKI/AAAAAAAAOPM/MrU1vkRZ49o/s512/enlarger_dropbox_05.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>在搜索框里搜索&#8221;gstm&#8221;</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/q8--f2OsR5D9KhoTkHu0PY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_MBKRao3I/AAAAAAAAOPQ/NeHOGoW3AWM/s512/enlarger_dropbox_06.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/LgugEY6Pe4FKiiXhrG0qRY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/TM_MDJOzy7I/AAAAAAAAOPg/77S6P_uSGao/s512/enlarger_dropbox_07.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/dgv1PiLJQ7isbxNQ807EVI5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/TM_MD1HoY8I/AAAAAAAAOPk/4laecfb15vA/s512/enlarger_dropbox_08.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>安装完成后在Application&#8211;Internet中打开&#8221;gSTM&#8221;，点击&#8221;Add&#8221;</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/ySFK33PM35SVfSZ-cXHUIo5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/TM_L-4iWrzI/AAAAAAAAOPA/W4LEzZqC6Jk/s512/enlarger_dropbox_10.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>在下图相应位置处填入信息：Name 随意；Host为ssh服务器域名或IP；Login为你的用户名；Port为端口号，一般为22或443。然后再点击&#8221;Add&#8221;，类型选&#8221;Dynamic&#8221;，端口填7070，其他默认。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/vAS7PmYFXQpLnWpH0cs5FY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/TM_L4sV2MjI/AAAAAAAAOOc/-2JOATdR9gE/s512/enlarger_dropbox_11.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<h4>
<li> 安装Dropbox</li>
</h4>
<p>这里有两种方法：<strong>一种直接在虚拟机中下载；一种在宿主机中先下载完成，再共享到虚拟机。</strong></p>
<p>我觉得后一种方法更好，省去了每次在虚拟机中下载的麻烦。虚拟机中要配置，要下载，效率上肯定是比不过宿主机的。不过这里还是一并说明一下：</p>
<p><strong>一、直接在虚拟机中下载</strong>：依次打开Firefox&#8211;Edit&#8211;Preferences&#8211; Advanced&#8211;Network&#8211;Settings，出现如下图所示：选择Manual proxy configurations，Socks Host填127.0.0.1 Port填7070，确认关闭即可。现在Firefox就全局用ssh代理了，直接去Dropbox的网站下载相应安装程序即可。当然，有人可能知道autoproxy插件，用来甄别是否需要ssh代理，毕竟很多网站并没有被墙，走ssh反而慢。不过在这里本来就不需要开多少网站，安装autoproxy插件，我认为反而麻烦了，走走全局代理即可。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/D2F3sZEoWDIzBNZkycwe1Y5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/TM_L5abKihI/AAAAAAAAOOg/42wGj3W12oY/s512/enlarger_dropbox_12.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p><strong>二、在宿主机中先下载完成，再共享到虚拟机</strong>：现在宿主机中下载好相应的安装程序，放入一个文件夹然后共享出来，接着在ubuntu虚拟机中依次点击Places&#8211;Connect to server，出现如下图所示。Service type根据自己的情况选择，一般大家的宿主机都是Windows吧，那么就选&#8221;Windows share&#8221;；Server填自己宿主机的IP。然后点&#8221;Connect&#8221;连接到宿主机，选择相应共享目录下的安装文件拷贝到虚拟机来安装。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/w9l9RtvA-eOSBD5dfQgM245cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L6ATGtEI/AAAAAAAAOOo/5D90JNcEwgA/s512/enlarger_dropbox_14.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p><strong>但Dropbox的安装很奇怪，也许是因为被墙的原因，大家应该都会碰到，就是安装完成后无法启动Dropbox的问题，我在</strong><a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu" target="_blank"><strong>以前的博</strong></a><a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu" target="_blank"><strong>文</strong></a><strong>里也有讲到。</strong>虽然不会很明白问题是如何产生的，也不知道解决问题的原理，但大家只要照做就行了。</p>
<blockquote><p>下载Dropbox daemon：32bit <a href="http://www.dropbox.com/download?plat=lnx.x86" target="_blank">这里</a>；64bit <a href="http://www.dropbox.com/download?plat=lnx.x86_64" target="_blank">这里</a><br />
<a href="http://www.dropbox.com/download?plat=lnx.x86_64" target="_blank"></a>解压文件，解压出来的是隐藏文件，所以你可能看不到。<br />
进入Terminal（终端），切换到你解压文件所在的位置。然后键入:<br />
<code>.dropbox-dist/dropboxd</code></p>
</blockquote>
<h4>
<li> 调校Dropbox</li>
</h4>
<p>Terminal（终端）中键入命令后应该会出现如下界面，这时候还是连不上Dropbox，那是肯定的，永远别忘了Dropbox被墙了。这时候要选择&#8221;Connection Options&#8221;进行代理设置。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/oPOrK0aPt_OO8wFwk72p7Y5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L6yvj3xI/AAAAAAAAOOs/eZ981IVqN64/s512/enlarger_dropbox_15.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>如果没有的话，也可以右键Dropbox图标，点击&#8221;Preference&#8221;</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/6qMVycZ8944JFo3xZCG2m45cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L7jnQ8WI/AAAAAAAAOOw/9wbS4UvuunU/s512/enlarger_dropbox_16.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>然后按图中所示填入信息：选择Manually proxy settings，Proxy Type选SOCKS5，Server填127.0.0.1，Port填7070。确认后关闭即可。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/zJDnHkKFPhdWykSTpu_wNo5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh3.ggpht.com/_L1J-lJWR4To/TM_L8aFCfVI/AAAAAAAAOO0/Nu7sizKkxkA/s512/enlarger_dropbox_17.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>然后跳出Setup界面，选择&#8221;I already have Dropbox account&#8221;。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/phELNSI5qWgxCd_84Zf09o5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L8_3j0_I/AAAAAAAAOO4/-X4sa_6vuN8/s512/enlarger_dropbox_18.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>现在就要用到你文章一开始注册的那些Dropbox帐号了，将其中一个填入下图相应位置。</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/-MUphF4Ln4NsGn9EwGrKj45cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/TM_L9tbAiwI/AAAAAAAAOO8/QxuDJF6mP0g/s512/enlarger_dropbox_19.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>最后一路Forward完成即可。</p>
<p><strong><span style="color: #ff0000;">O.K.! Done! Your Dropbox&#8217;s Capacity Has Been Enlarged!</span></strong></p>
<h4>
<li> 重新再跑一遍虚拟机。</li>
</h4>
<p><strong><span style="color: #ff0000;">关键是不要忘了去改虚拟机的MAC地址，不然是无效的！</span></strong>virtualbox里提供修改的位置如下图所示：</p>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/F-bdwKb2aJY7dR36FhY5eY5cUep5FgZF5MX5xHo4ie4?feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/TM_PgfnLkeI/AAAAAAAAOQA/62feLAGAPS0/s512/enlarger_dropbox_20.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
</ol>
<p><strong>补充说明1</strong> : 在使用Dropbox的时候记得去改系统的hosts文件（不同的操作系统，这个文件的位置也各不相同，ubuntu下好像需要sudo一下才能修改。），增加这么一段：</p>
<blockquote><p>174.36.30.67 dropbox.com<br />
174.36.30.71 www.dropbox.com<br />
75.101.129.115 dl.dropbox.com</p>
</blockquote>
<p>然后Dropbox的设置改成No proxy server。现在就可以无代理正常使用Dropbox软件的同步功能，网页的话好像还是缺样式表，看上去很糟糕。不过无所谓，大家都很少登陆网页版的吧？如果这个方法失效了那就只能走ssh代理了，比较凄惨，所以尽量在Dropbox里以放小文件为主，电影什么的也走ssh代理就有些痛苦了。</p>
<p><strong>补充说明2</strong> : 如果你有edu邮箱，那么去Dropbox认证一下，你的邀请码每邀请一人<strong>可以增加500m空间</strong>。这个也很给力，让我们扩容更省力。大家可以试一试下面这个，我测试过，有效：</p>
<p><a href="https://domains.live.com/members/signup.aspx?domain=mspil.edu.cn" target="_blank">@ mspil.edu.cn 教育部-微软(中国) </a>。另外Dropbox的edu邮箱认证地址：<a href="https://www.dropbox.com/edu" target="_blank">这里</a>。</p>
<p><strong>总结: </strong></p>
<p>文章有些长，图有些乱，如果你已经头昏眼花了，我这里先简单地给你理理思路。</p>
<p><strong>先用你Dropbox的邀请码申请账号，然后在虚拟机中用这些账号去安装Dropbox，然后利用虚拟机不停变换操作系统特征和网卡的MAC使Dropbox始终认为你在不同的电脑上用不同的账号在安装Dropbox，从而达到扩容的目的。</strong></p>
<p><strong>其中的难点在于：</strong></p>
<ol>
<li><strong>Dropbox自身被墙，要在虚拟机中翻墙连接Dropbox服务器。</strong></li>
<li><strong> </strong><strong>Dropbox在ubuntu下的古怪安装程序，需要辅助措施才能安装完成。</strong></li>
</ol>
<hr /><strong><span style="color: #ff0000;">p.s :</span></strong> 如果有朋友确实有困难，又想扩容，我这里可以视情况提供帮助（人太多我就不能为力了），<strong>当然一定记得留下你们的邀请码</strong>。</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/ubuntu-using-ssh" title="Ubuntu下使用SSH 2009.11.10">Ubuntu下使用SSH</a>(5)</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/troubleshoot_the_problem_of_install_dropbox_into_ubuntu" title="ubuntu9.10下安装dropbox出现的一个问题 2010.07.9">ubuntu9.10下安装dropbox出现的一个问题</a>(1)</li>
<li><a href="http://blog.alwayst.info/837" title="VirtualBox的全屏显示问题 2009.11.12">VirtualBox的全屏显示问题</a>(5)</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/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/how-to-fix-the-problem-when-firefox-cannot-launch-in-ubuntu" title="How to fix the problem when Firefox cannot launch in Ubuntu 2011.03.26">How to fix the problem when Firefox cannot launch in Ubuntu</a>(2)</li>
<li><a href="http://blog.alwayst.info/how-to-install-firefox-4-stable-in-ubuntu-10-04-and-10-10" title="How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10] 2011.03.23">How to install Firefox 4 (Stable) In Ubuntu [10.04 and 10.10]</a>(0)</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/enlarge-the-capacity-of-dropbox#comment-931" title="View the entire comment by T" >@小本 查收。看看增加了没？</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comment-930" title="View the entire comment by T" >@小本 ok, 下个星期吧，有空的时候我会弄一下的，耐心等候，^_^</a></li>
<li><a class="commentor" href="" >小本</a> : <a class="comment_content" href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comment-929" title="View the entire comment by 小本" >看着晕乎乎的...看不懂.. 
我的放了几十首歌 都过半了 2G不够用 ..博主可否帮忙扩充 灰常...</a></li>
<li><a class="commentor" href="" >pob</a> : <a class="comment_content" href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comment-865" title="View the entire comment by pob" >@海涛 
先用教育网邮箱激活，用虚拟机装一个xp，精简版的就成，然后新建用户，每个新用户安装登录一...</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comment-864" title="View the entire comment by T" >@海涛  我说的是邀请码。登录你的dropbox，在https://www.dropbox.com/...</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/enlarge-the-capacity-of-dropbox">Permalink</a> |
<a href="http://blog.alwayst.info/enlarge-the-capacity-of-dropbox#comments">14 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/dropbox" rel="tag">dropbox</a>, <a href="http://blog.alwayst.info/tag/gstm" rel="tag">gSTM</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/ubuntu" rel="tag">ubuntu</a>, <a href="http://blog.alwayst.info/tag/virtualbox" rel="tag">virtualbox</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/enlarge-the-capacity-of-dropbox/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<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>
		<item>
		<title>https and Google search</title>
		<link>http://blog.alwayst.info/how_to_use_https_for_google_search</link>
		<comments>http://blog.alwayst.info/how_to_use_https_for_google_search#comments</comments>
		<pubDate>Tue, 30 Mar 2010 16:03:56 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1127</guid>
		<description><![CDATA[根据Twitter情报和本人实际体验，Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是用https进行Google搜索。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作： Settings&#8211;Labs From Drop Box 启用&#8221;Google Search&#8221; From Drop Box 在如下图位置进行搜索 From Drop Box 好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。 当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; update :月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点这里 Related PostsSet SSL Google as the Default Search Engine when using Pentadactyl in Firefox(0) Call phones from Gmail(2) 崂山道士之术(3) 恭喜HootSuite(1) the Problem of [...]]]></description>
			<content:encoded><![CDATA[<p>根据Twitter情报和本人实际体验，<strong>Google搜索在今天下午处于半抽风状态，无规则地出现reset现象。</strong>没有了Google可怎么办？难道用Google也要翻墙，那速度和效率差就太打折扣了。在现有条件下其实还是有办法对抗的，那就是<strong>用https进行Google搜索</strong>。很奇怪，Google本身并没有这个服务，但众所周知，Gmail是默认进行https链接的，而在Gmail Labs里&#8230; &#8230; 请根据我的提示操作：</p>
<ul>
<li><strong>Settings&#8211;Labs</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/VsI7XTksrgmq_AQv5q_lGQ?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/S7Ia2agRa0I/AAAAAAAAMRs/f94qoSHIMMo/s512/gmail_search1.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>启用&#8221;Google Search&#8221;</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/anKpJvzs7u0evKnO18hoRA?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/S7Ia2op191I/AAAAAAAAMRw/nKyNkgzQ2fE/s512/gmail_search2.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<ul>
<li><strong>在如下图位置进行搜索</strong></li>
</ul>
<table style="width: auto;">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/U_b78QmEWmz3FSMT4LtWyg?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/S7Ia2pZ7byI/AAAAAAAAMR0/pfHMdqHLzgw/s512/gmail_search3.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family: arial,sans-serif; font-size: 11px; text-align: right;">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>好了，大功告成。现在可以在Gmail内进行Google搜索，且不在有reset的烦恼了。本来这是个挺普通的功能，我甚至都没有在Gmail中使用Google搜索的习惯。但如今猛然发觉，既然Gmail是https连接，那在Gmail中的Google搜索自然也是https连接的咯，这样加密传输搜索内容，就无法做入侵检测，顺利逃过了reset的命运。</p>
<p>当然道高一尺，魔高一丈。和GFW的斗争本来就是无止尽的，也许哪天这个方法就失效了，毕竟GFW已经做到了不允许用https对google docs里的documents进行连接。不过也无妨，一切都在动态平衡中就好，我们的技术不也在不断提高嘛，都是逼出来的，谁怕谁。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>p.s : 多用用快捷键，生活无限美好。Gmail中的Google 搜索的快捷方式是 “g then /”，想要了解更多快捷方式，请在Gmail中按下“？” 。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;不明真相的分界线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong><span style="color: #ff0000;">update :</span></strong>月光博客对今天Google搜索被屏蔽也做了介绍和破解方法，传送门点<a href="http://www.williamlong.info/archives/2131.html" target="_blank">这里</a></p>
<p><strong> </strong></p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/set-ssl-google-as-the-default-search-engine-when-using-pentadactyl-in-firefox" title="Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox 2011.08.22">Set SSL Google as the Default Search Engine when using Pentadactyl in Firefox</a>(0)</li>
<li><a href="http://blog.alwayst.info/call-phones-from-gmail" title="Call phones from Gmail 2010.08.27">Call phones from Gmail</a>(2)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/the-problem-of-google-calendar" title="the Problem of Google Calendar 2009.09.28">the Problem of Google Calendar</a>(0)</li>
<li><a href="http://blog.alwayst.info/%e5%8f%8c%e9%9d%a2%e5%88%83%e2%80%94%e2%80%94hosts%e6%96%87%e4%bb%b6" title="双面刃——hosts文件 2009.09.12">双面刃——hosts文件</a>(0)</li>
<li><a href="http://blog.alwayst.info/gfw%e5%8f%af%e8%80%bb%ef%bc%81" title="GFW可耻！ 2009.09.3">GFW可耻！</a>(6)</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/%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/%e6%b5%b7%e5%ba%95%e5%85%89%e7%bc%86%e5%8f%88gg%e4%ba%86%e3%80%82%e3%80%82%e3%80%82" title="海底光缆又gg了。。。 2009.08.18">海底光缆又gg了。。。</a>(2)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-511" title="View the entire comment by Yin" >@T  
拉风也没人看到啊，这样就是去拉风的意义啦！</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-510" title="View the entire comment by T" >@Yin  
快捷键多用就习惯了，确实快多了，而且拉风。</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-509" title="View the entire comment by T" >@Yin  
不是的，google自己调整了一下，搜索里包含了rfa字段，该字段属于违禁词。所以确...</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-508" title="View the entire comment by T" >@Afio  
嗯，确实是这样，这下RFA出名了。Radio Free Asia一听就是好反动的名...</a></li>
<li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/how_to_use_https_for_google_search#comment-507" title="View the entire comment by Yin" >快捷键是个好东西，但是我看了一下，这也太多了吧……
现在我这里只能打开Google.com和Goo...</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/how_to_use_https_for_google_search">Permalink</a> |
<a href="http://blog.alwayst.info/how_to_use_https_for_google_search#comments">6 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/gmail" rel="tag">gmail</a>, <a href="http://blog.alwayst.info/tag/google" rel="tag">google</a>, <a href="http://blog.alwayst.info/tag/https" rel="tag">https</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/how_to_use_https_for_google_search/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ubuntu下实现ssh自动重连</title>
		<link>http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection</link>
		<comments>http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comments</comments>
		<pubDate>Fri, 18 Dec 2009 16:39:20 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=945</guid>
		<description><![CDATA[作个笔记，免得自己以后忘了。相关内容网上比比皆是，原始出处，已经找不到了。如果你不知道自己为什么需要看着篇文章，那你就不需要看下去了。好，我们开工。 ubuntu下使用ssh的方法很多： openssh。一般linux系统都默认安装，直接在终端(terminal)下使用即可，可以参阅我以前写的一些东西，这里。 PuTTY。图形化界面，无须命令行，更便于新手使用。 但两者都有一个明显的缺点：无法实现ssh断线后的自动重连。openssh是终端命令行模式，断了只能重打命令；PutTTY则自己明确说明了一点：为了安全问题不保存密码，每次都要用户自己输入。初衷是很好，但从实际应用的角度，ssh掉线的频率比较高，每次都要重输是很累的。所以更好的解决办法是：expect。 首先要获取该程序，终端(terminal)下输入： sudo apt-get install expect 完成后随便新建一个文本，这里暂定名称是:sshgfw。可以直接在终端(terminal)下输入： sudo gedit sshgfw 在文本中粘粘如下内容： #!/usr/bin/expect set timeout 60 spawn /usr/bin/ssh -D 7070 -p port -l user yourserver.com # 这里的port为你远端主机的端口名，一般为22，有变动的话一般空间商会告知你，user为你自己的用户名，yourserver.com为你自己的服务器域名或ip expect { "password:" { send "password\r" #这里的第二个password改为你自己的密码 } } interact { timeout 60 { send " "} } 再加上可执行权限，我们仍然在终端(terminal)下执行： chmod a+x sshgfw 如果你严格的按照我所说的做下来，那么现在在直接终端(terminal)下输入： ./sshgfw 脚本就应该自动运行起来了。现在这个脚本应该是在你的帐户下，多帐户操作的话也可以把这个文件复制到 [...]]]></description>
			<content:encoded><![CDATA[<p>作个笔记，免得自己以后忘了。相关内容网上比比皆是，原始出处，已经找不到了。如果你不知道自己为什么需要看着篇文章，那你就不需要看下去了。好，我们开工。</p>
<p>ubuntu下使用ssh的方法很多：</p>
<ol>
<li>openssh。一般linux系统都默认安装，直接在终端(terminal)下使用即可，可以参阅我以前写的一些东西，<a href="http://blog.alwayst.info/?p=820" target="_blank">这里</a>。</li>
<li>PuTTY。图形化界面，无须命令行，更便于新手使用。</li>
</ol>
<p>但两者都有一个明显的缺点：<strong>无法实现ssh断线后的自动重连。</strong>openssh是终端命令行模式，断了只能重打命令；PutTTY则自己明确说明了一点：为了安全问题不保存密码，每次都要用户自己输入。初衷是很好，但从实际应用的角度，ssh掉线的频率比较高，每次都要重输是很累的。所以更好的解决办法是：<strong>expect</strong>。</p>
<p>首先要获取该程序，终端(terminal)下输入：</p>
<blockquote><p><code>sudo apt-get install expect</code></p></blockquote>
<p>完成后随便新建一个文本，这里暂定名称是:sshgfw。可以直接在终端(terminal)下输入：</p>
<blockquote><p><code>sudo gedit sshgfw</code></p></blockquote>
<p>在文本中粘粘如下内容：</p>
<blockquote><p><code>#!/usr/bin/expect<br />
set timeout 60</code></p>
<p><code> </code></p>
<p><code>spawn /usr/bin/ssh -D 7070 -p <strong>port</strong> -l <strong>user </strong><strong>yourserver.com</strong><br />
# 这里的<strong>port</strong>为你远端主机的端口名，一般为22，有变动的话一般空间商会告知你，<strong>user</strong>为你自己的用户名，<strong>yourserver.com</strong>为你自己的服务器域名或ip<br />
expect {<br />
"password:" {<br />
send "<strong>password</strong>\r"<br />
#这里的<strong>第二个</strong>password改为你自己的密码<br />
}<br />
}<br />
interact {<br />
timeout 60 { send " "}<br />
}</code></p></blockquote>
<p>再加上可执行权限，我们仍然在终端(terminal)下执行：</p>
<blockquote><p><code>chmod a+x sshgfw</code></p></blockquote>
<p>如果你严格的按照我所说的做下来，那么现在在直接终端(terminal)下输入：</p>
<blockquote><p><code>./sshgfw</code></p></blockquote>
<p><code> </code><br />
脚本就应该自动运行起来了。现在这个脚本应该是在你的帐户下，多帐户操作的话也可以把这个文件复制到 /usr/local/bin 或 /usr/bin 等目录下,以方便本机所有用户都可以快捷的使用。</p>
<hr />以上内容参考了互联网上的相关资料，但也经过自己的实际操作，略作改动。如还有问题请提出（不保证能解决。。。）。</p>
<p>好了，准备收工。以twitter上看到的一句话作结尾，也不是什么惊世骇俗的名人名言，但很中肯，希望大家引以为鉴，是@<a href="http://twitter.com/yurii_yu" target="_blank">yurii_yu</a>说的：</p>
<p>“最好不要在自己blog上转贴技术文章，尤其是没经过验证的，最近几次查资料（尤其中文的问题）都搞到头大：原文有错误，转贴的人根本不尝试就转贴了，搜索结果前若干页都是同一篇文章，无一可行，这就是@<a href="http://twitter.com/tinyfool" target="_blank">tinyfoo</a>l说的信息退化”</p>
<h3>Related Posts</h3><ul><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/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/dual_boot_ubuntu_and_xp" title="安装Ubuntu和XP双系统 2010.05.24">安装Ubuntu和XP双系统</a>(9)</li>
<li><a href="http://blog.alwayst.info/ubuntu-under-the-phenomenon-of-a-loss-of-input" title="Ubuntu下输入法丢失现象一则 2009.11.20">Ubuntu下输入法丢失现象一则</a>(4)</li>
<li><a href="http://blog.alwayst.info/837" title="VirtualBox的全屏显示问题 2009.11.12">VirtualBox的全屏显示问题</a>(5)</li>
<li><a href="http://blog.alwayst.info/to-talk-about-the-typing-and-to-talk-about-dvorak" title="谈谈打字，兼谈Dvorak 2009.10.18">谈谈打字，兼谈Dvorak</a>(13)</li>
<li><a href="http://blog.alwayst.info/under-ubuntu-shortcut-keys-ctrl-s" title="ubuntu下的快捷键--ctrl+s 2009.10.15">ubuntu下的快捷键--ctrl+s</a>(13)</li>
<li><a href="http://blog.alwayst.info/troubleshoot-about-tor" title="Troubleshoot : about tor 2009.07.27">Troubleshoot : about tor</a>(2)</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/ubuntu-achieve-ssh-automatic-re-connection#comment-623" title="View the entire comment by T" >@superz  
暂时还没想过这个问题，应该能实现，不过我现在不知道该怎么做。。。</a></li>
<li><a class="commentor" href="http://www.liruizhi.co.cc" >superz</a> : <a class="comment_content" href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comment-620" title="View the entire comment by superz" >请教博主 ,有没有方法可以开机直接启动连接?</a></li>
<li><a class="commentor" href="http://salogs.com/" >cooper</a> : <a class="comment_content" href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comment-619" title="View the entire comment by cooper" >自己写个脚本每隔1分钟检查一次，这样来得比较简单</a></li>
<li><a class="commentor" href="http://www.andcat.com" >黑煞哥</a> : <a class="comment_content" href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comment-418" title="View the entire comment by 黑煞哥" >也算不错咯。</a></li>
<li><a class="commentor" href="http://blog.alwayst.info" >T</a> : <a class="comment_content" href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comment-400" title="View the entire comment by T" >@transtone  
ubuntu下好像不用管那么多，相关软件要不就是默认安装了，要不就是装e...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection">Permalink</a> |
<a href="http://blog.alwayst.info/ubuntu-achieve-ssh-automatic-re-connection#comments">15 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/linux" rel="tag">linux</a>, <a href="http://blog.alwayst.info/tag/ssh" rel="tag">ssh</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</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/ubuntu-achieve-ssh-automatic-re-connection/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>恭喜HootSuite</title>
		<link>http://blog.alwayst.info/congratulations-hootsuite</link>
		<comments>http://blog.alwayst.info/congratulations-hootsuite#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:59:56 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[心情文章]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=853</guid>
		<description><![CDATA[恭喜HootSuite，终于功德有成，被GFW检验合格。事实证明，经GFW验证的优质产品皆属于同行业中的领头羊、佼佼者。遂从今日起招入深宫，予以墙奸待遇。 还想twitter，跟李老师一起低头默哀吧，Oops&#8230;看到一条缝没？我们好像一条狗也~ Related Posts崂山道士之术(3) https and Google search(6) ucweb英文版(2) 体验被墙（终篇）(12) 体验被墙（续二）(3) 体验被墙（续一）(5) 体验被墙(2) Troubleshoot : about tor(2) 关于翻墙(3) 无题(0) Recent CommentsYin : 看来又一个倒下了。 © T for 知易行难,知行合一 (Walk the Talk), 2009. &#124; Permalink &#124; One comment Post tags: GFW, twitter, 翻墙]]></description>
			<content:encoded><![CDATA[<p>恭喜HootSuite，终于功德有成，被GFW检验合格。事实证明，经GFW验证的优质产品皆属于同行业中的领头羊、佼佼者。遂从今日起招入深宫，予以墙奸待遇。</p>
<p>还想twitter，<a href="http://www.lixiaolai.com/index.php/archives/7827.html" target="_blank">跟李老师一起低头默哀吧</a>，Oops&#8230;看到<a href="http://1984bbs.net/t/login.php" target="_blank">一条缝</a>没？我们好像一条狗也~</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/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/%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>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99" title=" 体验被墙 2009.08.14"> 体验被墙</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/%e8%bf%98%e6%98%af%e5%85%b3%e4%ba%8e%e7%bf%bb%e5%a2%99" title="关于翻墙 2009.07.22">关于翻墙</a>(3)</li>
<li><a href="http://blog.alwayst.info/%e6%97%a0%e9%a2%98" title="无题 2009.07.22">无题</a>(0)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="" >Yin</a> : <a class="comment_content" href="http://blog.alwayst.info/congratulations-hootsuite#comment-336" title="View the entire comment by Yin" >看来又一个倒下了。</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/congratulations-hootsuite">Permalink</a> |
<a href="http://blog.alwayst.info/congratulations-hootsuite#comments">One comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</a>, <a href="http://blog.alwayst.info/tag/twitter" rel="tag">twitter</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/congratulations-hootsuite/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu下使用SSH</title>
		<link>http://blog.alwayst.info/ubuntu-using-ssh</link>
		<comments>http://blog.alwayst.info/ubuntu-using-ssh#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:17:38 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=820</guid>
		<description><![CDATA[为了众所周知的目的，我们无论在什么操作系统下都会用到SSH。今天就讲一下Ubuntu下SSH的使用。 其实这是个被人都讲烂的问题了，但我这个人碰上啥事都会倒霉，大众化的常规方法在我这里总是失败。首先，几乎所有linux（听说的，我只用过ubuntu）都默认安装了openssh-client，所以打开terminal（终端），键入： ssh -D 7070 -l username@servername 具体的用法，可以man ssh一下。我尝试过，内容太全了，以致我完全没有看完的兴趣。。。这里简单讲讲 -D 7070 本地一个未使用的端口 -l username 你ssh的用户名 @ 别人的文章里就是这么写的，但我这么键入这个符号完全是无效的，没弄懂 servername ssh服务器名或ip地址 所以，实际我尝试下来的应该是这么写才对 ssh -D 7070 -l 张三 xxx.xxx.xxx.xx 这就是大众化的方法，接下来正常情况会让你输密码，加密连接就建立了。很显然，不适合我。。我也很郁闷啊。仔细研究一个，发现是因为SSH默认的远端服务器端口号为22，我的恰恰不是。。于是只好去读ssh命令的帮助文件找答案。实际上我也没读得太懂，只是捡几个比较像的参数试了试，最后确定-p是远端服务器端口号参数。举例来说，如果你的SSH远端服务器端口号是874，用户名是张三，SSH服务器地址是xxx.xxx.xxx.xx，那么命令就应该这么打： ssh -D 7070 -p 874 -l 张三 xxx.xxx.xxx.xx 然后就是浏览器的设置，只谈firefox。选项→高级→网络→设置→手动配置代理→SOCKS 主机 : 127.0.0.1 端口 : 7070 现在就是全局在ssh工作了，当然很多时候没有全局ssh的必要，有很多其他方法甄别是否需要使用ssh，但并非本文的重点，这里就略过了。 祝大家翻墙学习愉快。 -l-l Related Postsubuntu下实现ssh自动重连(15) Dropbox扩容详尽指南(14) Some Ubuntu Tips(4) 崂山道士之术(3) 安装Ubuntu和XP双系统(9) Ubuntu下输入法丢失现象一则(4) VirtualBox的全屏显示问题(5) [...]]]></description>
			<content:encoded><![CDATA[<p>为了众所周知的目的，我们无论在什么操作系统下都会用到SSH。今天就讲一下Ubuntu下SSH的使用。</p>
<p>其实这是个被人都讲烂的问题了，但我这个人碰上啥事都会倒霉，大众化的常规方法在我这里总是失败。首先，几乎所有linux（听说的，我只用过ubuntu）都默认安装了openssh-client，所以打开terminal（终端），键入：</p>
<blockquote><p><strong>ssh -D 7070 -l username@servername</strong></p></blockquote>
<p>具体的用法，可以man ssh一下。我尝试过，内容太全了，以致我完全没有看完的兴趣。。。这里简单讲讲</p>
<p><strong>-D 7070</strong><br />
本地一个未使用的端口</p>
<p><strong>-l username</strong><br />
你ssh的用户名</p>
<p><strong>@</strong><br />
<span style="color: #ff0000;"><strong>别人的文章里就是这么写的，但我这么键入这个符号完全是无效的，没弄懂</strong></span></p>
<p><strong>servername</strong><br />
ssh服务器名或ip地址</p>
<p>所以，实际我尝试下来的应该是这么写才对</p>
<blockquote><p><strong>ssh -D 7070 -l 张三 xxx.xxx.xxx.xx</strong></p></blockquote>
<p>这就是大众化的方法，接下来正常情况会让你输密码，加密连接就建立了。很显然，不适合我。。我也很郁闷啊。仔细研究一个，发现是因为SSH默认的远端服务器端口号为22，我的恰恰不是。。于是只好去读ssh命令的帮助文件找答案。实际上我也没读得太懂，只是捡几个比较像的参数试了试，最后确定-p是远端服务器端口号参数。举例来说，如果你的SSH远端服务器端口号是874，用户名是张三，SSH服务器地址是<code>xxx.xxx.xxx.xx，</code>那么命令就应该这么打：</p>
<blockquote><p><strong>ssh -D 7070 -p 874 </strong><strong>-l</strong><strong> 张三 xxx.xxx.xxx.xx</strong></p></blockquote>
<p>然后就是浏览器的设置，只谈firefox。选项→高级→网络→设置→手动配置代理→SOCKS 主机 : <strong>127.0.0.1</strong> 端口 : <strong>7070</strong></p>
<p>现在就是<strong>全局</strong>在ssh工作了，当然很多时候没有全局ssh的必要，有很多其他方法甄别是否需要使用ssh，但并非本文的重点，这里就略过了。</p>
<p>祝大家<span style="text-decoration: line-through;">翻墙</span>学习愉快。</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 177px; width: 1px; height: 1px;"><strong>-l</strong><strong>-l</strong></div>
<h3>Related Posts</h3><ul><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/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</li>
<li><a href="http://blog.alwayst.info/some-ubuntu-tips" title="Some Ubuntu Tips 2010.10.16">Some Ubuntu Tips</a>(4)</li>
<li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</li>
<li><a href="http://blog.alwayst.info/dual_boot_ubuntu_and_xp" title="安装Ubuntu和XP双系统 2010.05.24">安装Ubuntu和XP双系统</a>(9)</li>
<li><a href="http://blog.alwayst.info/ubuntu-under-the-phenomenon-of-a-loss-of-input" title="Ubuntu下输入法丢失现象一则 2009.11.20">Ubuntu下输入法丢失现象一则</a>(4)</li>
<li><a href="http://blog.alwayst.info/837" title="VirtualBox的全屏显示问题 2009.11.12">VirtualBox的全屏显示问题</a>(5)</li>
<li><a href="http://blog.alwayst.info/to-talk-about-the-typing-and-to-talk-about-dvorak" title="谈谈打字，兼谈Dvorak 2009.10.18">谈谈打字，兼谈Dvorak</a>(13)</li>
<li><a href="http://blog.alwayst.info/under-ubuntu-shortcut-keys-ctrl-s" title="ubuntu下的快捷键--ctrl+s 2009.10.15">ubuntu下的快捷键--ctrl+s</a>(13)</li>
<li><a href="http://blog.alwayst.info/troubleshoot-about-tor" title="Troubleshoot : about tor 2009.07.27">Troubleshoot : about tor</a>(2)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://www.andcat.com" >黑煞哥</a> : <a class="comment_content" href="http://blog.alwayst.info/ubuntu-using-ssh#comment-416" title="View the entire comment by 黑煞哥" >真是不错。</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/ubuntu-using-ssh">Permalink</a> |
<a href="http://blog.alwayst.info/ubuntu-using-ssh#comments">5 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/linux" rel="tag">linux</a>, <a href="http://blog.alwayst.info/tag/ssh" rel="tag">ssh</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</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/ubuntu-using-ssh/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>ucweb英文版</title>
		<link>http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88</link>
		<comments>http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:18:46 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=547</guid>
		<description><![CDATA[用手机上网且有翻墙习惯的朋友有福了，原来ucweb英文版是可以自动翻墙的。我前段时间就发现用http协议时手机上google reader的部分敏感内容总是刷不出来；尝试用https协议时，压根啥都出不来了。联想到gfw的日益强大，不禁冷汗直冒，只好先安分的看看娱乐八卦类新闻，今天下完ucweb英文版后，手机就正式宣布回归了~ 同一个软件，英文版和中文版截然不同的体验，令我不禁感慨：外国的月亮确实圆，而且我们都在努力让它变得更圆。以后改名叫圆月版和阉月版吧，比较容易区分，方便对号入座。 下载地址在这里 P.S : 大家看过就好了，请小范围交流并保持低调！随便出来上个网我容易吗？！ 已被墙。——2009.12.6更新 Related Posts崂山道士之术(3) Troubleshoot : about tor(2) Dropbox扩容详尽指南(14) https and Google search(6) 恭喜HootSuite(1) 体验被墙（终篇）(12) 体验被墙（续二）(3) 体验被墙（续一）(5) 体验被墙(2) 杂(1) Recent CommentsT : @Afio 很久很久以前就不行了。。 Afio : 我试过一次不行。。。。。 skyfire是自动翻墙的,不过那流量下去的就像拿泵 抽血一样。。。。 © T for 知易行难,知行合一 (Walk the Talk), 2009. &#124; Permalink &#124; 2 comments Post tags: GFW, software, 翻墙]]></description>
			<content:encoded><![CDATA[<p>用手机上网且有翻墙习惯的朋友有福了，原来<strong>ucweb英文版</strong>是可以自动翻墙的。我前段时间就发现用http协议时手机上google reader的部分敏感内容总是刷不出来；尝试用https协议时，压根啥都出不来了。联想到<a href="http://blog.alwayst.info/?p=549" target="_blank">gfw的日益强大</a>，不禁冷汗直冒，只好先安分的看看娱乐八卦类新闻，今天下完ucweb英文版后，手机就正式宣布回归了~</p>
<p>同一个软件，英文版和中文版截然不同的体验，令我不禁感慨：外国的月亮确实圆，而且我们都在努力让它变得更圆。以后改名叫圆月版和阉月版吧，比较容易区分，方便对号入座。</p>
<p>下载地址在<a href="http://www.ucweb.com/English/download.shtml" target="_blank">这里</a></p>
<p><span style="color: #ff0000;"><strong>P.S : 大家看过就好了，请小范围交流并保持低调！随便出来上个网我容易吗？！</strong></span></p>
<hr />已被墙。——2009.12.6更新</p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/enlarge-the-capacity-of-dropbox" title="Dropbox扩容详尽指南 2010.11.2">Dropbox扩容详尽指南</a>(14)</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/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</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>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99" title=" 体验被墙 2009.08.14"> 体验被墙</a>(2)</li>
<li><a href="http://blog.alwayst.info/%e6%9d%82" title="杂 2009.06.5">杂</a>(1)</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/ucweb-e8-8b-b1-e6-96-87-e7-89-88#comment-639" title="View the entire comment by T" >@Afio  
很久很久以前就不行了。。</a></li>
<li><a class="commentor" href="http://yun.be" >Afio</a> : <a class="comment_content" href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88#comment-634" title="View the entire comment by Afio" >我试过一次不行。。。。。
skyfire是自动翻墙的,不过那流量下去的就像拿泵
抽血一样。。。。</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<a href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88">Permalink</a> |
<a href="http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88#comments">2 comments</a> 
<br/>
Post tags: <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/%e7%bf%bb%e5%a2%99" rel="tag">翻墙</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/ucweb-e8-8b-b1-e6-96-87-e7-89-88/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>体验被墙（终篇）</title>
		<link>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</link>
		<comments>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#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:54:05 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[心情文章]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=507</guid>
		<description><![CDATA[继上回SSH体验失败后一直郁郁寡欢，于是趁给朋友买空间之际弄了个SSH帐号。myentunel再次一番设置，终于看到欣慰的消息了： [23:18:46 08/25] Launching executable [23:18:48 08/25] plink.exe: xxx@xx.xx.xxx.xx&#8217;s password: [23:18:48 08/25] Sending password [23:18:58 08/25] Connection is stable O~ye~世界又回来了～ From Drop Box From Drop Box From Drop Box From Drop Box 设置那个便捷啊，速度那个飞快啊！原来这就是拥有江湖传说的最强穿墙利器，崂山道士的终极逆天装备的感觉啊。娃哈哈～ p.s1 : twitter就不贴了，md，suspend account不说，现在写了信也不见回复，把我郁闷坏了。 p.s2 : 要爽总是能爽到的！ Related Posts崂山道士之术(3) https and Google search(6) 恭喜HootSuite(1) ucweb英文版(2) 体验被墙（续二）(3) 体验被墙（续一）(5) 体验被墙(2) Troubleshoot : about tor(2) [...]]]></description>
			<content:encoded><![CDATA[<p>继上回SSH体验失败后一直郁郁寡欢，于是趁给朋友买空间之际弄了个SSH帐号。myentunel再次一番设置，终于看到欣慰的消息了：</p>
<blockquote><p>[23:18:46 08/25] Launching executable<br />
[23:18:48 08/25] plink.exe: xxx@xx.xx.xxx.xx&#8217;s password:<br />
[23:18:48 08/25] Sending password<br />
[23:18:58 08/25] <span style="color: #ff0000;"><strong>Connection is stable</strong></span></p></blockquote>
<p>O~ye~世界又回来了～</p>
<table style="width: auto;" border="0">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/RKTRHPsspUJEbiQzFniKrQ?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/SpQHMJjHX3I/AAAAAAAAKug/DpTIa8khp9k/s576/friendfeed.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<table style="width: auto;" border="0">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/pEbcFr-e0lMYaZUeD_zTjg?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh5.ggpht.com/_L1J-lJWR4To/SpQHNhSCo8I/AAAAAAAAKuk/b9DAMHeIMq8/s576/facebook.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<table style="width: auto;" border="0">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/NI6e_dWSkmVJY7QnavyykA?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh6.ggpht.com/_L1J-lJWR4To/SpQHOTnsWJI/AAAAAAAAKuo/8XQvYTCvRY0/s576/blogger.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<table style="width: auto;" border="0">
<tbody>
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/3GMeJyrLNlqOOcjgzU8Rlw?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite"><img src="http://lh4.ggpht.com/_L1J-lJWR4To/SpQHQ1zYVHI/AAAAAAAAKus/JzCLKkszWUM/s576/youtube.JPG" alt="" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/zlc821024/DropBox?authkey=Gv1sRgCNWKqoLZtKCbFw&amp;feat=embedwebsite">Drop Box</a></td>
</tr>
</tbody>
</table>
<p>设置那个便捷啊，速度那个飞快啊！原来这就是拥有江湖传说的最强穿墙利器，崂山道士的终极逆天装备的感觉啊。娃哈哈～</p>
<p>p.s1 : twitter就不贴了，md，suspend account不说，现在写了信也不见回复，把我郁闷坏了。</p>
<p>p.s2 : <strong>要爽总是能爽到的！</strong></p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</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/%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>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99" title=" 体验被墙 2009.08.14"> 体验被墙</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/pray-for-japan" title="Pray for Japan 2011.03.14">Pray for Japan</a>(0)</li>
<li><a href="http://blog.alwayst.info/my-blog-has-been-blocked-in-china" title="My Blog has been Blocked in China 2011.01.13">My Blog has been Blocked in China</a>(0)</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/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%88%e7%af%87%ef%bc%89#comment-569" title="View the entire comment by T" >@cjkfans.com  
这个很难说啊，我只能谈谈我自己碰到过的经验。autoproxy pr...</a></li>
<li><a class="commentor" href="http://www.cjkfans.com" >cjkfans.com</a> : <a class="comment_content" 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#comment-566" title="View the entire comment by cjkfans.com" >博主  我国外空间带了SSH  我的问题是myentunel正常的  绿色，FF也安装autopro...</a></li>
<li><a class="commentor" href="http://ssh.emdao.com" >ssh账号销售</a> : <a class="comment_content" 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#comment-467" title="View the entire comment by ssh账号销售" >@Jone Chen  
我这有单独的ssh账号销售啊</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-278" title="View the entire comment by T" >@Jone Chen  
还没有搭博客吗？搭了以后有机会告知一下哟。</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-277" title="View the entire comment by T" >@Jone Chen  
呵呵，太客气了，其实什么也没帮上。vpn的话我只用过免费的，想来收费的质...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<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">Permalink</a> |
<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#comments">12 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</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/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%88%e7%af%87%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>体验被墙（续二）</title>
		<link>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</link>
		<comments>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#comments</comments>
		<pubDate>Sat, 15 Aug 2009 15:34:10 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[心情文章]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=430</guid>
		<description><![CDATA[今天把主机改回到了linux系统，SSH也有了，再祭出myentunnel，果然提示的不一样了。 [23:22:59 08/15] Launching executable [23:23:02 08/15] plink.exe: ￥%￥#%@12.34.567.89&#8242;s password: [23:23:02 08/15] Sending password [23:23:02 08/15] plink.exe: ￥%￥#%@12.34.567.89&#8242;s password: [23:23:02 08/15] Sending password [23:23:03 08/15] plink.exe: ￥%￥#%@12.34.567.89&#8242;s password: [23:23:03 08/15] Sending password [23:23:03 08/15] plink.exe: ￥%￥#%@12.34.567.89&#8242;s password: [23:23:03 08/15] Sending password [23:23:03 08/15] plink.exe: ￥%￥#%@12.34.567.89&#8242;s password: [23:23:03 08/15] Sending password [23:23:03 08/15] plink.exe: Using username [...]]]></description>
			<content:encoded><![CDATA[<p>今天把主机改回到了linux系统，SSH也有了，再祭出myentunnel，果然提示的不一样了。</p>
<blockquote><p>[23:22:59 08/15] Launching executable<br />
[23:23:02 08/15] plink.exe: <span style="color: #ff0000;">￥%￥#%@12.34.567.89&#8242;s</span> password:<br />
[23:23:02 08/15] Sending password<br />
[23:23:02 08/15] plink.exe: <span style="color: #ff0000;">￥%￥#%@12.34.567.89&#8242;s</span> password:<br />
[23:23:02 08/15] Sending password<br />
[23:23:03 08/15] plink.exe: <span style="color: #ff0000;">￥%￥#%@12.34.567.89&#8242;s</span> password:<br />
[23:23:03 08/15] Sending password<br />
[23:23:03 08/15] plink.exe: <span style="color: #ff0000;">￥%￥#%@12.34.567.89&#8242;s</span> password:<br />
[23:23:03 08/15] Sending password<br />
[23:23:03 08/15] plink.exe: <span style="color: #ff0000;">￥%￥#%@12.34.567.89&#8242;s</span> password:<br />
[23:23:03 08/15] Sending password<br />
[23:23:03 08/15] plink.exe: Using username &#8220;<span style="color: #ff0000;">￥%￥#%</span>&#8220;.<br />
[23:23:03 08/15] plink.exe: Access denied<br />
[23:23:03 08/15] plink.exe: Access denied<br />
[23:23:03 08/15] plink.exe: Access denied<br />
[23:23:03 08/15] plink.exe: Access denied<br />
[23:23:03 08/15] plink.exe: FATAL ERROR: Server sent disconnect message<br />
[23:23:03 08/15] plink.exe: type 2 (protocol error):<br />
[23:23:03 08/15] plink.exe: &#8220;Too many authentication failures for <span style="color: #ff0000;">￥%￥#%</span>&#8221;<br />
[23:23:03 08/15] <strong>Disconnected</strong><br />
[23:23:03 08/15] <strong>FATAL ERROR: SSH connection was terminated unexpectedly</strong><br />
[23:23:03 08/15] Done</p></blockquote>
<p>红字部分因安全原因已被我修改，不过不影响大家理解。赶紧再google，发现大家也都有同样的疑惑，好像所有主机商里只有godaddy的SSH不能用作代理，原因不明，比较复杂。那只能算我倒霉，至此只好告一段落，且已失败告终。</p>
<p>p.s : <strong>不是想爽就爽的到的。</strong></p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</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/%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%b8%80%ef%bc%89" title="体验被墙（续一） 2009.08.14">体验被墙（续一）</a>(5)</li>
<li><a href="http://blog.alwayst.info/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99" title=" 体验被墙 2009.08.14"> 体验被墙</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/pray-for-japan" title="Pray for Japan 2011.03.14">Pray for Japan</a>(0)</li>
<li><a href="http://blog.alwayst.info/my-blog-has-been-blocked-in-china" title="My Blog has been Blocked in China 2011.01.13">My Blog has been Blocked in China</a>(0)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://ssh.emdao.com" >ssh代理</a> : <a class="comment_content" 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#comment-468" title="View the entire comment by ssh代理" >买我的吧,才开始出售，价格便宜点的说</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-363" title="View the entire comment by T" >@少爷  
买一个SSH</a></li>
<li><a class="commentor" href="http://www.feelarch.com" >少爷</a> : <a class="comment_content" 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#comment-361" title="View the entire comment by 少爷" >Too many authentication failures for ￥%￥#%，这问题似乎没有...</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<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">Permalink</a> |
<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#comments">3 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</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/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%ba%8c%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>体验被墙（续一）</title>
		<link>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</link>
		<comments>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#comments</comments>
		<pubDate>Fri, 14 Aug 2009 11:08:59 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[心情文章]]></category>
		<category><![CDATA[GFW]]></category>
		<category><![CDATA[翻墙]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=407</guid>
		<description><![CDATA[上回说到要换ip。结果godaddy速度还好快，现在我的一个空间已经从liux主机转到了windows主机，（通过更换主机可以转换ip）ip地址自然也是变了。一试，网页能显示，狂喜，赶紧用myentunnel上SSH 。。。 。。。 。。。 。。。 。。。 。。。 [19:06:20 08/14] Launching executable [19:06:31 08/14] Connection is stable [19:06:41 08/14] plink.exe: FATAL ERROR: Network error: Connection timed out [19:06:41 08/14] Disconnected [19:06:41 08/14] FATAL ERROR: SSH connection was terminated unexpectedly [19:06:41 08/14] Done 抓狂，居然还是不行。。 再一看，godaddy上的windows主机setting里压根就没有SSH这一项。FT，看来还要换回linux主机才行，规定要24小时才能换，现在连个选项都找不到，无奈地继续等待中。 结论：爽是要付出代价的&#8230; Related Posts崂山道士之术(3) https and Google search(6) 恭喜HootSuite(1) ucweb英文版(2) 体验被墙（终篇）(12) 体验被墙（续二）(3) 体验被墙(2) [...]]]></description>
			<content:encoded><![CDATA[<p>上回说到要换ip。结果godaddy速度还好快，现在我的一个空间已经从liux主机转到了windows主机，（通过更换主机可以转换ip）ip地址自然也是变了。一试，网页能显示，狂喜，赶紧用myentunnel上SSH</p>
<p>。。。 。。。</p>
<p>。。。 。。。</p>
<p>。。。 。。。</p>
<blockquote><p>[19:06:20 08/14] Launching executable<br />
[19:06:31 08/14] Connection is stable<br />
[19:06:41 08/14]<span style="color: #ff0000;"> <strong>plink.exe: FATAL ERROR: Network error: Connection timed out</strong></span><br />
[19:06:41 08/14] <span style="color: #ff0000;"><strong>Disconnected</strong></span><br />
[19:06:41 08/14] <span style="color: #ff0000;"><strong>FATAL ERROR: SSH connection was terminated unexpectedly</strong></span><br />
[19:06:41 08/14] Done</p></blockquote>
<p>抓狂，居然还是不行。。</p>
<p>再一看，godaddy上的windows主机setting里压根就没有SSH这一项。FT，看来还要换回linux主机才行，规定要24小时才能换，现在连个选项都找不到，无奈地继续等待中。</p>
<p>结论：<strong>爽是要付出代价的&#8230;</strong></p>
<h3>Related Posts</h3><ul><li><a href="http://blog.alwayst.info/some_simple_introductions_of_how_to_fuckgfw" title="崂山道士之术 2010.07.7">崂山道士之术</a>(3)</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/congratulations-hootsuite" title="恭喜HootSuite 2009.11.23">恭喜HootSuite</a>(1)</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/%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" title=" 体验被墙 2009.08.14"> 体验被墙</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/pray-for-japan" title="Pray for Japan 2011.03.14">Pray for Japan</a>(0)</li>
<li><a href="http://blog.alwayst.info/my-blog-has-been-blocked-in-china" title="My Blog has been Blocked in China 2011.01.13">My Blog has been Blocked in China</a>(0)</li>
</ul><h3>Recent Comments</h3><ul><li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-124" title="View the entire comment by T" >@久酷  
而且还直接用了你的图床，可不要倒啊，一倒死一片。。。</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-123" title="View the entire comment by T" >@久酷  
我觉得大家都统一比较好，是不是你们都觉得第三个好？</a></li>
<li><a class="commentor" href="http://www.jiucool.com" >久酷</a> : <a class="comment_content" 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#comment-122" title="View the entire comment by 久酷" >你用的第一个图标 ^_^</a></li>
<li><a class="commentor" href="http://" >T</a> : <a class="comment_content" 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#comment-121" title="View the entire comment by T" >@tripley  
暂时还没有啊，没看见我在实时更新吗。。。</a></li>
<li><a class="commentor" href="" >tripley</a> : <a class="comment_content" 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#comment-120" title="View the entire comment by tripley" >这是不是可以称之为“让你一次爽个够”？
我看了半天，你找到可行的解决办法没？</a></li>
</ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2009. |
<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">Permalink</a> |
<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#comments">5 comments</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/gfw" rel="tag">GFW</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/%e4%bd%93%e9%aa%8c%e8%a2%ab%e5%a2%99%ef%bc%88%e7%bb%ad%e4%b8%80%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

