<?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>Crazy&#039;s Blog &#187; Bash</title>
	<atom:link href="http://blog.crazytje.be/category/programming/bash-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazytje.be</link>
	<description></description>
	<lastBuildDate>Sun, 28 Aug 2011 13:37:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Create a Kickstart netinstall with CentOS</title>
		<link>http://blog.crazytje.be/create-a-kickstart-netinstall-with-centos/</link>
		<comments>http://blog.crazytje.be/create-a-kickstart-netinstall-with-centos/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 14:19:12 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[kickstart]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=202</guid>
		<description><![CDATA[After looking on the internet after a good kickstart guide, there was not one that helped me set up everything from start to end. I’m not one that likes to read allot. So after 10minutes together with Google the road to ‘the perfect kickstart’ started. This is what the target was: - Mount a small <a href='http://blog.crazytje.be/create-a-kickstart-netinstall-with-centos/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/create-a-kickstart-netinstall-with-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sqlite and postgres in bash</title>
		<link>http://blog.crazytje.be/sqlite-and-postgres-in-bash/</link>
		<comments>http://blog.crazytje.be/sqlite-and-postgres-in-bash/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 18:00:29 +0000</pubDate>
		<dc:creator>Crazy</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://blog.crazytje.be/?p=121</guid>
		<description><![CDATA[Recently I needed to query a postgres database and put some of the info in a sqlite database. At first I wondered how am I going to do that?, but it&#8217;s much much easier then you&#8217;d think it is. A small example of a bash script doing just that: #!/bin/bash export PGPASSWORD=mypassword psql=&#34;psql -h localhost <a href='http://blog.crazytje.be/sqlite-and-postgres-in-bash/'>[...]</a>]]></description>
		<wfw:commentRss>http://blog.crazytje.be/sqlite-and-postgres-in-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

