Simple Linux Kernel Picker

I run Fedora in my home-lab as the base OS for my server. It works well for me but I do occasionally run into an issue where Fedora will make a new kernel available before the ZFS project has support for it. When that happens I have to change from the most current kernel to something that I can have a dkms module built for.

I do this once or twice a year and I never remember the commands. So, here’s a script that will do it for me.

Run the script as a normal user and it will list your installed kernels.… Click here to read more!

Install Centos 6 on a Non-PAE Machine

I have a Thecus N5200 that was modified to have a VGA port. Though the machine will run a variety of current Linux distributions, I wanted it to run Centos 6. Unfortunately, the N5200 doesn’t support PAE, which Centos 6 requires.

The first major problem is that a Non-PAE machine won’t even boot the Centos installer CD/DVD. You have to find some way around that. There are several ways to get around that but they are all quite complex and time-consuming. Plus, as time goes on they work less and less. The old software needed is harder and harder to find.… Click here to read more!