<?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>I&#039;m Darren, I&#039;m a Ruby on Rails developer and web guru, I live in Parksville/Qualicum Beach and this is my website &#187; unix</title>
	<atom:link href="http://headfirstproductions.ca/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://headfirstproductions.ca</link>
	<description>Building web applications and web sites with Ruby on Rails, Ajax, HTML5, CSS3 and new age technologies since forever ago</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starting MySQL ERROR! Manager of pid-file quit without updating file</title>
		<link>http://headfirstproductions.ca/starting-mysql-error-manager-of-pid-file-quit-without-updating-file/</link>
		<comments>http://headfirstproductions.ca/starting-mysql-error-manager-of-pid-file-quit-without-updating-file/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 19:44:37 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=751</guid>
		<description><![CDATA[This error is a chown issue. I recently saw that my home brew directory was owned by root somehow and without thinking ran $ sudo chown -R $USER /usr/local/ which really probably messed more than just mysql owner privileges. However this is just about fixing mysql so it would boot up again. First I ran [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/starting-mysql-error-manager-of-pid-file-quit-without-updating-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Completely remove a file or directory from all revisions in a git repository</title>
		<link>http://headfirstproductions.ca/completely-remove-a-file-or-directory-from-all-revisions-in-a-git-repository/</link>
		<comments>http://headfirstproductions.ca/completely-remove-a-file-or-directory-from-all-revisions-in-a-git-repository/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 00:11:41 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=653</guid>
		<description><![CDATA[I&#8217;ve accidentally added files and directories into my git repository before and forgot that I did. Then a few days later was swearing and cursing. After a pile of google searching I&#8217;ve found a couple resolutions for these problems that have and are working perfect for me. First I take no responsibility for your actions [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/completely-remove-a-file-or-directory-from-all-revisions-in-a-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better alias for Ruby on Rails script/server and TextMate mate app</title>
		<link>http://headfirstproductions.ca/better-alias-for-ruby-on-rails-scriptserver-and-textmate-mate-app/</link>
		<comments>http://headfirstproductions.ca/better-alias-for-ruby-on-rails-scriptserver-and-textmate-mate-app/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:35:26 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=321</guid>
		<description><![CDATA[Just the other day I was browsing through some railscasts from Ryan Bates and noticed he was starting his server with &#8220;ss&#8221;. It made me pissed that I hadn&#8217;t thought of doing that before, I guess because I was so comfortable cd ~/Sites/appname and script/server. So I first wrote some aliases like Ryan&#8217;s &#8220;ss&#8221;, but [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/better-alias-for-ruby-on-rails-scriptserver-and-textmate-mate-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Safari renders blank page with Ruby on Rails 2.3 &gt;</title>
		<link>http://headfirstproductions.ca/safari-renders-blank-page-with-ruby-on-rails-23/</link>
		<comments>http://headfirstproductions.ca/safari-renders-blank-page-with-ruby-on-rails-23/#comments</comments>
		<pubDate>Fri, 29 May 2009 21:13:13 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=234</guid>
		<description><![CDATA[If you have upgraded your Rails to version 2.3 you might notice Safari renders a blank page when you access your localhost to view your app. Apparently it&#8217;s because the newer versions of Rails don&#8217;t work well with older versions of Mongrel. The fix is simple: sudo gem update mongrel (Powered by LaunchBit)<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/safari-renders-blank-page-with-ruby-on-rails-23/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing ImageMagick on Mac OS X Leopard</title>
		<link>http://headfirstproductions.ca/installing-imagemagick-on-mac-os-x-leopard/</link>
		<comments>http://headfirstproductions.ca/installing-imagemagick-on-mac-os-x-leopard/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 00:13:09 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/?p=210</guid>
		<description><![CDATA[I recently just got the 24inch iMac and had to undergo the massive task of porting over everything from my MacBookPro. This included installing all the needed custom installs of Ruby, Rails, ImageMagick, RMagick, MySQL and configuring everything to work properly. I had the most trouble with ImageMagick, although it wasn&#8217;t that hard It still [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/installing-imagemagick-on-mac-os-x-leopard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling a custom php5 install with ming on dreamhost</title>
		<link>http://headfirstproductions.ca/compiling-a-custom-php5-install-with-ming-on-dreamhost/</link>
		<comments>http://headfirstproductions.ca/compiling-a-custom-php5-install-with-ming-on-dreamhost/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 20:11:11 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[ming]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/compiling-a-custom-php5-install-with-ming-on-dreamhost/</guid>
		<description><![CDATA[Due to recent developing using php Ming library for creating Flash, I was forced to figure out how to do a custom php5 install on my Dreamhost account. It actually wasn&#8217;t hard at all considering they have well written instructions on the Dreamhost wiki. However this custom install described there doesn&#8217;t include the Ming component [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/compiling-a-custom-php5-install-with-ming-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten OS X Command Line Utilities you might not know about</title>
		<link>http://headfirstproductions.ca/ten-os-x-command-line-utilities-you-might-not-know-about/</link>
		<comments>http://headfirstproductions.ca/ten-os-x-command-line-utilities-you-might-not-know-about/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 19:30:59 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/ten-os-x-command-line-utilities-you-might-not-know-about/</guid>
		<description><![CDATA[Found a site that has some cool terminal commands. The sites called OS X Daily. My favorite command was &#8220;top&#8221; which will show you in your terminal window all your computers cpu usages and more. (Powered by LaunchBit)<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/ten-os-x-command-line-utilities-you-might-not-know-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automate your mysql backups</title>
		<link>http://headfirstproductions.ca/automate-your-mysql-backups/</link>
		<comments>http://headfirstproductions.ca/automate-your-mysql-backups/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 03:04:20 +0000</pubDate>
		<dc:creator>Darren Terhune</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://headfirstproductions.ca/blog/automate-your-mysql-backups/</guid>
		<description><![CDATA[Here&#8217;s a way for you to backup your mysql databases automatically. You can configure it to do it when ever you like. Code was found on dreamhosts wiki written by Matttail First log on to your home directory with an ftp client or ssh. Create a backups dir and a backups/archives dir. ssh yourdomain.com If [...]<p><a href="http://www.launchbit.com/az/118-215/"><img width="468" height="60" src="http://www.launchbit.com/az-images/118-215/" /></a><br />
<small>(Powered by <a href="http://www.launchbit.com/lb/118-215/">LaunchBit</a>)</small></p>
]]></description>
		<wfw:commentRss>http://headfirstproductions.ca/automate-your-mysql-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

