<?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>BizSmooth——企顺学校博客 &#187; ctorrent</title>
	<atom:link href="http://blog.bizsmooth.com/?feed=rss2&#038;tag=ctorrent" rel="self" type="application/rss+xml" />
	<link>http://blog.bizsmooth.com</link>
	<description>企顺学校老师和同学们的交流园地</description>
	<lastBuildDate>Wed, 04 Feb 2026 12:22:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>linux中利用ctorrent来下载需要的资源。</title>
		<link>http://blog.bizsmooth.com/?p=362</link>
		<comments>http://blog.bizsmooth.com/?p=362#comments</comments>
		<pubDate>Fri, 07 Jan 2011 09:41:52 +0000</pubDate>
		<dc:creator>李 伟斌</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[操作系统]]></category>
		<category><![CDATA[BT]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ctorrent]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[下载]]></category>
		<category><![CDATA[企顺]]></category>
		<category><![CDATA[种子]]></category>
		<category><![CDATA[编译]]></category>

		<guid isPermaLink="false">http://blog.bizsmooth.org/?p=362</guid>
		<description><![CDATA[今天由于有个实验需要利用centos系统，而手头的镜像不知什么时候给不小心删除了。因此我访问到WWW.CENTOS.ORG官方的下载点，想要下载一个CentOS5.5的DVD镜像文件，可是发现在离我距离最近的站点，http://mirrors.163.com/centos/5.5/isos/x86_64/ 里面竟然是个torrent种子。。要是在家里，那肯定没有问题，直接迅雷给力下载。可是我是在办公室，网络的带宽资源有限，而且公司防火墙策略中已经彻底禁止了BT下载，灭了我想利用公司资源下载的想法。怎么办呢？难道就不下载了吗？实验还是需要这个镜像的呀！那该怎么办？我突然想起我家里还通过花生壳绑定了一个服务器，这个服务器我可以通过远程登录上去进行操作，于是我就快速登录到这个服务器上，当然，利用的是SecureCRT这个软件啦。登录上去后，立刻用利用wget命令执行下载将这个种子下载下来。 $ wget http://mirrors.163.com/centos/5.5/isos/x86_64/CentOS-5.5-x86_64-bin-DVD.torrent 居然没有用几秒就下载完了。机器上多了一个文件CentOS-5.5-x86_64-bin-DVD.torrent 可是我要的是镜像啊，只有种子肯定不行。我想到了曾经在linux下用过BT下载工具，叫做ctorrent，安装方便，实用便利。于是就谷歌了一下，找到其官方站点：http://www.rahul.net/dholmes/ctorrent/ctorrent-1.3.4-dnh2.2.tar.gz 下载了该软件。 当然你也可以通过sourceforge去找，我一般都是直接找官方站点比较靠谱。呵呵 下载方法一样，也是利用wget，如下： $ wget http://www.rahul.net/dholmes/ctorrent/ctorrent-1.3.4-dnh2.2.tar.gz 下载完了就是解压： $tar -xf ctorrent-1.3.4-dnh2.2.tar.gz 然后进入到解压出来的目录中： $ cd ctorrent-1.3.4-dnh2.2 进去后我准备实现编译安装，可是突然忘记了我这台服务器上是否安装了开发工具包和开发工具库文件。所以利用gcc -v命令查询。发现当时安装时候正确的选择，出现如下图表示你的系统支持编译安装软件。 接着，执行configure生成编译环境 $ ./configure --prefix=/usr/local/ctorrent 完成后执行make和make install编译安装。 $make &#38;&#38; make install 安装完成后在/usr/local/ctorrent目录下有个bin文件夹，里面有个ctorrent就成功了 接着为了方便使用，我利用export命令将新装的软件目录变成全局环境变量目录： $ cd /usr/local/ctorrent/bin [yoyojacky@yoyojacky bin]$ export &#8230; <a href="http://blog.bizsmooth.com/?p=362">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.bizsmooth.com/?feed=rss2&amp;p=362</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
