<?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; SMC</title>
	<atom:link href="http://www.maxidea.com/tag/smc/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>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>

