<?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>Steve Buck's Web Log</title>
	<atom:link href="http://sbuck.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://sbuck.net</link>
	<description>Geek topics, and other random stuff.</description>
	<pubDate>Thu, 05 Jun 2008 03:14:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Riding again</title>
		<link>http://sbuck.net/2008/06/04/riding-again/</link>
		<comments>http://sbuck.net/2008/06/04/riding-again/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 03:14:19 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[Cycling]]></category>

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

		<guid isPermaLink="false">http://sbuck.net/?p=16</guid>
		<description><![CDATA[I&#8217;ve started riding my bike again.  It actually feels pretty good to be doing it.  I had some sleep and migraine issues last fall and all winter.  Last fall I started getting dizzy when I would write and decided that it would be best if I stayed off my bike until I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started riding my bike again.  It actually feels pretty good to be doing it.  I had some sleep and migraine issues last fall and all winter.  Last fall I started getting dizzy when I would write and decided that it would be best if I stayed off my bike until I got those issues worked out.</p>
<p>Now that I have been treated and the sleep issues seem to be gone, I have decided to start riding again.  I figured with the small amount of time that I have to ride now that I have two kids, it would be best to commute to get some miles in.  This ends up being 29.5 miles a day for me.</p>
<p>Sunday I rode 18 miles to make sure that I could ride the miles I needed to in order to make one leg of the journey (14.77 miles).  The ride was great, I hopped on my bike and made it out about five miles.  I couldn&#8217;t believe how well my legs were responding and what speed I could keep for being so far out of shape.  Then I realized that even though I saw the trees blowing violently, I felt no wind.  Doh!  It all worked out, I made it home fine, but it was a quick reminder that I need to pay more attention then I have been.</p>
<p>I have since made one round trip commute, and a one way commute.  The second day I got soaked on the way in and it was raining when it was time to leave.  It rained today, but I think I may be able to ride in the rest of the week.  That will give me approx 120 miles this week.  Not bad for my first week back riding after 9 months off with no exercise in between!</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2008/06/04/riding-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux on the Laptop</title>
		<link>http://sbuck.net/2008/02/27/linux-on-the-laptop/</link>
		<comments>http://sbuck.net/2008/02/27/linux-on-the-laptop/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 05:17:17 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[System Configurations]]></category>

		<category><![CDATA[ancient hardware]]></category>

		<guid isPermaLink="false">http://sbuck.net/2008/02/27/linux-on-the-laptop/</guid>
		<description><![CDATA[I must admit, I&#8217;m impressed.  A few years ago I bought a PowerBook G4 to replace an aging Sony Vaio (PCG-FX220).  The Vaio really had seen better days, the solder on the memory socket was coming loose so that only one socket now works, its a fairly old P3, and well, it looks [...]]]></description>
			<content:encoded><![CDATA[<p>I must admit, I&#8217;m impressed.  A few years ago I bought a PowerBook G4 to replace an aging Sony Vaio (PCG-FX220).  The Vaio really had seen better days, the solder on the memory socket was coming loose so that only one socket now works, its a fairly old P3, and well, it looks like a beast by modern standards.<br />
<br/><br />
All of that aside, I picked it up and put a Debian testing install on it with Gnome as the desktop OE.  I must say that I&#8217;m very impressed.  Running with only 256MB of memory I am able to do everything that I want to with that laptop.  I can surf, read email, and ssh off to other machines, using this one as essentially a glorified X term.<br />
<br/><br />
I&#8217;m not going to be giving up any of my macs any time soon to run only on this, but I was pleasantly surprised at how well it ran.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2008/02/27/linux-on-the-laptop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Development with Vim</title>
		<link>http://sbuck.net/2008/02/07/java-development-with-vim/</link>
		<comments>http://sbuck.net/2008/02/07/java-development-with-vim/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 03:07:15 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[java vim development links]]></category>

		<guid isPermaLink="false">http://sbuck.net/?p=12</guid>
		<description><![CDATA[I found a great page that has a bunch of howto&#8217;s for Java development within Vim, which is something that I do all day long.

I put this entry in hoping that I would read the article in more detail later&#8230;

Still left to do with vim:

Figure out how to get vim to interact as the eclipse [...]]]></description>
			<content:encoded><![CDATA[<p>I found <a href="http://everything101.sourceforge.net/docs/papers/java_and_vim.html">a great page</a> that has a bunch of howto&#8217;s for Java development within Vim, which is something that I do all day long.<br />
<br/><br />
I put this entry in hoping that I would read the article in more detail later&#8230;<br />
<br/><br />
Still left to do with vim:</p>
<ol>
<li>Figure out how to get vim to interact as the eclipse editor</li>
<li>Figure out how to get vim to receive debugging information from eclipse</li>
</ol>
<p><b><i>Update:</i></b> I found a piece of software called eclim that acts like a glue between eclipse and vim, but it seems to be crashing with Java 6.  I&#8217;ll probably keep playing with this because it does seem like it has potential.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2008/02/07/java-development-with-vim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun with Cygwin</title>
		<link>http://sbuck.net/2008/01/29/fun-with-cygwin/</link>
		<comments>http://sbuck.net/2008/01/29/fun-with-cygwin/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 03:43:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[System Configurations]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://sbuck.net/?p=11</guid>
		<description><![CDATA[I have been using cygwin, well because I have a windows machine basically I have to.  In the same time, a co-worker pointed me at the Cygwin Putty patch.  This turned out to be a must for me because I was really not liking the cygwin command interface.
One of the nice things about [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using cygwin, well because I have a windows machine basically I have to.  In the same time, a co-worker pointed me at the <a href="http://web.gccaz.edu/~medgar/puttycyg/">Cygwin Putty patch</a>.  This turned out to be a must for me because I was really not liking the cygwin command interface.</p>
<p>One of the nice things about the setup with the Cygwin Putty patch is that you are logged into the system on console, and you&#8217;re not doing a trick to ssh back to local host.  This opens up some nice possibilities because you can now interact with the system as though you are on console.</p>
<p>The first thing that I did was to create a gvim function:<br />
<code><br />
function gvim {<br />
	$GVIM $* &amp;<br />
}<br />
</code><br />
Where I have my gvim installation defined elsewhere.  Yeah, this could be done through an alias, and I will probably switch it to that, but now at least gvim functions in cygwin like it does in a linux console situation.</p>
<p>Secondly, if I&#8217;m going to use windows, I&#8217;m at least going to want to have access to the windows explorer.  If you&#8217;re on the system, you may as well use the parts of it that you want to your advantage.  So I added this function next:</p>
<p><code><br />
function e {<br />
	if [ -z $* ]; then<br />
		path=`cygpath -wa $PWD`;<br />
	else<br />
		path=`cygpath -wa $*`;<br />
	fi<br />
	explorer /e,/root,$path<br />
}<br />
</code></p>
<p>This allows me to open an explorer with the root dir of the explorer window set to either:</p>
<ul>
<li>my current directory (if I do not give a directory as an argument)</li>
<li>or a directory of my choice that I pass in with the command.</li>
</ul>
<p>The <i>e</i> function has probably been one of the more useful functions for me in my daily life on a windows box.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2008/01/29/fun-with-cygwin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The stars have aligned</title>
		<link>http://sbuck.net/2007/04/28/the-stars-have-aligned/</link>
		<comments>http://sbuck.net/2007/04/28/the-stars-have-aligned/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 20:31:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://sbuck.net/?p=9</guid>
		<description><![CDATA[I run Debian Unstable on a bunch of my systems except for on my laptop, where I run Ubuntu (Edgy).  I don&#8217;t like to build MythTV from source because of how involved it can be and I would like to watch TV on my laptop occasionally.  Now I haven&#8217;t checked in a while [...]]]></description>
			<content:encoded><![CDATA[<p>I run Debian Unstable on a bunch of my systems except for on my laptop, where I run Ubuntu (Edgy).  I don&#8217;t like to build MythTV from source because of how involved it can be and I would like to watch TV on my laptop occasionally.  Now I haven&#8217;t checked in a while so I&#8217;m sure this has been out for some time now, but I&#8217;m happy to see that Edgy appears to have MythTV 0.20 to line up with the version that I&#8217;m running on the rest of my systems.</p>
<p>Just happy about this for a chance.  On top of which all of my systems seem to be in a relatively good state.  Yay.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2007/04/28/the-stars-have-aligned/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Updating IVTV Modules in Debian</title>
		<link>http://sbuck.net/2007/04/10/updateing-ivtv-modules-in-debian/</link>
		<comments>http://sbuck.net/2007/04/10/updateing-ivtv-modules-in-debian/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 18:40:21 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://sbuck.net/?p=8</guid>
		<description><![CDATA[Also after a kernel upgrade, remember to build the latest modules:

module-assistant auto-install ivtv
Never mind that, just do:

apt-get install ivtv-modules-2.6.18-4-686 (or whatever kernel you&#8217;re running) as Greg says to.  Just make sure that you get the firmware from the IVTV site and put it in the /lib/firmware directory.  I am also putting a line [...]]]></description>
			<content:encoded><![CDATA[<p>Also after a kernel upgrade, remember to build the latest modules:<br />
<br />
<del>module-assistant auto-install ivtv</del></p>
<p>Never mind that, just do:<br />
<br />
<code>apt-get install ivtv-modules-2.6.18-4-686</code> (or whatever kernel you&#8217;re running) as Greg says to.  Just make sure that you get the firmware from the <a href="http://ivtvdriver.org/index.php/Main_Page">IVTV site</a> and put it in the <em>/lib/firmware</em> directory.  I am also putting a line for ivtv in <em>/etc/modules</em> and udev seems to pick it up by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2007/04/10/updateing-ivtv-modules-in-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick debian lirc howto</title>
		<link>http://sbuck.net/2007/04/10/quick-debian-lirc-howto/</link>
		<comments>http://sbuck.net/2007/04/10/quick-debian-lirc-howto/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 16:53:44 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://sbuck.net/?p=7</guid>
		<description><![CDATA[In order to remember this the next time I upgrade a kernel on my myth client and hopefully go through a little less pain:


apt-get the latest linux kernel source
load the default configuration for the kernel you just installed (from /boot/config-2.6.xx)
unpack the lirc source in the /usr/src dir
run  dpkg-reconfigure lirc-modules-source and let it build the [...]]]></description>
			<content:encoded><![CDATA[<p>In order to remember this the next time I upgrade a kernel on my myth client and hopefully go through a little <em>less</em> pain:<br />
</p>
<ol>
<li>apt-get the latest linux kernel source</li>
<li>load the default configuration for the kernel you just installed (from /boot/config-2.6.xx)</li>
<li>unpack the lirc source in the /usr/src dir</li>
<li>run  dpkg-reconfigure lirc-modules-source and let it build the modules.</li>
</ol>
<p>
For my homebrew IR module I need to do the serial setting with the defaults for the settings.  Make sure that I say no to &#8220;generate software carrier&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2007/04/10/quick-debian-lirc-howto/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenWRT Success</title>
		<link>http://sbuck.net/2006/02/15/openwrt-success/</link>
		<comments>http://sbuck.net/2006/02/15/openwrt-success/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 19:17:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
		
		<category><![CDATA[OpenWRT]]></category>

		<guid isPermaLink="false">http://sbuck.net/blog/?p=4</guid>
		<description><![CDATA[I setup my Linksys 54G router with OpenWRT on it. I had big issues getting this going at first but then I realized that I still had a bunch of junk in the NVRAM from when I had the Sveasoft firmware on it until I realized that the OpenWRT firmware met my needs much better [...]]]></description>
			<content:encoded><![CDATA[<p>I setup my Linksys 54G router with OpenWRT on it. I had <em>big</em> issues getting this going at first but then I realized that I still had a bunch of junk in the NVRAM from when I had the <a href="http://www.sveasoft.com/">Sveasoft</a> firmware on it until I realized that the OpenWRT firmware met my needs much better than the Sveasoft one did and cost <strong>much</strong> less (free).</p>
<p>This machine is replacing an OpenBSD box that I had there as my router. Although I&#8217;m sad to see that machine go, I&#8217;m happy to have a much smaller footprint for my firewall/router.</p>
<p>I have the basic machine setup, a firewall setup keeping the wired network separated from the wifi network, and a dns/dhcp server running. My remaining todo list is this:</p>
<ol>
<li>ChilliSpot WAP Management Software</li>
<li>FreeRADIUS Integration with ChilliSpot</li>
<li>IPSec opening in the FW to allow me to tunnel into my internal network</li>
<li>Move the router somewhere to get better reception or buy better antennas for the router</li>
</ol>
<p></p>
<p>The ChilliSpot software is actually installed, I just need to take the time to learn about FreeRADIUS and RADIUS servers in general to see how they work (I also supposidly have FreeRADIUS setup on my server as well, but I haven&#8217;t attempted to authenticate off of it yet).</p>
<p>I&#8217;m also not planning on implementing IPSec <em>on</em> the router because, as was pointed out by my friend <a href="http://therowes.net/">Greg</a> in his experiment, the router really doesn&#8217;t have the power to do this. I will most likely use Open/SWAN on an internal machine and use that to connect to through the WIFI (only, not the external network for now), just making sure that the router allows the traffic through.</p>
<p>I also either need to move the router or find better antennae for it since I cannot get reception all over the house.</p>
]]></content:encoded>
			<wfw:commentRss>http://sbuck.net/2006/02/15/openwrt-success/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
