<?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>Silas Sewell - April 2008</title>
        <atom:link href="http://www.silassewell.com/blog/2008/04/rss2.xml" rel="self" type="application/rss+xml" />
        <link>http://www.silassewell.com/blog/2008/04</link>
        <description>Infrastructure Development</description>
        <lastBuildDate>Sat, 21 Aug 2010 00:00:00 GMT</lastBuildDate>
        <generator>http://www.silassewell.com/</generator>
        <language>en</language>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>

        <item>
            <title>OS X’s GNU Screen – Open in the Current Working Directory</title>
            <link>http://www.silassewell.com/blog/2008/04/05/os-xs-gnu-screen-open-current-working-directory/</link>
            <pubDate>Sat, 05 Apr 2008 00:00:00 GMT</pubDate>
            <dc:creator>silas</dc:creator>
            <category><![CDATA[GNU Screen]]></category><category><![CDATA[Mac OS X]]></category><category><![CDATA[Operating Systems]]></category><category><![CDATA[Software]]></category>
            <guid isPermaLink="true">http://www.silassewell.com/blog/2008/04/05/os-xs-gnu-screen-open-current-working-directory/</guid>
            <description><![CDATA[<p>How to get GNU Screen working properly in Mac OS X.</p>

<p><strong>~/.bashrc</strong></p>

<pre><code class="prettyprint">alias screen='export SCREENPWD=$(pwd); /usr/bin/screen'
export SHELL='/bin/bash -rcfile ~/.bash_profile';

case "$TERM" in 
    'screen')
         cd $SCREENPWD
         ;; 
esac
</code></pre>

<p><strong>~/.screenrc</strong></p>

<pre><code class="prettyprint">startup_message off
shell -$SHELL
</code></pre>]]></description>
        </item>

        <item>
            <title>Four Ways to Make Safari Better</title>
            <link>http://www.silassewell.com/blog/2008/04/04/four-ways-make-safari-better/</link>
            <pubDate>Fri, 04 Apr 2008 00:00:00 GMT</pubDate>
            <dc:creator>silas</dc:creator>
            <category><![CDATA[Mac OS X]]></category><category><![CDATA[Operating Systems]]></category><category><![CDATA[Safari]]></category><category><![CDATA[Software]]></category>
            <guid isPermaLink="true">http://www.silassewell.com/blog/2008/04/04/four-ways-make-safari-better/</guid>
            <description><![CDATA[<ul>
<li><a href="http://themacnewbie.blogspot.com/2008/03/how-to-force-safari-to-open-new-window.html" title="Force New Window">Force Safari to open a new window in a tab</a></li>
<li><a href="http://www.macosxhints.com/article.php?story=20030514035516436" title="Change Default Search Engine">Change Safari's default search engine</a> (use with <a href="http://www.keyfu.com" title="KeyFu">Keyfu</a> to get Firefox-like keywords)</li>
<li><a href=""http://blog.neulio.com/2007/11/24/google-search-with-cmd-k-in-safari-on-leopard-10/" title="Change Default Search">Set a search shortcut in Safari</a></li>
<li><a href="http://safariadblock.sourceforge.net/" title="AdBlock">Install AdBlock for Safari</a></li>
</ul>]]></description>
        </item>

    </channel>
</rss>