<?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>Tyler Perroux &#187; BASH Script</title>
	<atom:link href="http://tylerperroux.com/cat/programming/bash-script/feed" rel="self" type="application/rss+xml" />
	<link>http://tylerperroux.com</link>
	<description>Guru&#039;s Suck. How BIG can you think?</description>
	<lastBuildDate>Thu, 15 Jul 2010 05:51:10 +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>Count total number of lines in a project.</title>
		<link>http://tylerperroux.com/count-total-number-of-lines-in-a-project.html</link>
		<comments>http://tylerperroux.com/count-total-number-of-lines-in-a-project.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:51:29 +0000</pubDate>
		<dc:creator>Tyler Perroux</dc:creator>
				<category><![CDATA[BASH Script]]></category>
		<category><![CDATA[Buddies]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[count lines]]></category>
		<category><![CDATA[line]]></category>

		<guid isPermaLink="false">http://tylerperroux.com/2009/08/10/count-total-number-of-lines-in-a-project/</guid>
		<description><![CDATA[Just in case you are interested in seeing how much time you have really spent on a project, this little *nix command will look through all directories, and files in your current directory, and count up the number of lines. It will then spit out how many lines there are. find . -type f -exec [...]]]></description>
		<wfw:commentRss>http://tylerperroux.com/count-total-number-of-lines-in-a-project.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2 Subdomains in Ubuntu with GoDaddy</title>
		<link>http://tylerperroux.com/apache-2-subdomains-in-ubuntu-with-godaddy.html</link>
		<comments>http://tylerperroux.com/apache-2-subdomains-in-ubuntu-with-godaddy.html#comments</comments>
		<pubDate>Thu, 16 Jul 2009 00:46:06 +0000</pubDate>
		<dc:creator>Tyler Perroux</dc:creator>
				<category><![CDATA[BASH Script]]></category>
		<category><![CDATA[GDI]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://tylerperroux.com/?p=153</guid>
		<description><![CDATA[Well on days like this, where god only knows whats wrong, you begin to wonder. Why the hell does DNS hate me. For some reason, I believe that this is why I have always perfered an outside host(like BlueHost). I feel as if this keeps my stress level to a minimum, and allows me some [...]]]></description>
		<wfw:commentRss>http://tylerperroux.com/apache-2-subdomains-in-ubuntu-with-godaddy.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Issues with corrupt packages in Ubuntu APT-GET</title>
		<link>http://tylerperroux.com/issues-with-corrupt-packages-in-ubuntu-apt-get.html</link>
		<comments>http://tylerperroux.com/issues-with-corrupt-packages-in-ubuntu-apt-get.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 06:03:19 +0000</pubDate>
		<dc:creator>Tyler Perroux</dc:creator>
				<category><![CDATA[BASH Script]]></category>
		<category><![CDATA[Buddies]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tylerperroux.com/2009/03/19/issues-with-corrupt-packages-in-ubuntu-apt-get/</guid>
		<description><![CDATA[Well this is one of the most annoying problems I have encountered yet. It seems that when you are administering your server from another computer(ex. Window$ PuTTY) and you close it down before you say yes to installing/purging/removing you can get a corrupt package which will then screw you over in the long run. After [...]]]></description>
		<wfw:commentRss>http://tylerperroux.com/issues-with-corrupt-packages-in-ubuntu-apt-get.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
