Blog Archive » December 2006

MySQL Screwing Up

December 30, 2006

I found this blog entry while reading RSS feeds today. /me waits for you to go read the article and come back.. It's sad really. MySQL has always been touted as one of the most profitable opensource companies of all time. I suppose I would begin to use PostgreSQL if MySQL source code actually becomes unavailable.

Car Wreck

Updated: December 12, 2006December 8, 2006

I was in a minor incident tonight. I was out with my brother, Billy. I had just turned right after stopping at a red light. The guy behind me bumped into my rear bumper on the right side. There was a police officer directly behind him. Everyone pulled over and the blue lights went on. My brother got out on the passenger side. He ran around the back of my car and layed on the g...

2 Comments

Debian rc.local howto

December 5, 2006

If you're using a flavor of *nix that has an rc.local file, and then you start using Debian GNU/Linux, you might be wondering where your rc.local file is. Quite simply, it's not there. Here's how to add it. Create a new file named /etc/init.d/local like this: #!/bin/sh # put startup stuff here Make the file executable: chmod 755 /etc/init.d/local ...

3 Comments