<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Totti的部落格]]></title> 
<link>https://iam.ittot.com/index.php</link> 
<description><![CDATA[记录我的生活，收集我的收集]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Totti的部落格]]></copyright>
<item>
<link>https://iam.ittot.com/read.php/.htm</link>
<title><![CDATA[Install Transmission on CentOS]]></title> 
<author>Totti &lt;totti5116@163.com&gt;</author>
<category><![CDATA[收集]]></category>
<pubDate>Fri, 01 Oct 2010 05:07:57 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	I often use Transmission as my torrent client on my MacBook, so I tried to install it on my VPS. Downloading torrents on your VPS have many benefits. You will be seeding from your VPS instead of your home computer, so your home internet connection will not be slowed. You will also be able to start the torrent on the VPS at night, and download it in the morning. Anyways, here’s the direction to install Transmission on CentOS.<br/><br/>Install the Necessary Packages<br/><br/>Building Transmission requires the following packages, so you will need to download it from the yum repository.<br/><br/>gcc <br/>cURL <br/>libevent <br/>intltool <br/>gettext <br/>yum install gcc curl curl-devel libevent libevent-devel intltool gettext<br/><br/>Download and Extract Transmission<br/><br/>The latest version of Transmission as of writing is 2.03. You can always grab the link to the latest version on Transmission’s download page. Note that the file name of the latest version may differ.<br/><br/>wget <a href="http://mirrors.m0k.org/transmission/files/transmission-2.03.tar.bz2Extract" target="_blank">http://mirrors.m0k.org/transmission/files/transmission-2.03.tar.bz2Extract</a> the package now:<br/><br/>tar -xvf transmission-2.03.tar.bz2Installing Transmission<br/>To begin the installation, go inside the Transmission folder:<br/><br/>cd transmission-2.03Here’s the fun part. You’re going to run the configure script and make! Afterwards, you’ll just run make install and you’ll be done!<br/><br/>./configure -q && make -s<br/>make install<br/><br/>Conclusion<br/><br/>Congratulations! You have successfully installed Transmission! Now, run the following command to view Transmission’s help guide:<br/><br/>transmissioncli -hI prefer Transmission over the variety of torrent clients, since Transmission uses much less memory and CPU that many others, and has a simple installation process. In a few days, I will go over the process of setting up Transmission’s web interface.<br/>
]]>
</description>
</item><item>
<link>https://iam.ittot.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] Install Transmission on CentOS]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://iam.ittot.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>