<?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>Utoxin&#039;s Random Insanity &#187; Linux</title>
	<atom:link href="http://www.utoxin.name/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utoxin.name</link>
	<description>Random ramblings from the depths of my mind...</description>
	<lastBuildDate>Wed, 31 Aug 2011 21:07:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CakePHP + Symlinks = Pain</title>
		<link>http://www.utoxin.name/2011/06/cakephp-symlinks-pain/</link>
		<comments>http://www.utoxin.name/2011/06/cakephp-symlinks-pain/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 19:07:45 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=181</guid>
		<description><![CDATA[<a href="http://www.utoxin.name/2011/06/cakephp-symlinks-pain/" title="CakePHP + Symlinks = Pain"></a>Now that I&#8217;ve had a day or so to recover, I&#8217;m going to tell you about what I just spent 2-3 weeks trying to resolve. By way of explanation, our main product at work is a CakePHP based CMS application. &#8230;<p class="read-more"><a href="http://www.utoxin.name/2011/06/cakephp-symlinks-pain/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.utoxin.name/2011/06/cakephp-symlinks-pain/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Screening files on push in a git repo</title>
		<link>http://www.utoxin.name/2010/10/screening-files-on-push-in-a-git-repo/</link>
		<comments>http://www.utoxin.name/2010/10/screening-files-on-push-in-a-git-repo/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 20:14:22 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=164</guid>
		<description><![CDATA[<a href="http://www.utoxin.name/2010/10/screening-files-on-push-in-a-git-repo/" title="Screening files on push in a git repo"></a>I recently had the need to make sure that files that were pushed to a git repository had a required string in them. It took a few hours, but here&#8217;s what I came up with to do it: #!/bin/sh &#160; &#8230;<p class="read-more"><a href="http://www.utoxin.name/2010/10/screening-files-on-push-in-a-git-repo/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/10/screening-files-on-push-in-a-git-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Randomized .signature file</title>
		<link>http://www.utoxin.name/2010/04/randomized-signature-file/</link>
		<comments>http://www.utoxin.name/2010/04/randomized-signature-file/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 17:27:26 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=126</guid>
		<description><![CDATA[<a href="http://www.utoxin.name/2010/04/randomized-signature-file/" title="Randomized .signature file"></a>Here&#8217;s a quicky. I like to have a random quote in my signature, but most mail clients only read a static file, and trying to fool them with a command pipe socket is tricky, and often has other issues. So &#8230;<p class="read-more"><a href="http://www.utoxin.name/2010/04/randomized-signature-file/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/04/randomized-signature-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CakePHP mod_rewrite optimization</title>
		<link>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/</link>
		<comments>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:46:52 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=102</guid>
		<description><![CDATA[<a href="http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/" title="CakePHP mod_rewrite optimization"></a>CakePHP is great, but the default installation has a performance issue that is very easy to resolve, and should be fixed in any production installation of a CakePHP application. The solution is very simple. In the default install, there is &#8230;<p class="read-more"><a href="http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.utoxin.name/2010/02/cakephp-mod_rewrite-optimization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gnome still wins</title>
		<link>http://www.utoxin.name/2009/02/gnome-still-wins/</link>
		<comments>http://www.utoxin.name/2009/02/gnome-still-wins/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:53:34 +0000</pubDate>
		<dc:creator>Utoxin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://www.utoxin.name/?p=57</guid>
		<description><![CDATA[<a href="http://www.utoxin.name/2009/02/gnome-still-wins/" title="Gnome still wins"></a>One of my friends convinced me to try out KDE again. I&#8217;ve never been real settled on a window manager for Linux, alternating between Gnome, KDE, and other random &#8216;lightweight&#8217; WMs. But, I figured I&#8217;d give KDE another shot since &#8230;<p class="read-more"><a href="http://www.utoxin.name/2009/02/gnome-still-wins/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.utoxin.name/2009/02/gnome-still-wins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

