<?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>Burm.net</title>
	<atom:link href="http://burm.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://burm.net</link>
	<description>John Burmeister's Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:31:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Installing GitLabHQ on Debian</title>
		<link>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/</link>
		<comments>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 03:29:03 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitLabHQ]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://burm.net/?p=286</guid>
		<description><![CDATA[Just a few notes from getting GitLabHQ up and running on Debian. Used the following as a reference, however that is geared toward Ubuntu (and most of it applies) https://github.com/gitlabhq/gitlabhq_install Depending upon your situation you may want to skip some of those steps such as installing ruby (I&#8217;m using RVM) and using apache&#8230; If you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F30%2Finstalling-gitlabhq-on-debian%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F30%2Finstalling-gitlabhq-on-debian%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a few notes from getting GitLabHQ up and running on Debian.</p>
<p>Used the following as a reference, however that is geared toward Ubuntu (and most of it applies) https://github.com/gitlabhq/gitlabhq_install Depending upon your situation you may want to skip some of those steps such as installing ruby (I&#8217;m using RVM) and using apache&#8230;</p>
<p>If you have not done so already, su to root and add apt-get install sudo.</p>
<p>The documentation on that link is assuming you using ubuntu which uses the admin group for sudo access, and by default on debian it the sudo group. You can either edit the /etc/sudoers and add the admin group or just change the first step to the following:</p>
<p>sudo useradd -s /bin/bash -m -G sudo gitlabhq<br />
sudo passwd gitlabhq<br />
Follow the rest of the instructions (ignoring ruby if you have RVM installed)&#8230;</p>
<p>There is one little typo where the guide tells you to edit the gitlab.yml file under &#8220;Configure GitLabHQ&#8221; The correct path is:</p>
<p>~gitlabhq/config/gitlab.yml</p>
<p>In my case I wanted to use MySQL instead of SQLite, so I went ahead and edited the database.yml file to mysql&#8230; Added the mysql2 gem to the Gemfile then ran the following commands:</p>
<p>bundle install &#8211;without development test<br />
bundle exec rake db:setup RAILS_ENV=production<br />
bundle exec rake db:seed_fu RAILS_ENV=production</p>
<p>On my Dev server I&#8217;m running apache with passenger, so I added a new site pointing to the public directory of the gitlabhq user that was created during the process and fired up the url. Everything seems to be working fine, I&#8217;ll update this page as I get to play around a bit. So far it seems solid, comitted my first project and update.</p>
<p>My main reason for installing this was to avoid the costs of using one of the git hosting sites. I couldn&#8217;t see paying for it when I&#8217;d like to create a whole bunch of repositories for testing and side projects, cost wise it just didn&#8217;t make sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/30/installing-gitlabhq-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer basic security Tips &#8211; How do you secure your XenServer?</title>
		<link>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/</link>
		<comments>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 07:49:05 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://burm.net/?p=278</guid>
		<description><![CDATA[Using this post to keep some notes on a few things I did to my XenServer instance,  most of this is just common sense. Disable root login via SSH First things first, make sure you add a user on the Xenserver box.  This is the user you will allow to login via SSH (if you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F29%2Fxenserver-basic-security-tips-how-do-you-secure-your-xenserver%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F29%2Fxenserver-basic-security-tips-how-do-you-secure-your-xenserver%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Using this post to keep some notes on a few things I did to my XenServer instance,  most of this is just common sense.</p>
<p><strong>Disable root login via SSH</strong></p>
<p>First things first, make sure you add a user on the Xenserver box.  This is the user you will allow to login via SSH (if you have SSH running at all).</p>
<p>Edit the sshd_config, and find the text #PermitRootLogin yes and change it to:</p>
<p>PermitRootLogin no</p>
<p>Right below that add a new line, and replace USERNAME with the username you created.</p>
<p>AllowUsers USERNAME</p>
<p>If you have more then one user that you want to add just put a space between them and add them in succession.  Example:</p>
<p>AllowUsers john harry bob</p>
<p>Then go ahead and restart sshd:</p>
<p>/etc/init.d/sshd restart</p>
<p>Open up a new terminal session and make sure you can login to the server under your new user, and you should be good to go!</p>
<p><strong>Edit the web page that XenServer shows or limit access completely</strong></p>
<p>Xenserver by default serves up a web page that gives your links to download the Xen Center admin console&#8230; The web server also servers up the XAPI that is needed for the admin console to access the server remotely. So you have a few options, edit the index.html page to remove the data on there and serve up a blank page.  Or the better option is to restrict access completely to the XAPI via the hosts file.  And the best option is to toss the Xenserver behind a firewall (hardware or software).  Perhaps I&#8217;ll go into detail on how to do that in a future post, but in short, firewall the entire server and tunnel in via SSH, which would be the most secure avenue. The only downside to restricting access via a firewall or restricting access via the hosts file is that if you are not at home / work / at a PC where you have access to the restrictions in place your, out of luck on getting access to your server.   Now keep in mind, there are alternatives for access (port knocking, ssh via another server or VM, etc)  I could go on forever, but everyones situation is different. With that said, lets go over the first two options.</p>
<p>To prevent XenServer from showing the default index.html page, you can either edit the actual file and change it to your liking. The file is located here:</p>
<p>/opt/xensource/www/index.html</p>
<p>For the second option, you can reference the Citrix support document here for detailed information on modifying the hosts file http://support.citrix.com/article/CTX118504, however below is essentially what you need to do.</p>
<p>First edit the hosts.deny file located here: /etc/hosts.deny and enter in: xapi:ALL &#8211; What this does is restrict every IP from accessing the XAPI.  Second, you&#8217;ll need to edit the hosts.allow file, which takes precedence over the hosts.deny and specify the ip adresses or range of ip addresses that you would like to allow access to the XAPI.  The hosts.allow file is located /etc/hosts.allow</p>
<p>Allow access to a specific ip in the hosts.allow you would put in the following replacing IPADDRESS with the ip you would like to grant access:</p>
<p>xapi:IPADDRESS</p>
<p>Example:</p>
<p>xapi:24.22.12.222</p>
<p>To allow access to a group of ip addresses, for our example, lets use 24.22. &#8211; this would allow any ip address that begins with 24.22. to access the XAPI.</p>
<p>Example:</p>
<p>xapi: 24.22.</p>
<p>If you happen to come across this page, what do you do to lock down your XenServer installs?  I&#8217;ll be writing a few more articles as I dive deeper into Xen and XenServer, so be sure to check back often.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/29/xenserver-basic-security-tips-how-do-you-secure-your-xenserver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XenServer Tips and Tricks &#8211; Auto Start Your VM</title>
		<link>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/</link>
		<comments>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:29:44 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[XenServer]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://burm.net/?p=272</guid>
		<description><![CDATA[Figured I&#8217;d share a few of my notes from firing up a XenServer instance&#8230;  I went through lot of research before deciding to go with XenServer versus just firing up Xen on Debian, but thats for another post. The main reason I setup this server was to move off of Linode because I was at the point where it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F28%2Fxenserver-tips-and-tricks-auto-start-your-vm%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2012%2F01%2F28%2Fxenserver-tips-and-tricks-auto-start-your-vm%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Figured I&#8217;d share a few of my notes from firing up a XenServer instance&#8230;  I went through lot of research before deciding to go with XenServer versus just firing up Xen on Debian, but thats for another post. The main reason I setup this server was to move off of Linode because I was at the point where it just made sense cost wise, essentially I have a more powerful server for way less money.  Granted, you do loose some of the conveniences of Linode  (simple management/upgrade/backup).  Anyways, onto XenServer&#8230;</p>
<p>When using the free edition of XenServer 6.0, you&#8217;ll want to do a few things such as enabling Auto Start / Auto Boot / Auto Power On.  For some reason this feature was removed from the &#8220;Free&#8221; version in 6.0, so lets go ahead and set this up.</p>
<p>First your going to want to get the UUID of the VM&#8217;s you wish to enable auto start on as well as the UUID of the pool these VM&#8217;s reside in.</p>
<p>To get the list of the pool&#8217;s on your XenServer type:</p>
<p>xe pool-list</p>
<p>Copy the UUID of the pool, in my case there ist just one pool. Then issue the following command, and replace the UUID with your pools UUID.</p>
<p>xe pool-param-set uuid=UUID other-config:auto_poweron=true</p>
<p>Then, at the command prompt of your XenServer type:</p>
<p>xe vm-list</p>
<p>You should get a full list of the VM&#8217;s on the server, along with their name and UUID. Copy the UUID of the VM you wish to enable autostart then issue the command below, again replacing the UUID with the UUID of the VM you wish to auto start.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To Auto Start your Pool (replace UUID with the UUID of your Pool):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">xe pool-param-set uuid=UUID other-config:auto_poweron=true</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">To Auto Start your VM (replace the UUID with the UUID of your VM):</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 174px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">xe vm-param-set uuid=UUID other-config:auto_poweron=true</div>
<p>xe vm-param-set uuid=UUID other-config:auto_poweron=true</p>
<p>And thats it, the next time you ever need to power cycle your main server, the Xen instances should power up automatically.</p>
<p>I&#8217;ll be adding a few more articles over the next few weeks of some other notes and tips.  Next up is adding some monitoring to your main XenServer to see whats going on with your different instances.</p>
<p><span style="font-family: arial, helvetica, sans-serif; color: #35383d;"><span style="line-height: 18px;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2012/01/28/xenserver-tips-and-tricks-auto-start-your-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New roof going on the house today!</title>
		<link>http://burm.net/2010/12/16/new-roof-going-on-the-house-today/</link>
		<comments>http://burm.net/2010/12/16/new-roof-going-on-the-house-today/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 13:58:41 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[house]]></category>
		<category><![CDATA[Remodeling]]></category>
		<category><![CDATA[renovation]]></category>

		<guid isPermaLink="false">http://burm.net/?p=265</guid>
		<description><![CDATA[I have a new roof going on the house today.  After a few weeks of getting quotes, and finding the right roofing guy for the right price its finally going on.  We are also getting rid of one skylight towards the back of the house.   Reason for dumping the skylight is that I need to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2010%2F12%2F16%2Fnew-roof-going-on-the-house-today%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2010%2F12%2F16%2Fnew-roof-going-on-the-house-today%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have a new roof going on the house today.  After a few weeks of getting quotes, and finding the right roofing guy for the right price its finally going on.  We are also getting rid of one skylight towards the back of the house.   Reason for dumping the skylight is that I need to built a wall and the skylight would have been right in the middle of where the wall is going.  Some before / in progress pictures are below.  I&#8217;ll have some after shots later today / tomorrow.</p>
<p><img class="alignnone size-medium wp-image-268" title="IMG_0350" src="http://burm.net/wp-content/uploads/2010/12/IMG_0350-300x200.jpg" alt="IMG_0350" width="300" height="200" /></p>
<p><img class="alignnone size-medium wp-image-267" title="IMG_0351" src="http://burm.net/wp-content/uploads/2010/12/IMG_0351-300x200.jpg" alt="IMG_0351" width="300" height="200" /></p>
<p><img class="alignnone size-medium wp-image-266" title="IMG_0352" src="http://burm.net/wp-content/uploads/2010/12/IMG_0352-300x200.jpg" alt="IMG_0352" width="300" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2010/12/16/new-roof-going-on-the-house-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detailed the ATV and Fixed some things&#8230;</title>
		<link>http://burm.net/2010/05/06/detailed-the-atv-and-fixed-some-things/</link>
		<comments>http://burm.net/2010/05/06/detailed-the-atv-and-fixed-some-things/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:04:16 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Upstate]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[Brute Force 750]]></category>
		<category><![CDATA[Kawasaki]]></category>

		<guid isPermaLink="false">http://burm.net/?p=262</guid>
		<description><![CDATA[I finished up the main detailing to get rid of all the oxidation.  I started to work on some of the corroded wiring and other problems. I had a really hard time getting off some of the body screws because they were so rusted. All cleaned up: Bus connector fix (common problem on 2005 and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2010%2F05%2F06%2Fdetailed-the-atv-and-fixed-some-things%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2010%2F05%2F06%2Fdetailed-the-atv-and-fixed-some-things%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I finished up the main detailing to get rid of all the oxidation.  I started to work on some of the corroded wiring and other problems. I had a really hard time getting off some of the body screws because they were so rusted.</p>
<p>All cleaned up:</p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9961" href="http://burm.net/photos/photo/4573082276/img_9961.html"><img class="alignnone" src="http://farm5.static.flickr.com/4055/4573082276_b1bce83112.jpg" alt="IMG_9961" width="500" height="333" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9959" href="http://burm.net/photos/photo/4573082050/img_9959.html"><img class="alignnone" src="http://farm4.static.flickr.com/3416/4573082050_6348fb60d7.jpg" alt="IMG_9959" width="500" height="333" /></a></p>
<p>Bus connector fix (common problem on 2005 and 2006 Kawasaki Brute Force 750&#8242;s)</p>
<p><a class="tt-flickr tt-flickr-Small" title="IMG_9970" href="http://burm.net/photos/photo/4582837039/img_9970.html"><img class="alignnone" src="http://farm5.static.flickr.com/4037/4582837039_9ef624e568_m.jpg" alt="IMG_9970" width="240" height="160" /></a> <a class="tt-flickr tt-flickr-Small" title="IMG_9972" href="http://burm.net/photos/photo/4583467048/img_9972.html"><img class="alignnone" src="http://farm5.static.flickr.com/4066/4583467048_20444cb244_m.jpg" alt="IMG_9972" width="240" height="160" /></a></p>
<p>Took the wires out of this plug, stripped then soldered.</p>
<p><a class="tt-flickr tt-flickr-Small" title="IMG_9976" href="http://burm.net/photos/photo/4582837645/img_9976.html"><img class="alignnone" src="http://farm5.static.flickr.com/4040/4582837645_8116407551_m.jpg" alt="IMG_9976" width="240" height="160" /></a> <a class="tt-flickr tt-flickr-Small" title="IMG_9979" href="http://burm.net/photos/photo/4583467836/img_9979.html"><img class="alignnone" src="http://farm5.static.flickr.com/4002/4583467836_1866ccdcd1_m.jpg" alt="IMG_9979" width="240" height="160" /></a></p>
<p>Then taped them up nice and secure&#8230;</p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9981" href="http://burm.net/photos/photo/4583467990/img_9981.html"><img class="alignnone" src="http://farm5.static.flickr.com/4047/4583467990_f6d95c66d0.jpg" alt="IMG_9981" width="500" height="333" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2010/05/06/detailed-the-atv-and-fixed-some-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2005 Kawasaki Brute Force 750 4x4i &#8211; New Toy</title>
		<link>http://burm.net/2010/05/02/2005-kawasaki-brute-force-750-4x4i-new-toy/</link>
		<comments>http://burm.net/2010/05/02/2005-kawasaki-brute-force-750-4x4i-new-toy/#comments</comments>
		<pubDate>Sun, 02 May 2010 06:46:17 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Upstate]]></category>
		<category><![CDATA[ATV]]></category>
		<category><![CDATA[Hunting]]></category>
		<category><![CDATA[Kawasaki]]></category>

		<guid isPermaLink="false">http://burm.net/?p=259</guid>
		<description><![CDATA[After 10 months of looking I finally found the ATV deal I was looking for.  A 2005 Kawasaki Brute Force 750.  It has 33 hours on the clock ~170 miles, its basically brand new.  I spend about 8 hours today detailing the quad, it was pretty oxidated from sitting outside. I used a oxidation remover [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2010%2F05%2F02%2F2005-kawasaki-brute-force-750-4x4i-new-toy%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2010%2F05%2F02%2F2005-kawasaki-brute-force-750-4x4i-new-toy%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>After 10 months of looking I finally found the ATV deal I was looking for.  A 2005 Kawasaki Brute Force 750.  It has 33 hours on the clock ~170 miles, its basically brand new.  I spend about 8 hours today detailing the quad, it was pretty oxidated from sitting outside. I used a oxidation remover and then wax on the whole ATV.  Its coming out pretty good. I took off the racks and starting spray painting some of the rusted bolts and parts with Rustoleum.  The plow needs to be reconditioned as well, I&#8217;ll probably strip that down to bear metal with the wizzer next week.  Here are some pics:</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4042/4569715995_d58468b7a2.jpg" alt="IMG_9889" width="500" height="333" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4006/4569716867_b17f0681c5.jpg" alt="IMG_9892" width="500" height="333" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4034/4570357172_8448f3835d.jpg" alt="IMG_9908" width="500" height="333" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4049/4570355840_c19975a008.jpg" alt="IMG_9925" width="500" height="333" /></p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4042/4570355572_ce4afc7346.jpg" alt="IMG_9938" width="500" height="333" /></p>
<p>My &#8220;spray booth&#8221;</p>
<p><img class="alignnone" src="http://farm5.static.flickr.com/4026/4570356184_8a0ce92071.jpg" alt="IMG_9936" width="500" height="333" /></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2010/05/02/2005-kawasaki-brute-force-750-4x4i-new-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails Best Coding Practices Slide Show and Gem</title>
		<link>http://burm.net/2009/11/17/rails-best-coding-practices-slide-show-and-gem/</link>
		<comments>http://burm.net/2009/11/17/rails-best-coding-practices-slide-show-and-gem/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 01:54:39 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Rails Plugins]]></category>
		<category><![CDATA[Rails Tutorials]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://burm.net/?p=249</guid>
		<description><![CDATA[When browsing around today I saw quite a few sites talking about the Rails Best Practices presentation / talk that ihower did at the Kungfu RailsConf. Check it below, it really covers a lot of basic tips on how to clean up your code and follow some better coding practices. Someone just released a gem [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F17%2Frails-best-coding-practices-slide-show-and-gem%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F17%2Frails-best-coding-practices-slide-show-and-gem%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>When browsing around today I saw quite a few sites talking about the Rails Best Practices presentation / talk that ihower did at the Kungfu RailsConf. Check it below, it really covers a lot of basic tips on how to clean up your code and follow some better coding practices.</p>
<p>Someone just released a gem that will analyze your code and check for &#8220;Best Practices&#8221; -  seems promising. Check it out at GitHub here: <a href="http://github.com/flyerhzm/rails_best_practices">http://github.com/flyerhzm/rails_best_practices</a></p>
<div id="__ss_2334123" style="width: 425px; text-align: left;"><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rails-best-practices-091024015011-phpapp01&amp;stripped_title=rails-best-practices" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=rails-best-practices-091024015011-phpapp01&amp;stripped_title=rails-best-practices" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2009/11/17/rails-best-coding-practices-slide-show-and-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stairs are now done, finally!</title>
		<link>http://burm.net/2009/11/16/stairs-are-now-done-finally/</link>
		<comments>http://burm.net/2009/11/16/stairs-are-now-done-finally/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:19:28 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[house]]></category>
		<category><![CDATA[Levittown]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[long island]]></category>
		<category><![CDATA[painting]]></category>

		<guid isPermaLink="false">http://burm.net/?p=247</guid>
		<description><![CDATA[These stairs are finally done.  First was the endless sanding, then the staining and polyurethane.  I put off painting the risers and sides because its a nightmare to prep, plus I had other projects from &#8220;The List&#8221; to get done.  I went through a roll of tape just getting everything ready before painting.  Primed with [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F16%2Fstairs-are-now-done-finally%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F16%2Fstairs-are-now-done-finally%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>These stairs are finally done.  First was the endless sanding, then the staining and polyurethane.  I put off painting the risers and sides because its a nightmare to prep, plus I had other projects from &#8220;The List&#8221; to get done.  I went through a roll of tape just getting everything ready before painting.  Primed with a good primer, then hit it with a semi gloss white from Benjamin moore.  (I went with the semi gloss because of durability, I used this on all my moldings and doors)</p>
<p>Anyways, here are some pics.  The flash from the camera makes it seem more shiny then it actually is, I think it came out pretty good.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0063" href="http://burm.net/photos/photo/4108336912/img_0063.html"><img class="alignnone" src="http://farm3.static.flickr.com/2660/4108336912_2b33ea9ee3.jpg" alt="IMG_0063" width="375" height="500" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0066" href="http://burm.net/photos/photo/4108337118/img_0066.html"><img class="alignnone" src="http://farm3.static.flickr.com/2770/4108337118_e440a7b941.jpg" alt="IMG_0066" width="500" height="375" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0061" href="http://burm.net/photos/photo/4107570459/img_0061.html"><img class="alignnone" src="http://farm3.static.flickr.com/2507/4107570459_ce9bf36f17.jpg" alt="IMG_0061" width="375" height="500" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2009/11/16/stairs-are-now-done-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pics of new Fence, Front Door, and Entry Way&#8230;</title>
		<link>http://burm.net/2009/11/03/pics-of-new-fence-front-door-and-entry-way/</link>
		<comments>http://burm.net/2009/11/03/pics-of-new-fence-front-door-and-entry-way/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:03:10 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[house]]></category>
		<category><![CDATA[long island]]></category>
		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://burm.net/?p=244</guid>
		<description><![CDATA[Figured I&#8217;d update the old blog with a few house updates.  We had a new door put in, then me and my father-in-law tiled our entry way.  I also just had a fence put in. Here is our poor attempt at a pumpkin carving]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F03%2Fpics-of-new-fence-front-door-and-entry-way%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2009%2F11%2F03%2Fpics-of-new-fence-front-door-and-entry-way%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Figured I&#8217;d update the old blog with a few house updates.  We had a new door put in, then me and my father-in-law tiled our entry way.  I also just had a fence put in.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0050" href="http://burm.net/photos/photo/4071556341/img_0050.html"><img class="alignnone" src="http://farm3.static.flickr.com/2442/4071556341_3e2833ea5b.jpg" alt="IMG_0050" width="375" height="500" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0041" href="http://burm.net/photos/photo/4072318034/img_0041.html"><img class="alignnone" src="http://farm3.static.flickr.com/2536/4072318034_59f9ffc984.jpg" alt="IMG_0041" width="500" height="375" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0038" href="http://burm.net/photos/photo/4072317258/img_0038.html"><img class="alignnone" src="http://farm3.static.flickr.com/2539/4072317258_10c11bd54c.jpg" alt="IMG_0038" width="500" height="375" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0037" href="http://burm.net/photos/photo/4071554633/img_0037.html"><img class="alignnone" src="http://farm3.static.flickr.com/2765/4071554633_3c31553f3a.jpg" alt="IMG_0037" width="500" height="375" /></a></p>
<p>Here is our poor attempt at a pumpkin carving <img src='http://burm.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0048" href="http://burm.net/photos/photo/4072318522/img_0048.html"><img class="alignnone" src="http://farm3.static.flickr.com/2511/4072318522_fba88ec309.jpg" alt="IMG_0048" width="500" height="375" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_0052" href="http://burm.net/photos/photo/4071556633/img_0052.html"><img class="alignnone" src="http://farm3.static.flickr.com/2539/4071556633_238f2e64b0.jpg" alt="IMG_0052" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2009/11/03/pics-of-new-fence-front-door-and-entry-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some pics of the Mustang all cleaned up and ashtray switches installed&#8230;</title>
		<link>http://burm.net/2009/08/08/some-pics-of-the-mustang-all-cleaned-up-and-ashtray-switches-installed/</link>
		<comments>http://burm.net/2009/08/08/some-pics-of-the-mustang-all-cleaned-up-and-ashtray-switches-installed/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 05:46:25 +0000</pubDate>
		<dc:creator>John Burmeister</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Levittown]]></category>
		<category><![CDATA[long island]]></category>
		<category><![CDATA[mustang]]></category>
		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://burm.net/?p=242</guid>
		<description><![CDATA[Here are some pics from a few weeks ago when she was all cleaned up.   The stang looks a lot better via photos then in person, but hey&#8230; What do you expect for 23+ year old paint?!?! Other pics are for the new switch console I added to the ashtray.  These switches control my Fan, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fburm.net%2F2009%2F08%2F08%2Fsome-pics-of-the-mustang-all-cleaned-up-and-ashtray-switches-installed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fburm.net%2F2009%2F08%2F08%2Fsome-pics-of-the-mustang-all-cleaned-up-and-ashtray-switches-installed%2F&amp;source=burmjohn&amp;style=compact&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Here are some pics from a few weeks ago when she was all cleaned up.   The stang looks a lot better via photos then in person, but hey&#8230; What do you expect for 23+ year old paint?!?! Other pics are for the new switch console I added to the ashtray.  These switches control my Fan, Shift Light, and gauges.   Heading to Englishtown,NJ this weekend for the big Muscle Mustang &amp; Fast Fords Event.  More info on the event here: <a href="http://www.etownraceway.com/schedule/fords.aspx" target="_blank">http://www.etownraceway.com/schedule/fords.aspx</a> It should be fun!</p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9409" href="http://burm.net/photos/photo/3737248022/img_9409.html"><img class="alignnone" src="http://farm4.static.flickr.com/3418/3737248022_3858639cd4.jpg" alt="IMG_9409" width="500" height="334" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9403" href="http://burm.net/photos/photo/3736454045/img_9403.html"><img class="alignnone" src="http://farm4.static.flickr.com/3506/3736454045_7d3a243515.jpg" alt="IMG_9403" width="500" height="334" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="IMG_9412" href="http://burm.net/photos/photo/3736455481/img_9412.html"><img class="alignnone" src="http://farm4.static.flickr.com/3085/3736455481_3e1020b4b1.jpg" alt="IMG_9412" width="500" height="333" /></a></p>
<p>Some pics of the control panel installed in the ashtray, sorry crappy pics, took it with my iPhone.</p>
<p><a class="tt-flickr tt-flickr-Medium" title="mustang ash tray" href="http://burm.net/photos/photo/3723962794/mustang-ash-tray.html"><img class="alignnone" src="http://farm4.static.flickr.com/3487/3723962794_441bd22c06.jpg" alt="mustang ash tray" width="500" height="375" /></a></p>
<p><a class="tt-flickr tt-flickr-Medium" title="mustang ash tray" href="http://burm.net/photos/photo/3723962624/mustang-ash-tray.html"><img class="alignnone" src="http://farm4.static.flickr.com/3426/3723962624_72868070f8.jpg" alt="mustang ash tray" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://burm.net/2009/08/08/some-pics-of-the-mustang-all-cleaned-up-and-ashtray-switches-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

