<?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>Ubergeek Technical Howtos' &#187; freebsd</title>
	<atom:link href="http://www.ubergeek.co.uk/blog/howtos/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ubergeek.co.uk/blog</link>
	<description>A few thoughts and hopefully helpful howtos for the Open Source community!</description>
	<lastBuildDate>Fri, 28 Nov 2008 12:03:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monitoring hardware through VMWare ESXi and Nagios</title>
		<link>http://www.ubergeek.co.uk/blog/2008/11/monitoring-hardware-through-vmware-esxi-and-nagios/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/11/monitoring-hardware-through-vmware-esxi-and-nagios/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 12:03:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Nagios]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=17</guid>
		<description><![CDATA[I have recently installed some VMWare ESXi machines running on Dell hardware.Â  These are pretty standard PowerEdge 2850 and 2950 servers.
One of the big problems on ESXi is how to monitor the health of the hardware when using ESXi.

As I also use Nagios I just did a quick search through NagiosExchange and found this little [...]]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/11/monitoring-hardware-through-vmware-esxi-and-nagios/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DSpam cgi running slowly in web browser</title>
		<link>http://www.ubergeek.co.uk/blog/2008/07/dspam-cgi-running-slowly-in-web-browser/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/07/dspam-cgi-running-slowly-in-web-browser/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dspam]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=12</guid>
		<description><![CDATA[Further to my post about DSPAM Suexec problems I also ran into a further problem recently with our DSPAM server&#8230;&#8230;
We get A LOT of mail through this system and when I say a lot I mean s***loads, the last count was 51 million emails processed in 9 months!!!!Â  Anyway, DSPAM uses a set of perl [...]]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/07/dspam-cgi-running-slowly-in-web-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming Media with Firefox on FreeBSD</title>
		<link>http://www.ubergeek.co.uk/blog/2008/07/realplayer-mplayer-firefox-freebsd-howto/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/07/realplayer-mplayer-firefox-freebsd-howto/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 11:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[mplayer]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=11</guid>
		<description><![CDATA[After much testing and general messing about, I have found that the mplayer-plugin for firefox works much better than the realplayer plugin (IMHO).  It not only streams typical realmedia but also streams quicktime, windows media (wmv etc) and pretty much every other type of media out there.  Also, you do not need the [...]]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/07/realplayer-mplayer-firefox-freebsd-howto/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dspam on FreeBSD Apache suexec problems</title>
		<link>http://www.ubergeek.co.uk/blog/2008/07/dspam-freebsd-apache-suexec/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/07/dspam-freebsd-apache-suexec/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 18:54:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[dspam]]></category>
		<category><![CDATA[suexec]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=10</guid>
		<description><![CDATA[So I thought upgrading Apache for a DSPAM anti-spam/anti-virus machine was going to be straightforward!?!?
What was I thinking?  OK, so FreeBSD&#8217;s ports system is great and generally handles upgrades effortlessly, but I had forgotten what was required for DSPAM and in particular the SUEXEC module.

The default SUEXEC settings on the FreeBSD Apache port will [...]]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/07/dspam-freebsd-apache-suexec/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenVPN with FreeBSD, PF and Windows XP</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/openvpn-freebsd-pf-windows-howto/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/05/openvpn-freebsd-pf-windows-howto/#comments</comments>
		<pubDate>Fri, 23 May 2008 17:44:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[freebsd]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[pf]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=6</guid>
		<description><![CDATA[This howto is a quick a dirty guide to building OpenVPN on a FreeBSD box (running pf as the firewall), and then connecting a Windows XP client to it.]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/05/openvpn-freebsd-pf-windows-howto/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>How To Dual Boot FreeBSD and Windows XP using GRUB</title>
		<link>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/</link>
		<comments>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/#comments</comments>
		<pubDate>Fri, 23 May 2008 16:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dual booting]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[dual boot]]></category>

		<guid isPermaLink="false">http://www.ubergeek.co.uk/blog/?p=5</guid>
		<description><![CDATA[Ever needed to dual boot Windows XP with FreeBSD and wanted to do it via Grub?

Well, here's how!]]></description>
		<wfw:commentRss>http://www.ubergeek.co.uk/blog/2008/05/grub-freebsd-windowsxp/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
