<?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; dropbox</title>
	<atom:link href="http://blog.alwayst.info/tag/dropbox/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>ubuntu9.10下安装dropbox出现的一个问题</title>
		<link>http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu</link>
		<comments>http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:49:41 +0000</pubDate>
		<dc:creator>T</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[study_note]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.alwayst.info/?p=1229</guid>
		<description><![CDATA[昨天在ubuntu9.10下安装dropbox出了问题：安装完后启动dropbox，提示我&#8221;in order to use dropbox you must download propritary daemon&#8220;，我没有管他直接按了&#8221;ok&#8221;，紧接着有蹦出一条错误&#8221;Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable.&#8220;然后dropbox就启动不起来了，很奇怪的毛病，以前好像没碰到过，但既然有提示己跟着提示走。查了查资料，还确实有人和我碰到一样的情况。最后参考了一下这里的文章，把问题解决了。写在这里公大家参考，顺便做个笔记。 按着提示下载Dropbox daemon： 32bit: 这里 64bit: 这里 解压文件，解压出来的是隐藏文件，所以你可能看不到。 进入shell命令行，切换到你解压文件所在的位置。然后键入: /.dropbox-dist/dropboxd 好了，现在就ok了，可以顺利在ubuntu9.10下打开dropbox了。家里电脑比较陈旧所以我装的是9.10，在单位我装的是10.04，貌似就没碰到过类似问题，是ubuntu版本号陈旧遗留下的问题吗？迷惑ing&#8230; p.s: 如果你觉得dropbox不错，可以通过这个链接，注册下载使用dropbox，好处是你我都多250m的空间。（虽然没什么效果，但是不写出来还是有些不爽。） Related PostsDropbox扩容详尽指南(14) Set SSL Google as the Default Search Engine when using Pentadactyl in [...]]]></description>
			<content:encoded><![CDATA[<p>昨天在ubuntu9.10下安装dropbox出了问题：安装完后启动dropbox，提示我&#8221;<strong>in order to use dropbox you must download propritary daemon</strong>&#8220;，我没有管他直接按了&#8221;ok&#8221;，紧接着有蹦出一条错误&#8221;<strong>Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable.</strong>&#8220;然后dropbox就启动不起来了，很奇怪的毛病，以前好像没碰到过，但既然有提示己跟着提示走。查了查资料，还确实有人和我碰到一样的情况。最后参考了一下<a href="http://danielschultz.wordpress.com/2009/11/09/dropbox-behind-a-proxy/" target="_blank">这里</a>的文章，把问题解决了。写在这里公大家参考，顺便做个笔记。</p>
<div id="_mcePaste">
<ul>
<li>按着提示下载Dropbox daemon：<br />
32bit: <a href="http://www.dropbox.com/download?plat=lnx.x86" target="_blank">这里<br />
</a>64bit: <a href="http://www.dropbox.com/download?plat=lnx.x86_64" target="_blank">这里</a></li>
<li><a href="http://www.dropbox.com/download?plat=lnx.x86_64" target="_blank"></a>解压文件，解压出来的是隐藏文件，所以你可能看不到。</li>
<li>进入shell命令行，切换到你解压文件所在的位置。然后键入:<br />
<blockquote><p><code>/.dropbox-dist/dropboxd</code></p></blockquote>
</li>
</ul>
</div>
<div id="_mcePaste">好了，现在就ok了，可以顺利在ubuntu9.10下打开dropbox了。家里电脑比较陈旧所以我装的是9.10，在单位我装的是10.04，貌似就没碰到过类似问题，是ubuntu版本号陈旧遗留下的问题吗？迷惑ing&#8230;</div>
<div></div>
<hr />p.s: 如果你觉得dropbox不错，可以通过这个<a href="https://www.dropbox.com/referrals/NTEyMDcwMDg5" target="_blank">链接</a>，注册下载使用dropbox，好处是你我都多250m的空间。（虽然没什么效果，但是不写出来还是有些不爽。）</p>
<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/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>
<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/kill_the_processes_that_do_not_respond_in_ubuntu" title="在ubuntu内关闭没有响应的程序 2010.09.14">在ubuntu内关闭没有响应的程序</a>(2)</li>
<li><a href="http://blog.alwayst.info/how_to_install_-bin_files_in_ubuntu" title="How to Install .bin Files in Ubuntu 2010.06.1">How to Install .bin Files in Ubuntu</a>(0)</li>
<li><a href="http://blog.alwayst.info/how_to_add_swap_in_ubuntu" title="(译文)如何设置Ubuntu的swap区 2010.05.24">(译文)如何设置Ubuntu的swap区</a>(4)</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-achieve-ssh-automatic-re-connection" title="ubuntu下实现ssh自动重连 2009.12.19">ubuntu下实现ssh自动重连</a>(15)</li>
</ul><h3>Recent Comments</h3><ul></ul><hr />
<p><small>© T for <a href="http://blog.alwayst.info">知易行难,知行合一 (Walk the Talk)</a>, 2010. |
<a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu">Permalink</a> |
<a href="http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu#comments">One comment</a> 
<br/>
Post tags: <a href="http://blog.alwayst.info/tag/dropbox" rel="tag">dropbox</a>, <a href="http://blog.alwayst.info/tag/ubuntu" rel="tag">ubuntu</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.alwayst.info/troubleshoot_the_problem_of_install_dropbox_into_ubuntu/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

