<?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>MAXidea的Blog佬世界 &#187; 6000FS</title>
	<atom:link href="http://www.maxidea.com/tag/6000fs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maxidea.com</link>
	<description>LAMP Expert (美国主机)</description>
	<lastBuildDate>Tue, 26 Jul 2011 15:53:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Airlive 6000FS安装Transmission 1.72/1.73/DHT混合版，BT速度真是快</title>
		<link>http://www.maxidea.com/2009/08/12/201</link>
		<comments>http://www.maxidea.com/2009/08/12/201#comments</comments>
		<pubDate>Tue, 11 Aug 2009 18:04:26 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[Blog佬生活]]></category>
		<category><![CDATA[网络技术]]></category>
		<category><![CDATA[6000FS]]></category>
		<category><![CDATA[Airlive]]></category>
		<category><![CDATA[Anywlan]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[Transmission]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=201</guid>
		<description><![CDATA[今天被anywlan的版主Lintel批评：有transmission 不用，你用rtorrent 0.6.4 !
回家面壁~  
~看来俺真是老了，跟不上潮流鸟。
于是继续学习，参考了<a href="http://www.anywlan.com/bbs/thread-32477-1-1.html" target="_blank">kubu的transmission 1.72</a>，<a href="http://www.anywlan.com/bbs/thread-35097-2-1.html" target="_blank">Superpp的transmission资源贴</a>，还有<a href="http://www.anywlan.com/bbs/thread-35097-1-1.html" target="_blank">Lintel版主[......]</a><p class='read-more'><a href='http://www.maxidea.com/2009/08/12/201'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>今天被anywlan的版主Lintel批评：有transmission 不用，你用rtorrent 0.6.4 !</p>
<p>回家面壁~  </p>
<p>~看来俺真是老了，跟不上潮流鸟。</p>
<p>于是继续学习，参考了<a href="http://www.anywlan.com/bbs/thread-32477-1-1.html" target="_blank">kubu的transmission 1.72</a>，<a href="http://www.anywlan.com/bbs/thread-35097-2-1.html" target="_blank">Superpp的transmission资源贴</a>，还有<a href="http://www.anywlan.com/bbs/thread-35097-1-1.html" target="_blank">Lintel版主的transmission-1.73.886资源</a>，于是自己做了一个混合版出来（我的所谓混合版，就是不跑在拓展版的固件上，而是直接跑在Airlive 6000FS上，混合几种Lib的山寨产品） 用Ubuntu的测试种子在GUI下，看到速度保持在100KB/s ~ 200KB/s 左右，最高峰时可达260KB/s，十分不错， 此时我盒子里的rtorrent 0.6.4 还在下载另一个BT，我Laptop上的比特精灵也在下另外三个BT文件，大家共用2M的电信ADSL，速度还是很快！我觉得我真疯狂了～<br />
<img src="http://www.maxidea.com/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_xCXr9rfympY%2FSoGuCu8nArI%2FAAAAAAAALsE%2FIo2Mn584kLc%2Fs400%2Fgui.gif.jpg" alt="" /></p>
<p>有兴趣的同学可以在这里下载<a href="http://www.maxidea.com/other/transmission-bt.tar">我的Transmission bt文件夹tar压缩包</a> [19.5MB]，具体使用方式请参考<a href="http://www.anywlan.com/bbs/thread-32477-1-1.html" target="_blank">kubu的transmission 1.72</a></p>
<p>由于我这个做得比较山寨，推荐用<a href="http://code.google.com/p/transmisson-remote-gui/" target="_blank">transmisson-remote-gui</a>来管理。</p>
<p>另外我的启动文件是使用/mnt/C/run.sh，基本与各位使用的autoexec代码一样：</p>
<p>#!/bin/sh<br />
mkdir -p /opt/i386-linux<br />
cd /opt/i386-linux<br />
ln -s /mnt/C/bt/share share</p>
<p>外加一个start-tm.sh 和stop-tm.sh来管理启动和关闭，因为盒子里同时存在Rtorrent和Mldonkey，每种我都建立了一个脚本：</p>
<p>start-tm.sh :<br />
#!/bin/sh<br />
export LD_LIBRARY_PATH=/mnt/C/bt/lib<br />
/mnt/C/bt/bin/transmission-daemon -g /mnt/C/bt</p>
<p>stop-tm.sh:<br />
#!/bin/sh<br />
killall transmission-daemon</p>
<p>我的/mnt/C/下的文件夹和文件如下图：（比较混乱比较山寨，请勿模仿）<br />
<img src="http://www.maxidea.com/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_xCXr9rfympY%2FSoGuCCriabI%2FAAAAAAAALsA%2FtYQiUnIpH0s%2Fs800%2Fls.gif.jpg" alt="" /></p>
<p>好，今晚到此为止，希望大家继续多多指教！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2009/08/12/201/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SMC的BT盒：终于完成rtorrent+mldonkey+USB散热扇！</title>
		<link>http://www.maxidea.com/2009/08/11/195</link>
		<comments>http://www.maxidea.com/2009/08/11/195#comments</comments>
		<pubDate>Tue, 11 Aug 2009 04:09:50 +0000</pubDate>
		<dc:creator>maxidea</dc:creator>
				<category><![CDATA[Blog佬生活]]></category>
		<category><![CDATA[网络技术]]></category>
		<category><![CDATA[6000FS]]></category>
		<category><![CDATA[Anywlan]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[mldonkey]]></category>
		<category><![CDATA[rtorrent]]></category>
		<category><![CDATA[sancho]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[SMC]]></category>

		<guid isPermaLink="false">http://www.maxidea.com/?p=195</guid>
		<description><![CDATA[在Anywlan的<a href="http://www.anywlan.com/bbs/forum-77-1.html" target="_blank">SMC盒子区</a>学习多月，终于在本月下决心买了一个<a href="http://item.taobao.com/auction/item_detail.jhtml?item_id=8d45121f474f14bfa64f1a4a77bc5fdf&#38;x_id=0db2" target="_blank">airlive的6000FS盒子</a>，加了三星的40GB IDE盘，用了airlive的内置程序WEB界面BT下载只有20KB/s，破解了100KB/s限制后，速度无明显提高（可能是种子速度没超过100KB/s？） 于是昨天开始决心安装ml[......]<p class='read-more'><a href='http://www.maxidea.com/2009/08/11/195'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p>在Anywlan的<a href="http://www.anywlan.com/bbs/forum-77-1.html" target="_blank">SMC盒子区</a>学习多月，终于在本月下决心买了一个<a href="http://item.taobao.com/auction/item_detail.jhtml?item_id=8d45121f474f14bfa64f1a4a77bc5fdf&amp;x_id=0db2" target="_blank">airlive的6000FS盒子</a>，加了三星的40GB IDE盘，用了airlive的内置程序WEB界面BT下载只有20KB/s，破解了100KB/s限制后，速度无明显提高（可能是种子速度没超过100KB/s？） 于是昨天开始决心安装mldonkey试试，对比起rtorrent，mldonkey真是比较容易安装，最少我做了Linux近10年了，还是觉得rtorrent有点太复杂了。</p>
<p>mldonkey的安装基本按照<a href="http://www.anywlan.com/bbs/thread-18766-1-2.html" target="_blank">Lintel版主的指南</a>很快安装好了，配上sancho，用BT的种子下载速度只有几个KB/s，verycd的电驴地址下载速度是20~50KB/s左右。</p>
<p>觉得不太理想，于是继续找，找到<a href="http://www.anywlan.com/BBS/archiver/tid-25204.html" target="_blank">windf100的rtorrent傻瓜式安装教程</a>，再看了里面引用的<a href="http://www.anywlan.com/bbs/thread-18052-1-5.html" target="_blank">Lintel版主的Debian安装说明</a>，心中的迷团立即解开了！原来是chroot来运行，怪不得！</p>
<p>这里不得不佩服和感谢Lintel版主分享的经验！</p>
<p>这里出现一个小插曲，我用apt-get这么久都没遇到过，出现GPG error了，一Google，原来是要如此解决（留意粗体字部分）：</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;无耻的分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
apt-get update出错信息：<br />
W: GPG error: http://ftp.us.debian.org etch Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY <span style="font-weight: bold;">9AA38DCD55BE302B </span>（每台机器上的KEY都不一样）<br />
W: You may want to run apt-get update to correct these problems</p>
<p>然后要用以下命令（这里要用你机器的KEY）：<br />
gpg &#8211;keyserver <span style="font-weight: bold;">wwwkeys.eu.pgp.net</span> &#8211;recv-keys <span style="font-weight: bold;">9AA38DCD55BE302B</span><br />
gpg &#8211;armor &#8211;export <span style="font-weight: bold;">9AA38DCD55BE302B</span> | apt-key add -</p>
<p>然后再apt-get update就成功了。<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-无耻的分割线&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>最后，按照<a href="http://www.anywlan.com/bbs/thread-24209-1-1.html" target="_blank">csclee兄弟的rtorrent+screen安装教程</a>，终于把rtorrent安装好了！</p>
<p>在screen里看到，同一BT的下载速度有超过120KB/s的了！</p>
<p>在此十分感谢论坛上各份兄弟的经验分享！</p>
<p>最后上图一张，也是昨天的DIY，用一条USB线+CPU风扇和散热片做出来的，散热效果十分不错！<br />
<img src="http://www.maxidea.com/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_xCXr9rfympY%2FSoDcq6doi4I%2FAAAAAAAALq8%2FB7AQXZsTI4w%2Fs400%2FIMAG0185ok.jpg" alt="山斋" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxidea.com/2009/08/11/195/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

