<?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"
	>

<channel>
	<title>oddprocess.org</title>
	<atom:link href="http://www.oddprocess.org/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oddprocess.org/wp</link>
	<description></description>
	<pubDate>Fri, 08 Aug 2008 18:41:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>It is finally time!</title>
		<link>http://www.oddprocess.org/wp/2008/08/08/it-is-finally-time/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/08/it-is-finally-time/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 18:41:21 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[NFL]]></category>

		<category><![CDATA[The Bills]]></category>

		<category><![CDATA[The Eagles]]></category>

		<category><![CDATA[Workout and Fitness]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=218</guid>
		<description><![CDATA[That&#8217;s right sports fans, its Game 1 of the Eagles NFL pre-season. I can hardly wait. The plasma TV is ready to rock. I can hardly wait to see the green of the field. The clack of the pads.
Oh that&#8217;s right. It&#8217;s football time.
Oh yeah. The Bills play Saturday versus the Redskins too.
]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right sports fans, its Game 1 of the Eagles NFL pre-season. I can hardly wait. The plasma TV is ready to rock. I can hardly wait to see the green of the field. The clack of the pads.</p>
<p>Oh that&#8217;s right. It&#8217;s football time.</p>
<p>Oh yeah. The Bills play Saturday versus the Redskins too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/08/it-is-finally-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>gkrellm over ssh</title>
		<link>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 14:21:19 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=209</guid>
		<description><![CDATA[
If you have a *nix workstation you have probably either seen or used GKrellM. It&#8217;s a handy dandy program to give you up to the second stats on most of the important data on your system. Disk space/activity, network traffic, CPU and memory usage, processes, the works.
If you are looking to run it on remote [...]]]></description>
			<content:encoded><![CDATA[<p><center><img hspace="10" align="left" border="0" src="/wp/wp-content/images/gkrellm_vir.png" width="93" height="460" alt="gkrellm screenshot"></center></p>
<p>If you have a *nix workstation you have probably either seen or used <a href="http://www.gkrellm.net/">GKrellM</a>. It&#8217;s a handy dandy program to give you up to the second stats on most of the important data on your system. Disk space/activity, network traffic, CPU and memory usage, processes, the works.</p>
<p>If you are looking to run it on remote headless machines, ssh is your friend and makes life easier. Install GKrellM on the remote box. In a local terminal, do the following:</p>
<p><code>ssh -N -f -L 19150:127.0.0.1:19150 user@host.com</code></p>
<p>Obviously, change the &#8220;user@host.com&#8221; to your user and host. You can also change the 19150 to pretty much anything, just make sure you match that in the gkrellmd.conf file. Once the gkrellmd daemon is started, you can then connect to it by running:</p>
<p><code>/usr/bin/gkrellm -s 127.0.0.1 -P 19150</code></p>
<p>Again, changing the 19150 port to match whatever you used in the above set. Configs are stored locally and can be manually edited, or you can use the standard GUI setup. You can then run the above with different ports for different hosts.</p>
<p>Happy monitoring!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/05/gkrellm-over-ssh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mailing list software made easy</title>
		<link>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:32:34 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Server Stuff]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=206</guid>
		<description><![CDATA[Thanks to Eric, I finally found mailing list management software that is not only easy to setup, but super easy to use. If you are looking for something easy yet powerful, check out mlmmj. Most of the configs as well as message storage are all flat text files, so everything is super fast and simple [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.openthought.org/">Eric</a>, I finally found mailing list management software that is not only easy to setup, but super easy to use. If you are looking for something easy yet powerful, check out <a href="http://mlmmj.org/">mlmmj</a>. Most of the configs as well as message storage are all flat text files, so everything is super fast and simple to configure. It only took a few minutes to get a new list setup and running, and most of that time would have been saved if I actually read the documentation.</p>
<p>But come on, what fun is that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/04/mailing-list-software-made-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Golf Round 2</title>
		<link>http://www.oddprocess.org/wp/2008/08/01/golf-round-2/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/01/golf-round-2/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 02:10:02 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Golf]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=203</guid>
		<description><![CDATA[Same course, same deal, same everything, although I used what I learned.
67 on the front 9, 63 on the back. Total is 130. 142-130 = 12 stroke improvement.
Not amazingly stellar, but I will take it.
]]></description>
			<content:encoded><![CDATA[<p>Same course, same deal, same everything, although I used what I learned.</p>
<p>67 on the front 9, 63 on the back. Total is 130. 142-130 = 12 stroke improvement.</p>
<p>Not amazingly stellar, but I will take it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/01/golf-round-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New flash drive</title>
		<link>http://www.oddprocess.org/wp/2008/08/01/new-flash-drive/</link>
		<comments>http://www.oddprocess.org/wp/2008/08/01/new-flash-drive/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:04:27 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=197</guid>
		<description><![CDATA[Disk /dev/sdc: 32.4 GB, 32480690176 bytes
My old 6GB flash drive seemed to be getting slower and slower. I think that&#8217;s because it is really a mini hard drive and isn&#8217;t really flash memory at all.
I picked up a Corsair Flash Voyager 32GB Flash Drive for $110 bucks. That&#8217;s pretty cheap and man is it fast. [...]]]></description>
			<content:encoded><![CDATA[<p>Disk /dev/sdc: 32.4 GB, 32480690176 bytes</p>
<p>My old 6GB flash drive seemed to be getting slower and slower. I think that&#8217;s because it is really a mini hard drive and isn&#8217;t really flash memory at all.</p>
<p>I picked up a Corsair Flash Voyager 32GB Flash Drive for $110 bucks. That&#8217;s pretty cheap and man is it fast. Much faster then the old drive and well worth the price.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/08/01/new-flash-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Stuff Stuff Stuff</title>
		<link>http://www.oddprocess.org/wp/2008/07/30/stuff-stuff-stuff/</link>
		<comments>http://www.oddprocess.org/wp/2008/07/30/stuff-stuff-stuff/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:38:25 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[AFL]]></category>

		<category><![CDATA[Golf]]></category>

		<category><![CDATA[The Soul]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=192</guid>
		<description><![CDATA[Who would actually believe it? Philly finally has a championship. That&#8217;s rights Arena Football fans, the Philly Soul won at the Arena Bowl and are the champs. It was quite a game actually. Both teams traded scores back and forth through most of the first half, and Philly finally came up with the first defensive [...]]]></description>
			<content:encoded><![CDATA[<p>Who would actually believe it? Philly finally has a championship. That&#8217;s rights Arena Football fans, the Philly Soul won at the Arena Bowl and are the champs. It was quite a game actually. Both teams traded scores back and forth through most of the first half, and Philly finally came up with the first defensive stop, as well as coming up with an interception. The Soul were up with only 2 minutes remaining in the game, and the onside kicks came into play. By the end of the game, the Soul only won by 3 and I had to take an extra pill for my blood pressure.</p>
<p>I finally got in my first 18 holes of golf. Take note, this really is only my 3rd time touching a set of clubs. I didn&#8217;t really expect much actually, which really helped. <a href="http://www.oldehomesteadgolfclub.com/">Old Homestead Golf Course</a> is right across the street from my office, so we decided to start there. I was up and down, shooting 76 for the first 9 and eventually cleaning up with 66 for the back 9 (that&#8217;s a total of 142 if you couldn&#8217;t do the math in your head). While that put me in the official category of &#8220;Sucks,&#8221; I did learn a lot. I unfortunately tend to top the ball a lot, which really doesn&#8217;t help. I also slice off the tee like a madman. However, practice makes perfect. But, I also learned way back in high school that &#8220;perfect practice makes perfect,&#8221; so I have a lot of work to do. At any rate, I picked up a lot and felt a lot better when I drained a 40 foot put on the last hole.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/07/30/stuff-stuff-stuff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Makes me smile</title>
		<link>http://www.oddprocess.org/wp/2008/07/24/makes-me-smile/</link>
		<comments>http://www.oddprocess.org/wp/2008/07/24/makes-me-smile/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 16:51:04 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[General Nonsense]]></category>

		<category><![CDATA[Real Life]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=187</guid>
		<description><![CDATA[
As you can clearly see, Emily really likes to giggle and smile!
]]></description>
			<content:encoded><![CDATA[<p><center><img border="1" src="/wp/wp-content/images/emily_smile.jpg" width="320" height="240" alt="Emily's smile"></center></p>
<p>As you can clearly see, Emily really likes to giggle and smile!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/07/24/makes-me-smile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Spam</title>
		<link>http://www.oddprocess.org/wp/2008/07/22/spam-2/</link>
		<comments>http://www.oddprocess.org/wp/2008/07/22/spam-2/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 01:35:35 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=185</guid>
		<description><![CDATA[# zcat exim_reject.log*.gz &#124; grep -c &#8220;rejected&#8221;
63193
Wow. That is a serious spam count for only 30 days worth of logs&#8230;
]]></description>
			<content:encoded><![CDATA[<p># zcat exim_reject.log*.gz | grep -c &#8220;rejected&#8221;<br />
63193</p>
<p>Wow. That is a serious spam count for only 30 days worth of logs&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/07/22/spam-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Heh. Vista.</title>
		<link>http://www.oddprocess.org/wp/2008/07/18/heh-vista/</link>
		<comments>http://www.oddprocess.org/wp/2008/07/18/heh-vista/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 15:33:28 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ugh-Windows]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=183</guid>
		<description><![CDATA[OK, so I&#8217;m sure everyone knows that I am &#8220;not exactly a big fan of Windows.&#8221; We have all heard it before, so I won&#8217;t dwell on it. At this point, I am about 90% Windows free. Most of that, however, is for work. The Novell network stuff still relies on Windows for basic management. [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so I&#8217;m sure everyone knows that I am &#8220;not exactly a big fan of Windows.&#8221; We have all heard it before, so I won&#8217;t dwell on it. At this point, I am about 90% Windows free. Most of that, however, is for work. The Novell network stuff still relies on Windows for basic management. The current version of ConsoleOne (Netware administrator) is written in Java and actually runs better on my Linux box then it does on any Windows machine I have tried. So I still run Windows XP in a VMware desktop on my Gentoo box. I&#8217;ve come to find a small warm spot in my heart for XP, almost enough to call it &#8220;not too terribly bad.&#8221; Don&#8217;t worry, that&#8217;s as good as it will get.</p>
<p>Anyway, enter Vista. I decided to give it a whirl in a fresh VMware session. All I can say is Oh. My. God. I gave the thing 2 virtual processors and 2.5GB of RAM and it was still awful. I personally think the way the new Windows Explorer (My Computer, etc) design is terrible and totally difficult to use. I know the argument is that &#8220;it is just different,&#8221; but I don&#8217;t think so. It made simple things that I do hundreds of times a day so much harder. It only took me a half hour of playing around before I killed the virtual machine and wiped it into oblivion. It was that bad.</p>
<p>I guess if you really don&#8217;t have anything important to do with a computer (like spider solitare) Vista is OK. But really, if you need to get stuff done, stick with XP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/07/18/heh-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RIP Spectrum</title>
		<link>http://www.oddprocess.org/wp/2008/07/15/rip-spectrum/</link>
		<comments>http://www.oddprocess.org/wp/2008/07/15/rip-spectrum/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 15:50:53 +0000</pubDate>
		<dc:creator>Matthew</dc:creator>
		
		<category><![CDATA[General Nonsense]]></category>

		<guid isPermaLink="false">http://www.oddprocess.org/wp/?p=182</guid>
		<description><![CDATA[
The official word came out today, the Spectrum will be closed and demolished sometime next year. I believe the plans are to build &#8220;Philly Live!, a destination retail, dining and entertainment district.&#8221;
I&#8217;ve been to quite a few games at the Spectrum, and it certainly did have &#8220;character.&#8221; Let&#8217;s hope they will sell the seats to [...]]]></description>
			<content:encoded><![CDATA[<p><center><img border="1" src="/wp/wp-content/images/spectrum.jpg" width="400" height="300" alt="The Wachovia Spectrum"></center></p>
<p>The official word came out today, the Spectrum will be closed and demolished sometime next year. I believe the plans are to build &#8220;Philly Live!, a destination retail, dining and entertainment district.&#8221;</p>
<p>I&#8217;ve been to quite a few games at the Spectrum, and it certainly did have &#8220;character.&#8221; Let&#8217;s hope they will sell the seats to fans like they did with the old Vet, I could really use another pair&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.oddprocess.org/wp/2008/07/15/rip-spectrum/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
