<?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>SurlyJake &#187; Uncategorized</title>
	<atom:link href="http://www.surlyjake.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.surlyjake.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 21:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Batch extract a directory full of split RAR archives &#8220;part1&#8243;, &#8220;part2&#8243;</title>
		<link>http://www.surlyjake.com/uncategorized/batch-extract-a-directory-full-of-split-rar-archives-part1-part2/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=batch-extract-a-directory-full-of-split-rar-archives-part1-part2</link>
		<comments>http://www.surlyjake.com/uncategorized/batch-extract-a-directory-full-of-split-rar-archives-part1-part2/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 23:18:10 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[extract]]></category>
		<category><![CDATA[part1]]></category>
		<category><![CDATA[part2]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[unrar]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/uncategorized/batch-extract-a-directory-full-of-split-rar-archives-part1-part2/</guid>
		<description><![CDATA[If for some reason you have a directory full of RAR archives, and each is split into parts, extracting them individually can be a pain. If you just type &#8220;unrar *&#8221; into the terminal, you will extract each file multiple times depending on how many &#8220;parts&#8221; it has. First, install the &#8220;unrar&#8221; package: sudo aptitude [...]]]></description>
			<content:encoded><![CDATA[<p>If for some reason you have a directory full of RAR archives, and each is split into parts, extracting them individually can be a pain. If you just type &#8220;unrar *&#8221; into the terminal, you will extract each file multiple times depending on how many &#8220;parts&#8221; it has. First, install the &#8220;unrar&#8221; package:</p>
<pre><code>sudo aptitude install unrar</code></pre>
<p>then cd to the directory with all of your RAR archives. Then type:</p>
<pre><code>unrar e '*.part1.rar'</code></pre>
<p>make sure to keep the single quotes.<br />
If the rar is password protected, add the &#8220;-p&#8221; switch followed by the password without any spaces.</p>
<pre><code>unrar e -p
<password> '*.part1.rar'</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/uncategorized/batch-extract-a-directory-full-of-split-rar-archives-part1-part2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>www.SurlyJake.com is up</title>
		<link>http://www.surlyjake.com/uncategorized/wwwsurlyjakecom-is-up/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wwwsurlyjakecom-is-up</link>
		<comments>http://www.surlyjake.com/uncategorized/wwwsurlyjakecom-is-up/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 06:34:31 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/uncategorized/wwwsurlyjakecom-is-up/</guid>
		<description><![CDATA[welcome to the new domain, surlyjake.com]]></description>
			<content:encoded><![CDATA[<p>welcome to the new domain, surlyjake.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/uncategorized/wwwsurlyjakecom-is-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Xbox Media Center on original XBox</title>
		<link>http://www.surlyjake.com/uncategorized/xbox-media-center-on-original-xbox/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=xbox-media-center-on-original-xbox</link>
		<comments>http://www.surlyjake.com/uncategorized/xbox-media-center-on-original-xbox/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 02:23:13 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[trickery]]></category>
		<category><![CDATA[WINE]]></category>
		<category><![CDATA[XBMC]]></category>
		<category><![CDATA[XBox]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/uncategorized/xbox-media-center-on-original-xbox/</guid>
		<description><![CDATA[I picked up a refurbished original XBox specifically so i could install XBMC on it. Turns out it is a GREAT project, and through some trickery, was able to get it installed and running thanks to this post: http://www.boards.ie/vbulletin/showthread.php?t=2055256404 by &#8216;SuperCell&#8217; at boards.ie. I highly recommend using this &#8216;hotswap&#8217; method if you don&#8217;t already have [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up a refurbished original XBox specifically so i could install XBMC on it. Turns out it is a GREAT project, and through some trickery, was able to get it installed and running thanks to this post: <a href="http://www.boards.ie/vbulletin/showthread.php?t=2055256404">http://www.boards.ie/vbulletin/showthread.php?t=2055256404</a> by &#8216;SuperCell&#8217; at boards.ie. I highly recommend using this &#8216;hotswap&#8217; method if you don&#8217;t already have the gear necesarry to mod an xbox with a chip, or by using a savegame exploit. It&#8217;ll save you some cash, plus who doesn&#8217;t like yanking an IDE cable from a spinning hard drive?</p>
<p>Best of all, all of the tools used in the process run perfectly in WINE, or directly on my Linux desktop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/uncategorized/xbox-media-center-on-original-xbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure openDNS on pfsense firewall</title>
		<link>http://www.surlyjake.com/uncategorized/how-to-configure-opendns-on-pfsense-firewall/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-configure-opendns-on-pfsense-firewall</link>
		<comments>http://www.surlyjake.com/uncategorized/how-to-configure-opendns-on-pfsense-firewall/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:24:23 +0000</pubDate>
		<dc:creator>jacob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[content filtering]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[pfsense]]></category>

		<guid isPermaLink="false">http://www.surlyjake.com/uncategorized/how-to-configure-opnedns-on-pfsense-firewall/</guid>
		<description><![CDATA[Create your openDNS.com account. Add your Network to their system, etc. Go to the &#8220;System&#8221; -&#62; &#8220;General setup&#8221; page. Set the DNS address to the OpenDNS&#8217;: 208.67.222.222 208.67.220.220 Now just make sure that &#8220;Allow DNS server list to be overridden by DHCP/PPP on WAN&#8221; checkbox is NOT checked.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Create your openDNS.com account. Add your Network to their system, etc. </li>
<li> Go to the &#8220;System&#8221; -&gt; &#8220;General setup&#8221; page.</li>
<li> Set the DNS address to the OpenDNS&#8217;:</li>
<p>208.67.222.222<br />
208.67.220.220</ol>
<p>Now just make sure that &#8220;Allow DNS server list to be overridden by DHCP/PPP on WAN&#8221; checkbox is NOT checked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.surlyjake.com/uncategorized/how-to-configure-opendns-on-pfsense-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->