<?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>Brent&#039;s Blog</title>
	<atom:link href="http://blog.brentkerlin.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brentkerlin.com</link>
	<description>Offloading my work, thoughts, and so forth.</description>
	<lastBuildDate>Sat, 19 Jan 2013 04:04:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Changing bluetooth adapter name in Ubuntu</title>
		<link>http://blog.brentkerlin.com/2013/01/18/changing-bluetooth-adapter-name-in-ubuntu/</link>
		<comments>http://blog.brentkerlin.com/2013/01/18/changing-bluetooth-adapter-name-in-ubuntu/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 04:04:06 +0000</pubDate>
		<dc:creator>Brent Kerlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.brentkerlin.com/?p=32</guid>
		<description><![CDATA[After modifying /etc/bluetooth/main.conf to no avail, it turns out the &#8220;Name =&#8221; string is just in there as cruft I suppose.  After some digging it turns out there are two ways to change the name of a bluetooth device on &#8230; <a href="http://blog.brentkerlin.com/2013/01/18/changing-bluetooth-adapter-name-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.brentkerlin.com/2013/01/18/changing-bluetooth-adapter-name-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building “PiXiE” – Part 3</title>
		<link>http://blog.brentkerlin.com/2012/01/26/building-pixie-part-3/</link>
		<comments>http://blog.brentkerlin.com/2012/01/26/building-pixie-part-3/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 21:55:37 +0000</pubDate>
		<dc:creator>Brent Kerlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[NFS server]]></category>
		<category><![CDATA[PXE]]></category>

		<guid isPermaLink="false">http://blog.brentkerlin.com/?p=25</guid>
		<description><![CDATA[Mounting ISOs and configuring kernels for NFS boot Firstly, I went out and got every popular spin of Ubuntu and used wget to put them in a temp folder.  After that I used the following to mount the image and &#8230; <a href="http://blog.brentkerlin.com/2012/01/26/building-pixie-part-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.brentkerlin.com/2012/01/26/building-pixie-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building &#8220;PiXiE&#8221; &#8211; Part 2</title>
		<link>http://blog.brentkerlin.com/2012/01/21/building-pixie-part-2/</link>
		<comments>http://blog.brentkerlin.com/2012/01/21/building-pixie-part-2/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 03:55:49 +0000</pubDate>
		<dc:creator>Brent Kerlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[TFTP server]]></category>

		<guid isPermaLink="false">http://blog.brentkerlin.com/?p=20</guid>
		<description><![CDATA[Setting up the TFTP Server and Syslinux I installed a second NIC in PiXiE so I can make it play nice on my network where I have a DHCP server already as well as being able to handle DHCP on &#8230; <a href="http://blog.brentkerlin.com/2012/01/21/building-pixie-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.brentkerlin.com/2012/01/21/building-pixie-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building &#8220;PiXiE&#8221; &#8211;  Part 1</title>
		<link>http://blog.brentkerlin.com/2012/01/20/building-pixie-part-1/</link>
		<comments>http://blog.brentkerlin.com/2012/01/20/building-pixie-part-1/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 19:34:57 +0000</pubDate>
		<dc:creator>Brent Kerlin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[DHCP server]]></category>
		<category><![CDATA[NFS server]]></category>
		<category><![CDATA[PXE]]></category>
		<category><![CDATA[TFTP server]]></category>

		<guid isPermaLink="false">http://blog.brentkerlin.com/?p=8</guid>
		<description><![CDATA[I will be helping out with my local Linux User Group&#8216;s annual InstallFest.  One thing we are going to do to hopefully make the day go a bit smoother is to use a PXE server to hand out a few flavors &#8230; <a href="http://blog.brentkerlin.com/2012/01/20/building-pixie-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.brentkerlin.com/2012/01/20/building-pixie-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
