<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kibet&#039;s Brain Leaks</title>
	<atom:link href="http://kibyegon.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kibyegon.wordpress.com</link>
	<description>When Kibet&#039;s brain leaks, the drops fall here</description>
	<lastBuildDate>Mon, 23 Jan 2012 09:35:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kibyegon.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kibet&#039;s Brain Leaks</title>
		<link>http://kibyegon.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kibyegon.wordpress.com/osd.xml" title="Kibet&#039;s Brain Leaks" />
	<atom:link rel='hub' href='http://kibyegon.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Demystifying Rails Render</title>
		<link>http://kibyegon.wordpress.com/2012/01/06/demystifying-rails-render/</link>
		<comments>http://kibyegon.wordpress.com/2012/01/06/demystifying-rails-render/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 09:39:05 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rails 3]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=224</guid>
		<description><![CDATA[I have seen quite a number of rails programmers getting confused when they use render with :action. For instance your typical edit and update actions, def edit @post = Post.find(params[:id]) @tags = @post.tags respond_to do &#124;format&#124; format.html end end def update @post = Post.find(params[:id]) if @post.update_attributes(params[:post]) redirect_to(@post) else render :action =&#62; :edit end end You&#8217;d [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=224&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2012/01/06/demystifying-rails-render/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Gedit as a Ruby IDE</title>
		<link>http://kibyegon.wordpress.com/2011/11/15/using-gedit-as-a-ruby-ide/</link>
		<comments>http://kibyegon.wordpress.com/2011/11/15/using-gedit-as-a-ruby-ide/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 06:33:56 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=182</guid>
		<description><![CDATA[For a long time I have been a Netbeans &#8216;person&#8217; when it comes to Ruby IDEs. However when Oracle announced that they will discontinue Ruby support for Netbeans, I decided to start looking for alternatives instead of ranting how Darth Ellison is screwing the OSS community in his quest to rule the interwebs. I went [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=182&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2011/11/15/using-gedit-as-a-ruby-ide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2011/11/gedit.png?w=300" medium="image">
			<media:title type="html">gedit</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2011/11/gedit21.png?w=300" medium="image">
			<media:title type="html">gedit2</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying multiple rails apps on Apache using Phusion Passenger</title>
		<link>http://kibyegon.wordpress.com/2010/06/23/deploying-multiple-rails-apps-on-apache-using-phusion-passenger/</link>
		<comments>http://kibyegon.wordpress.com/2010/06/23/deploying-multiple-rails-apps-on-apache-using-phusion-passenger/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:26:50 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=154</guid>
		<description><![CDATA[Phusion Passenger (a.k.a mod_rails) is an open-source Apache module that makes deploying rails apps as easy as falling off a log. Its got cool features like deploying multiple rails applications on a single server and is pretty well documented. This guide aims to get your basic rails application up and running on a linux box [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=154&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2010/06/23/deploying-multiple-rails-apps-on-apache-using-phusion-passenger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
		<item>
		<title>How to install Git on Ubuntu Lucid (10.04)</title>
		<link>http://kibyegon.wordpress.com/2010/05/13/how-to-install-git-on-ubuntu-lucid-10-04/</link>
		<comments>http://kibyegon.wordpress.com/2010/05/13/how-to-install-git-on-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Thu, 13 May 2010 06:36:27 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=118</guid>
		<description><![CDATA[I&#8217;m sure there are tons of blogs out there on the same subject. This is just like a reference for me and others out there who might stumble upon this post. Note that what I have documented here is what worked for me. At the time of writing the latest GIT version was 1.7.1 First [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=118&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2010/05/13/how-to-install-git-on-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2010/05/git.png" medium="image">
			<media:title type="html">git</media:title>
		</media:content>
	</item>
		<item>
		<title>How to download and play your favourite flash game offline</title>
		<link>http://kibyegon.wordpress.com/2010/04/06/89/</link>
		<comments>http://kibyegon.wordpress.com/2010/04/06/89/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 08:24:03 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[flash games casual gaming offline download]]></category>
		<category><![CDATA[play]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=89</guid>
		<description><![CDATA[Recently I&#8217;ve been digging casual gaming (my college days are over). Though I dont get much of a chance to play these games during weekdays. Weekends is when I get the time to do some casual gaming. I&#8217;m a sucker for all flavours of strategy games and there are quite some decent flash strategy games [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=89&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2010/04/06/89/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2010/04/sonny.gif?w=260" medium="image">
			<media:title type="html">sonny</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2010/04/sonny2.png?w=300" medium="image">
			<media:title type="html">sonny2</media:title>
		</media:content>
	</item>
		<item>
		<title>perl: warning: setting locale failed error solution</title>
		<link>http://kibyegon.wordpress.com/2010/01/21/perl-warning-setting-locale-failed-error-solution/</link>
		<comments>http://kibyegon.wordpress.com/2010/01/21/perl-warning-setting-locale-failed-error-solution/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:55:04 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=81</guid>
		<description><![CDATA[I have been getting this error while restarting Nagios and I have quite ignored it for some time until when I needed to install some nagios plugins which made me to look for a solution out there for this problem. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=81&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2010/01/21/perl-warning-setting-locale-failed-error-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
		<item>
		<title>gcc configure error: C compiler cannot create executables</title>
		<link>http://kibyegon.wordpress.com/2010/01/21/gcc-configure-error-c-compiler-cannot-create-executables/</link>
		<comments>http://kibyegon.wordpress.com/2010/01/21/gcc-configure-error-c-compiler-cannot-create-executables/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:38:26 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=74</guid>
		<description><![CDATA[While doing an installation of PNP4Nagios from source on an Ubuntu Intrepid box I came across the following error while trying to compile it by doing a &#8220;./configure&#8221; configure:2825: error: C compiler cannot create executables See `config.log' for more details. I therefore read a few blogs and tried several ideas on how to solve this. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=74&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2010/01/21/gcc-configure-error-c-compiler-cannot-create-executables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
		<item>
		<title>Running a shell script as root without password prompt</title>
		<link>http://kibyegon.wordpress.com/2009/12/02/running-a-shell-script-as-root-without-password-prompt/</link>
		<comments>http://kibyegon.wordpress.com/2009/12/02/running-a-shell-script-as-root-without-password-prompt/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 09:35:19 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=28</guid>
		<description><![CDATA[Recently I had a rather daunting task of writing a bash script to update a remote linux box (Ubuntu) via ftp. The person with the linux box needed to execute the script via a desktop launcher. After diving into various forums and blogs, I came up with this solution. Therefore this HOWTO aims to describe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=28&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2009/12/02/running-a-shell-script-as-root-without-password-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
		<item>
		<title>Watch Star Wars on command line via telnet</title>
		<link>http://kibyegon.wordpress.com/2009/11/25/watch-star-wars-ascii-animation-via-telnet/</link>
		<comments>http://kibyegon.wordpress.com/2009/11/25/watch-star-wars-ascii-animation-via-telnet/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 06:40:59 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/?p=11</guid>
		<description><![CDATA[The other day while I was looking for cool Darth Vader wallpapers I came across an interesting article on how you can watch Star Wars Episode IV on command line via telnet. This is a must watch. The animation was originally created by a guy named Simon Jensen who seems to have loads of time, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=11&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2009/11/25/watch-star-wars-ascii-animation-via-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2009/11/screenshot-terminal-1.png?w=300" medium="image">
			<media:title type="html">Screenshot-Terminal-1</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2009/11/screenshot-terminal-2.png?w=300" medium="image">
			<media:title type="html">Screenshot-Terminal-2</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2009/11/screenshot-terminal-5.png?w=300" medium="image">
			<media:title type="html">Screenshot-Terminal-5</media:title>
		</media:content>

		<media:content url="http://kibyegon.files.wordpress.com/2009/11/screenshot-terminal-6.png?w=300" medium="image">
			<media:title type="html">Screenshot-Terminal-6</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitoring Network Services with Nagios 3 on Ubuntu &#8211; Part 1 of 2</title>
		<link>http://kibyegon.wordpress.com/2009/10/22/basic_nagios3_installation_and_configuration/</link>
		<comments>http://kibyegon.wordpress.com/2009/10/22/basic_nagios3_installation_and_configuration/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:37:00 +0000</pubDate>
		<dc:creator>kibyegon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[configure nagios]]></category>
		<category><![CDATA[install nagios]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://kibyegon.wordpress.com/2009/10/22/basic_nagios3_installation_and_configuration/</guid>
		<description><![CDATA[Nagios is a popular and powerful open-source network monitoring system that can be used to monitor network servers and devices. It can send notification messages when network servers go offline by monitoring protocols like HTTP, FTP, SMTP, PING, SNMP and others. Another great feature of Nagios is the web interface that use CGIs written in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kibyegon.wordpress.com&amp;blog=10060714&amp;post=1&amp;subd=kibyegon&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kibyegon.wordpress.com/2009/10/22/basic_nagios3_installation_and_configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d071ab3b1a56ebe43df404356331163?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kibyegon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
