<?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>M. E. Patterson - Author, Geek &#187; os x</title>
	<atom:link href="http://mepatterson.net/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://mepatterson.net</link>
	<description>bestselling author of Devil&#039;s Hand, a supernatural thriller; writer of fictions and web software</description>
	<lastBuildDate>Sun, 18 Dec 2011 23:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>Sweet OS X aliases</title>
		<link>http://mepatterson.net/2010/01/sweet-os-x-aliases/</link>
		<comments>http://mepatterson.net/2010/01/sweet-os-x-aliases/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:47:01 +0000</pubDate>
		<dc:creator>M. E. Patterson</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://digimonkey.com/mepblog/?p=18</guid>
		<description><![CDATA[Put all this crap in your ~/.aliases file. Do it! alias migrate=&#34;rake db:migrate db:test:prepare&#34; alias remigrate=&#34;rake db:migrate &#38;&#38; rake db:migrate:redo &#38;&#38; rake db:schema:dump db:test:prepare&#34; alias gadd=&#34;git add -u &#38;&#38; git add . &#38;&#38; git status&#34; alias svnprecommit=&#34;git svn rebase &#38;&#38; rake features &#38;&#38; rake test&#34; alias cuc=&#34;cucumber -r features&#34; alias g=&#34;git&#34; alias tu=&#34;ruby_test unit&#34; alias [...]]]></description>
			<content:encoded><![CDATA[<p>Put all this crap in your ~/.aliases file.  Do it!</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">migrate</span>=<span style="color: #ff0000;">&quot;rake db:migrate db:test:prepare&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">remigrate</span>=<span style="color: #ff0000;">&quot;rake db:migrate &amp;&amp; rake db:migrate:redo &amp;&amp; rake db:schema:dump db:test:prepare&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">gadd</span>=<span style="color: #ff0000;">&quot;git add -u &amp;&amp; git add . &amp;&amp; git status&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">svnprecommit</span>=<span style="color: #ff0000;">&quot;git svn rebase &amp;&amp; rake features &amp;&amp; rake test&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">cuc</span>=<span style="color: #ff0000;">&quot;cucumber -r features&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">g</span>=<span style="color: #ff0000;">&quot;git&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">tu</span>=<span style="color: #ff0000;">&quot;ruby_test unit&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">tf</span>=<span style="color: #ff0000;">&quot;ruby_test functional&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">su</span>=<span style="color: #ff0000;">&quot;ruby_tu_rs unit&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">sf</span>=<span style="color: #ff0000;">&quot;ruby_tu_rs functional&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">ti</span>=<span style="color: #ff0000;">&quot;ruby_test integration&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">gi</span>=<span style="color: #ff0000;">&quot;sudo gem install&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">giv</span>=<span style="color: #ff0000;">&quot;sudo gem install -v&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">gci</span>=<span style="color: #ff0000;">&quot;git pull --rebase &amp;&amp; rake &amp;&amp; git push&quot;</span><br />
<br />
<span style="color: #666666; font-style: italic;"># [misc]</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">l</span>=<span style="color: #ff0000;">&quot;ls -alh&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">finder</span>=<span style="color: #ff0000;">&quot;open .&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">grep</span>=<span style="color: #ff0000;">'grep --color=auto'</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">safari</span>=<span style="color: #ff0000;">'open -a Safari'</span><br />
<br />
<span style="color: #666666; font-style: italic;"># [git]</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">gsup</span>=<span style="color: #ff0000;">&quot;git submodule update --init&quot;</span><br />
<span style="color: #666666; font-style: italic;"># [rails]</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">gen</span>=<span style="color: #ff0000;">'ruby script/generate'</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">con</span>=<span style="color: #ff0000;">&quot;ruby script/console&quot;</span><br />
<span style="color: #7a0874; font-weight: bold;">alias</span> <span style="color: #007800;">taildev</span>=<span style="color: #ff0000;">&quot;tail -f log/development.log&quot;</span></div></div>
<p>Hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://mepatterson.net/2010/01/sweet-os-x-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing CRM114 on OS X Snow Leopard</title>
		<link>http://mepatterson.net/2010/01/installing-crm114-on-os-x-snow-leopard/</link>
		<comments>http://mepatterson.net/2010/01/installing-crm114-on-os-x-snow-leopard/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 19:38:33 +0000</pubDate>
		<dc:creator>M. E. Patterson</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[crm114]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://digimonkey.com/mepblog/?p=4</guid>
		<description><![CDATA[Here&#8217;s what I had to do to get it working: Install &#8216;tre&#8217; - but *don&#8217;t* use macports; tried that and it bombed, instead do: wget http://crm114.sourceforge.net/tarballs/tre-0.7.5.tar.gz tar zxvf tre-0.7.5.tar.gz cd tre-0.7.5 ./configure make &#38;amp;&#38;amp; sudo make install Install &#8216;crm114&#8242; &#160;wget -m -np http://crm114.sourceforge.net/src/ Follow Directions! now, follow these directions Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what I had to do to get it working:</p>
<h3>Install &#8216;tre&#8217;</h3>
<p>- but *don&#8217;t* use macports; tried that and it bombed, instead do:</p>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>crm114.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>tarballs<span style="color: #000000; font-weight: bold;">/</span>tre-0.7.5.tar.gz<br />
<span style="color: #c20cb9; font-weight: bold;">tar</span> zxvf tre-0.7.5.tar.gz<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> tre-0.7.5<br />
.<span style="color: #000000; font-weight: bold;">/</span>configure<br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">&amp;</span>amp;<span style="color: #000000; font-weight: bold;">&amp;</span>amp; <span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></div></div>
<h3>Install &#8216;crm114&#8242;</h3>
<div class="codecolorer-container bash blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp;<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-m</span> <span style="color: #660033;">-np</span> http:<span style="color: #000000; font-weight: bold;">//</span>crm114.sourceforge.net<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span></div></div>
<h3>Follow Directions!</h3>
<p>now, follow <a href="http://www.huyng.com/archives/309">these directions</a></p>
<p><em>Enjoy!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mepatterson.net/2010/01/installing-crm114-on-os-x-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

