<?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>blog for ehymel</title>
	<atom:link href="http://drhymel.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://drhymel.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 07 Jun 2010 16:07:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Running dnsmasq behind my router</title>
		<link>http://drhymel.com/blog/?p=61</link>
		<comments>http://drhymel.com/blog/?p=61#comments</comments>
		<pubDate>Mon, 07 Jun 2010 16:07:56 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=61</guid>
		<description><![CDATA[Tonight I added dnsmasq to my Fedora 12 server, and had to do some looking to figure out how to get other client computers on my internal LAN to see the new dns. There is an EXCELLENT setup tutorial here that gave me *almost* all I needed to get things working. I did not use [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking the need to run e2fsck</title>
		<link>http://drhymel.com/blog/?p=47</link>
		<comments>http://drhymel.com/blog/?p=47#comments</comments>
		<pubDate>Wed, 18 Mar 2009 18:04:53 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=47</guid>
		<description><![CDATA[I backup regularly, 4 times daily with the fantastic utility rsnapshot, and between runs I keep the backup disk safe by remounting in read-only mode. How I remount programmatically will be the subject of another post, but basically the backup disk has to be in read-write mode during the backup, but otherwise I keep the [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bayes scores stopped appearing in amavis email</title>
		<link>http://drhymel.com/blog/?p=37</link>
		<comments>http://drhymel.com/blog/?p=37#comments</comments>
		<pubDate>Fri, 26 Dec 2008 03:23:46 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[amavis]]></category>
		<category><![CDATA[bayes]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=37</guid>
		<description><![CDATA[Out of the blue today my email started filling with spam that I normally don&#8217;t see. A quick look at the headers showed a notable lack of a bayes score from spamassassin. Hmm. A look in /etc/mail/spamassassin/local.cf shows no change, with the option to use bayes turned on. use_bayes 1 bayes_path /var/spool/amavisd/.spamassassin/bayes I took a [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=37</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing passwords in squirrelmail using change_passwd plugin and poppassd for Fedora</title>
		<link>http://drhymel.com/blog/?p=31</link>
		<comments>http://drhymel.com/blog/?p=31#comments</comments>
		<pubDate>Fri, 01 Aug 2008 16:09:19 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=31</guid>
		<description><![CDATA[One of my clients uses squirrelmail for their email. Today I added the change_passwd plugin, which relies on poppassd on the backend to make it work. If anyone has a better way, I&#8217;d love to hear about it. After downloading and installing the plugin, the first clue I had to do more was when I [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Details about brute force ssh attack</title>
		<link>http://drhymel.com/blog/?p=26</link>
		<comments>http://drhymel.com/blog/?p=26#comments</comments>
		<pubDate>Fri, 04 Jul 2008 19:22:32 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[brute force attack]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=26</guid>
		<description><![CDATA[I use a swatch-based approach to monitoring my /var/log/secure* log files for brute force attacks on my ssh server. Today I was curious about which usernames were being used to try to get into the system. This command tells me what I want: # cat /var/log/secure* &#124; cut -d " " -f7-12 &#124;grep Failed &#124;cut [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=26</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using squid, squidGuard, havp, and ramdisk as an antivirus proxy &amp; internet filter</title>
		<link>http://drhymel.com/blog/?p=25</link>
		<comments>http://drhymel.com/blog/?p=25#comments</comments>
		<pubDate>Wed, 28 May 2008 19:23:21 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=25</guid>
		<description><![CDATA[For a couple of years I have used havp in my home. Since my web/email server is in my home and already running clamav as my antivirus, once I learned that I could route all my internet traffic through havp proxy, it was a no-brainer that I needed to do this as another layer of protection [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple secure email sites with a single IP address with apache</title>
		<link>http://drhymel.com/blog/?p=24</link>
		<comments>http://drhymel.com/blog/?p=24#comments</comments>
		<pubDate>Wed, 07 May 2008 20:58:17 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=24</guid>
		<description><![CDATA[(UPDATE 2/25/09: See the end of this article for an update to get this working with mod_gnutls-0.5.4) I host several websites on my server, and several of my clients require email as well. Obviously this can easily be achieved with non-secure virtual hosts using the apache config file option VirtualHost. For email sites, though, a [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NX Server for remote desktop access to Fedora 8 (update: Now on Fedora 10)</title>
		<link>http://drhymel.com/blog/?p=21</link>
		<comments>http://drhymel.com/blog/?p=21#comments</comments>
		<pubDate>Fri, 18 Jan 2008 15:40:24 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[fedora 8]]></category>
		<category><![CDATA[nx]]></category>
		<category><![CDATA[nx server]]></category>
		<category><![CDATA[remote desktop]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=21</guid>
		<description><![CDATA[I&#8217;ve been writing code in the wonderful Aptana Studio, including projects in Ruby on Rails. Because of the way Aptana is able to generate code on the fly during development, it&#8217;s a lot easier to develop on the target server than it is to develop on my Windows Vista laptop and transfer (or sync) the [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>NSLU2 and Debian/NSLU2</title>
		<link>http://drhymel.com/blog/?p=20</link>
		<comments>http://drhymel.com/blog/?p=20#comments</comments>
		<pubDate>Sat, 24 Nov 2007 17:45:12 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=20</guid>
		<description><![CDATA[These are steps used to get my new NSLU2 running Debian/NSLU2 then backing up my Fedora Core 7 (soon to be FC8) box. Unpack new NSLU2 (slug) and Seagate 250GB external drive. Plug in. Change networking on slug to static IP address on my network. (Much to my surprise, there is an issue with the Seagate FreeAgent [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex</title>
		<link>http://drhymel.com/blog/?p=18</link>
		<comments>http://drhymel.com/blog/?p=18#comments</comments>
		<pubDate>Tue, 21 Aug 2007 04:53:55 +0000</pubDate>
		<dc:creator>ehymel</dc:creator>
				<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://drhymel.com/blog/?p=18</guid>
		<description><![CDATA[I&#8217;ve recently learned about Adobe&#8217;s Flex. If you accidentally stumbled across this page, there&#8217;s probably not much useful information here, just my collection of links that I&#8217;ll add to periodically as a bookmark. First, an overview of Flash and Flex from an architect of Adobe&#8217;s Flex is here. I&#8217;ll admit, I had no idea Flash [...]]]></description>
		<wfw:commentRss>http://drhymel.com/blog/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
