<?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>James Reuben Knowles &#187; Computer</title>
	<atom:link href="http://jamesreubenknowles.com/category/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://jamesreubenknowles.com</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 17:18:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Installing gitolite on a Mac</title>
		<link>http://jamesreubenknowles.com/installing-gitolite-on-a-mac-1551</link>
		<comments>http://jamesreubenknowles.com/installing-gitolite-on-a-mac-1551#comments</comments>
		<pubDate>Fri, 25 Nov 2011 20:58:12 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[gitolite]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[os x]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1551</guid>
		<description><![CDATA[How to install gitolite on a Mac.  <a href="http://jamesreubenknowles.com/installing-gitolite-on-a-mac-1551">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/installing-gitolite-on-a-mac-1551/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Resetting the iPhone</title>
		<link>http://jamesreubenknowles.com/resetting-the-iphone-1547</link>
		<comments>http://jamesreubenknowles.com/resetting-the-iphone-1547#comments</comments>
		<pubDate>Mon, 21 Nov 2011 17:47:17 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[reset]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1547</guid>
		<description><![CDATA[iPhone suddenly shut down and was unresponsive, as if the battery were completely dead.  <a href="http://jamesreubenknowles.com/resetting-the-iphone-1547">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/resetting-the-iphone-1547/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get PyDev Eclipse to Find zmq</title>
		<link>http://jamesreubenknowles.com/get-pydev-eclipse-to-find-zmq-1532</link>
		<comments>http://jamesreubenknowles.com/get-pydev-eclipse-to-find-zmq-1532#comments</comments>
		<pubDate>Mon, 26 Sep 2011 23:46:36 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[PyDev]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[unresolved import]]></category>
		<category><![CDATA[zeromq]]></category>
		<category><![CDATA[zmq]]></category>
		<category><![CDATA[ØMQ]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1532</guid>
		<description><![CDATA[If correctly installed, Python on the OS X has no trouble finding the ØMQ Python bindings. However, the Eclipse PyDev by default will not locate the zmq library within the Eclipse IDE. Therefore, if you include the following in your &#8230; <a href="http://jamesreubenknowles.com/get-pydev-eclipse-to-find-zmq-1532">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/get-pydev-eclipse-to-find-zmq-1532/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X, Apache, Tomcat, and mod_jk</title>
		<link>http://jamesreubenknowles.com/os-x-apache-tomcat-and-mod_jk-1513</link>
		<comments>http://jamesreubenknowles.com/os-x-apache-tomcat-and-mod_jk-1513#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:00:16 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mod_jk]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1513</guid>
		<description><![CDATA[I spent some time with a colleague from South Africa yesterday. He&#8217;s a long-time Windows user that writes in Java. He has a new MacBook Pro, and we scratched our head why Apache+mod_jk+Tomcat was blowing up on him. JAVA_HOME The &#8230; <a href="http://jamesreubenknowles.com/os-x-apache-tomcat-and-mod_jk-1513">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/os-x-apache-tomcat-and-mod_jk-1513/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git Over A Non-Standard ssh Port</title>
		<link>http://jamesreubenknowles.com/git-over-a-non-standard-ssh-port-1505</link>
		<comments>http://jamesreubenknowles.com/git-over-a-non-standard-ssh-port-1505#comments</comments>
		<pubDate>Wed, 07 Sep 2011 22:45:08 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[alternate]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[non-standard]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1505</guid>
		<description><![CDATA[git speaks ssh over the standard port 22 out of the box, and flawlessly. For example: git clone git@hostname:repository_name There are a fair number of installations running ssh on non-standard ports, however, and the above method doesn&#8217;t directly support a &#8230; <a href="http://jamesreubenknowles.com/git-over-a-non-standard-ssh-port-1505">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/git-over-a-non-standard-ssh-port-1505/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing git on CentOS</title>
		<link>http://jamesreubenknowles.com/installing-git-on-centos-1503</link>
		<comments>http://jamesreubenknowles.com/installing-git-on-centos-1503#comments</comments>
		<pubDate>Wed, 07 Sep 2011 20:26:29 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[epel]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[package]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1503</guid>
		<description><![CDATA[git is available as an EPEL package. First, activate EPEL via $ sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm NOTE:That exact URL will change with time. I took it from the EPEL FAQ. Next, install the git package. $ sudo yum install git]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/installing-git-on-centos-1503/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reveal Hidden Files and Folders in a Mac OS X File Dialog</title>
		<link>http://jamesreubenknowles.com/how-to-reveal-hidden-files-and-folders-in-a-mac-os-x-file-dialog-1501</link>
		<comments>http://jamesreubenknowles.com/how-to-reveal-hidden-files-and-folders-in-a-mac-os-x-file-dialog-1501#comments</comments>
		<pubDate>Wed, 07 Sep 2011 16:51:32 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[dialog]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hidden files]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[reveal]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1501</guid>
		<description><![CDATA[It turns out that there is an undocumented (or poorly documented) key combination to show and hide hidden folders and files. Press Command-Shift-Period (⌘⇧.) to toggle hidden files and folders on and off. <a href="http://jamesreubenknowles.com/how-to-reveal-hidden-files-and-folders-in-a-mac-os-x-file-dialog-1501">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/how-to-reveal-hidden-files-and-folders-in-a-mac-os-x-file-dialog-1501/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleaning Up Jammed Subversion Transactions</title>
		<link>http://jamesreubenknowles.com/cleaning-up-jammed-subversion-transactions-1496</link>
		<comments>http://jamesreubenknowles.com/cleaning-up-jammed-subversion-transactions-1496#comments</comments>
		<pubDate>Fri, 26 Aug 2011 18:28:38 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1496</guid>
		<description><![CDATA[There was a very odd server failure while a big Subversion commit was in process. (The ISP hosting the server is kind of flaky.) To clean up the leftover files from the failed transaction, I did this: $ svnadmin lstxns &#8230; <a href="http://jamesreubenknowles.com/cleaning-up-jammed-subversion-transactions-1496">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/cleaning-up-jammed-subversion-transactions-1496/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP Lease Time Optimization</title>
		<link>http://jamesreubenknowles.com/dhcp-lease-time-optimization-1493</link>
		<comments>http://jamesreubenknowles.com/dhcp-lease-time-optimization-1493#comments</comments>
		<pubDate>Fri, 29 Jul 2011 19:08:11 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1493</guid>
		<description><![CDATA[Setting DHCP lease times is in practice pure voodoo. I ran across a paper presented in 2007 on research into DHCP lease times at Georgia Tech&#8217;s student network called Usage-Based DHCP Lease Time Optimization. While the paper on the whole &#8230; <a href="http://jamesreubenknowles.com/dhcp-lease-time-optimization-1493">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/dhcp-lease-time-optimization-1493/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminating Multi-Threading Headaches</title>
		<link>http://jamesreubenknowles.com/eliminating-parallelheadaches-1486</link>
		<comments>http://jamesreubenknowles.com/eliminating-parallelheadaches-1486#comments</comments>
		<pubDate>Thu, 21 Jul 2011 22:02:47 +0000</pubDate>
		<dc:creator>James Reuben Knowles</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://jamesreubenknowles.com/?p=1486</guid>
		<description><![CDATA[I first touched parallel processing as an undergrad. I was selected to for a summer research program that tackled different aspects of parallel processing using transputers. They broke us into teams and I was put on the parallel debugging team. &#8230; <a href="http://jamesreubenknowles.com/eliminating-parallelheadaches-1486">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://jamesreubenknowles.com/eliminating-parallelheadaches-1486/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

