<?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>Conner&#039;s Blog &#187; ubuntu</title>
	<atom:link href="http://connermccall.com/topic/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://connermccall.com</link>
	<description>asking questions and failing to answer them</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:24:08 +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>Build Conky From Source in Ubuntu</title>
		<link>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/</link>
		<comments>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:38:33 +0000</pubDate>
		<dc:creator>Conner</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[conky]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://connermccall.com/?p=122</guid>
		<description><![CDATA[I&#8217;ve been using conky for about a week now, and I kept noticing that it would use approximatly 1-5% of my cpu quite frequently.  Not that I don&#8217;t have the cpu cycles to spare, but that seemed a little goofy.  I messed around with the .conkyrc configuration file but it still seemed to take up [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a title="Conky's Home Page" href="http://conky.sourceforge.net/">conky</a> for about a week now, and I kept noticing that it would use approximatly 1-5% of my cpu quite frequently.  Not that I don&#8217;t have the cpu cycles to spare, but that seemed a little goofy.  I messed around with the .conkyrc configuration file but it still seemed to take up a bit too much of my cpu.</p>
<p>Falling back to my days of Gentoo, I decided that the best thing to try would be to build conky from source. Here are the steps I took on Ubuntu 8.04 amd64.  First I downloaded the source, this should be done from conky&#8217;s website.  I downloaded the latest version which is 1.5.  Then I extracted the source file I downloaded the .tar.bz file so I used the following command.</p>
<p style="padding-left: 30px;">tar -xjf conky-1.6.0.tar.bz2</p>
<p>I then moved into the directory created using cd</p>
<p style="padding-left: 30px;">cd conky-1.6.0/</p>
<p>These are the configure options I used.</p>
<p style="padding-left: 30px;">./configure &#8211;enable-wlan &#8211;enable-nvidia &#8211;enable-rss &#8211;enable-network</p>
<p>Conky&#8217;s configure is excellent, it runs quickly and gives you a list of all the options that have been enabled. Review this file and be sure that everything you want conky to be able to do is enabled.</p>
<p>Then run the compile</p>
<p style="padding-left: 30px;">make</p>
<p>Then Install</p>
<p style="padding-left: 30px;">sudo make install</p>
<p>There you are done and you should find conky runs smoother on your system.  Of course this isn&#8217;t guaranteed but it can&#8217;t hurt.</p>
    ]]></content:encoded>
			<wfw:commentRss>http://connermccall.com/20080728/build-conky-from-source-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
