<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[静怡家园]]></title> 
<link>http://www.zhanghaijun.com/index.php</link> 
<description><![CDATA[书山有路勤为径，学海无涯苦作舟！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[静怡家园]]></copyright>
<item>
<link>http://www.zhanghaijun.com/post//</link>
<title><![CDATA[centos编译安装htop]]></title> 
<author>碟舞飞扬 &lt;webmaster@zhanghaijun.com&gt;</author>
<category><![CDATA[Linux技术]]></category>
<pubDate>Sat, 10 Mar 2012 17:33:25 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//</guid> 
<description>
<![CDATA[ 
	一、下载需要的文件<br/>wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz<br/>wget http://downloads.sourceforge.net/project/htop/htop/1.0.1/htop-1.0.1.tar.gz<br/><br/>二、编译安装<br/><div class="code"><br/>tar xvfz ncurses-5.9.tar.gz<br/>cd ncurses-5.9<br/>./configure<br/>make<br/>make install<br/><br/>tar xzvf htop-1.0.1.tar.gz<br/>cd htop-1.0.1<br/>./configure<br/>make<br/>make install<br/></div><br/>Tags - <a href="http://www.zhanghaijun.com/tags/htop/" rel="tag">htop</a> , <a href="http://www.zhanghaijun.com/tags/linux/" rel="tag">linux</a>
]]>
</description>
</item><item>
<link>http://www.zhanghaijun.com/post//#blogcomment</link>
<title><![CDATA[[评论] centos编译安装htop]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>