<?xml version="1.0" encoding="utf-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Ramblings by Chase</title>
	<link>http://kc5mpk.com/blog</link>
	<description>A constant rattle of unintelligible nonsense</description>
	<lastBuildDate>Thu, 14 Aug 2008 20:26:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Quick Quote</title>
		<description>Idealism is what precedes experience; cynicism is what follows.
- David T. Wolf [1]
Especially funny since I have a co-worker that thinks very much along those lines. To top it all off, his name is eerily similar. </description>
		<link>http://kc5mpk.com/blog/archives/2008/06/19/quick-quote/</link>
			</item>
	<item>
		<title>It has been a long time</title>
		<description>It has been far too long since my last 'real' update. For that, I apologize in advance. It has been a crazy few months since the last post. Let me see if I can work my way through some of the more memorable events. I will probably break this post ...</description>
		<link>http://kc5mpk.com/blog/archives/2008/04/02/it-has-been-a-long-time/</link>
			</item>
	<item>
		<title>xfce 4.4.2 and Windows/Super shortcuts</title>
		<description>For anyone looking to use the "Windows Key" for shortcuts in Xfce 4.4.2, be sure that you do something like this before you try to use the shortcut editor:
xmodmap -e "add mod3 = Super_L"

Once that's done, the shortcut editor will actually recognize the key. This is as much for my ...</description>
		<link>http://kc5mpk.com/blog/archives/2008/02/13/xfce-442-and-windowssuper-shortcuts/</link>
			</item>
	<item>
		<title>New Apartment Update</title>
		<description>If you waded through my last entry you will know that things haven't been terribly smooth during my move. Thankfully the previous events were not an indication of future events. Tuesday came and by the evening, my first chance to check, I had DSL fully functioning. I also got a ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/10/25/new-apartment-update/</link>
			</item>
	<item>
		<title>The woes of moving and stupid people</title>
		<description>I know it's been ages since I wrote anything here, and some of that is having been busy. The rest? Yeah, you know it ... I'm lazy :-)

So, I've been trying to get moved into a larger apartment since early August. I asked my current complex if they had anything ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/10/22/the-woes-of-moving-and-stupid-people/</link>
			</item>
	<item>
		<title>TJOC update</title>
		<description>For TJOC 2008 (and beyond) information, please go check the TJOC Development Blog. </description>
		<link>http://kc5mpk.com/blog/archives/2007/09/16/tjoc-update/</link>
			</item>
	<item>
		<title>TJOC 2007 &#038; 2008</title>
		<description>Well, like I said about this time last year, camp is over for the year. I also said last year that I had all sorts of exciting things to share, and then I never followed through. Well, I'm saying the same thing this year, but I can promise you that ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/06/06/tjoc-2007-2008/</link>
			</item>
	<item>
		<title>Fedora 7</title>
		<description>Well, I got Fedora 7 installed on my laptop today. That's actually what I'm using right now. I must say, it's pretty slick overall. I've been very impressed with some of the new features that are available by default. If you are currently running an older version of Fedora [Core], ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/06/06/fedora-7/</link>
			</item>
	<item>
		<title>The night before TJOC</title>
		<description>'Tis the night before TJOC and all through the apartment, not a soul was sleeping, not even me ...

It's been a long rampup to camp for me already, and camp doesn't officially start until tomorrow (well, later today). We did the Diagnostic O written test online this year, and since ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/05/26/the-night-before-tjoc/</link>
			</item>
	<item>
		<title>Sound Update</title>
		<description>Well, I found a way to make it work, but I'm not sure why it broke to begin with. In /etc/asound.conf I simply changed the variable "defaults.pcm.device" from a value of 4, to one of 0. I chose zero only because the output of aplay -l indicated that device zero ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/03/30/sound-update/</link>
			</item>
	<item>
		<title>ALSA on Fedora Core 6 Issues</title>
		<description>So, I've finally run into my first real issue with Fedora Core 6. Don't get me wrong, it has done me well for quite some time now, but it finally cried 'Gotcha!' the other day. In the course of a standard 'yum update', which, since it's so simple, I tend ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/03/28/alsa-on-fedora-core-6-issues/</link>
			</item>
	<item>
		<title>I am alive. Really!</title>
		<description>It's been a very long while since I've taken the time to write anything here as you are probably well aware. I have a little time to kill before a meeting this afternoon, so here goes nothing.

Since the last 'personal' entry I have is really back in the summer there's ...</description>
		<link>http://kc5mpk.com/blog/archives/2007/01/31/i-am-alive-really/</link>
			</item>
	<item>
		<title>LVM Extention Process</title>
		<description>
dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576
losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2
pvcreate /dev/loop2
vgextend updates_store /dev/loop2
lvextend -L+1G /dev/updates_store/store
umount /mnt/vg
e2fsck -f /dev/updates_store/store
resize2fs /dev/updates_store/store
mount /dev/updates_store/store /mnt/vg
Where the filename (linuxupdates-2) increments, the 'count' in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments. </description>
		<link>http://kc5mpk.com/blog/archives/2006/12/13/lvm-extention-process/</link>
			</item>
	<item>
		<title>New Radio Install (Not a New Radio)</title>
		<description>I have something more substantial coming down the pipe as far as entries are concerned, but I thought I'd share this while I was thinking about it. During Thanksgiving my father and I redid the way that my FT-8800R (thanks dad!) is mounted in the car, along with cable routing. ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/12/01/new-radio-install-not-a-new-radio/</link>
			</item>
	<item>
		<title>Ubuntu Mirror Question</title>
		<description>Anyone listening? Hello?

If you are, and you know a nice way to create a local Ubuntu mirror via rsync, drop me a note here or via email. I'm trying to set one up here at LeTourneau and just haven't found anything useful (the mirror server is running Fedora Core 5 ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/12/01/ubuntu-mirror-question/</link>
			</item>
	<item>
		<title>Linux Updates &#8230; Updated</title>
		<description>The Linux Updates mirror (on campus only) now has full support for Fedora Core 6 (Core, Updates, and Extras). It updates twice a day, just like Fedora Core 5 and Gentoo, so check out the configuration page to see the scheduled times, configuration instructions (they are the same as Fedora ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/11/20/linux-updates-updated/</link>
			</item>
	<item>
		<title>Trickle Theory</title>
		<description>http://www.randsinrepose.com/archives/2006/09/25/trickle_theory.html </description>
		<link>http://kc5mpk.com/blog/archives/2006/09/29/trickle-theory/</link>
			</item>
	<item>
		<title>Linux Updates Mirror on Campus</title>
		<description>If you are a Linux user at LeTourneau University, and happen to use Fedora Core 5 or Gentoo Linux, you need to check out our new shiny local mirror. Once I get my hands on some more disk space, I'll be able to support Debian and Ubuntu so do not ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/09/01/linux-updates-mirror-on-campus/</link>
			</item>
	<item>
		<title>Back from camp</title>
		<description>I'm back from TJOC 2006 and I'm armed with a whole set of cool ideas and plans for TJOC 2007 and other nifty things. I'll post some details and thoughts after I get some sleep. Good night! </description>
		<link>http://kc5mpk.com/blog/archives/2006/06/03/back-from-camp/</link>
			</item>
	<item>
		<title>TJOC 2006</title>
		<description>Well, I'm leaving first thing tomorrow morning for the Texas Junior Orienteering Camp. I can't ever seem to remember how many years we've been doing this (and I've been to every one), but I think it is somewhere in the range of 7 or 8 years. These days I just ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/05/26/tjoc-2006/</link>
			</item>
	<item>
		<title>Ecommerce SLA Update</title>
		<description>The latest numbers. You can see that things are improving a little on average as our transaction count goes up. We are still significantly short of the 5 seconds goal, but it will require me moving the posting process out of the linear flow.
Total Transactions: 71
Min: 3
Max: 34
Average: 7.55


&#160;
Target
Actual
Diff
Real %


50%
36
17
19
23.94%


90%
64
63
1
88.73%


98%
70
70
0
98.59%

 </description>
		<link>http://kc5mpk.com/blog/archives/2006/05/22/ecommerce-sla-update/</link>
			</item>
	<item>
		<title>Phone update</title>
		<description>The new phone has arrived! It's currently charging, but you can check out some photos I took while unpacking the phone (tagged razr) over on my Flickr! page. </description>
		<link>http://kc5mpk.com/blog/archives/2006/05/19/phone-update/</link>
			</item>
	<item>
		<title>New Phone &#038; Phone Number</title>
		<description>I finally did it. I broke down and purchased a real phone and wireless plan. As a result my phone number will be changing. I know, I know, I could keep my existing number and save all you losers some effort, but it turned out to be somewhat complicated because, ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/05/18/new-phone-phone-number/</link>
			</item>
	<item>
		<title>Ecommerce Performance Tuning</title>
		<description>As we all know (if you've ever used it or heard me complain), the ecommerce process (recording the payment, etc) has been running pretty slow lately. My boss and I recently had a discussion where we agreed we wanted to spend some time fixing this. I put some better logging ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/05/18/ecommerce-performance-tuning/</link>
			</item>
	<item>
		<title>Crossband Repeat</title>
		<description>If you are on campus and are restricted to an HT (that atleast has 440 capabilities), feel free to use the new crossband repeat capabilities of my new radio. Simply use 445.750 simplex whenever my radio is in range and you should get through to the 146.640 repeater here in ...</description>
		<link>http://kc5mpk.com/blog/archives/2006/05/10/crossband-repeat/</link>
			</item>
</channel>
</rss>
