Compiling a vanilla kernel tarball from kernel.org on Debian Testing.

Compiling a vanilla kernel tarball from kernel.org on Debian Stable/Testing. Firstly you need to download a vanilla kernel tarball from the kernel.org website. Once you have the tarball downloaded, type tar -jxvf linux-3.3.tar.bz2 and then follow the sequence below. This sequence of commands will build a pair of Debian *.deb packages in your home folder … Read more

Linux kernel 3.3 released, including some Android code?

The Linux kernel 3.3 has been released and among other features that have been included, there is some code from Google Android included. This is an interesting development, this does not mean that you can run Angry Birds on a Debian or Linux Mint system, but this could lead to something cool in the future. … Read more

Copying an Ubuntu kernel to a Gentoo installation

I have had someone come to my website looking for help on how to copy an Ubuntu kernel over to a Gentoo installation. This is not too hard to do. Let us say the kernel is version 2.6.35-14-generic. Then you will need to copy the /lib/modules/2.6.35-14-generic folder into the /lib/modules folder on your Gentoo installation. … Read more

Desktop Linux under attack.

The recent attacks on Desktop Linux enacted by the cracking of the Kernel.org website and the more recent attacks against the Linux Foundation websites has cast a cloud over desktop Linux. The Kernel.org website is still down for maintenance and the security of the Linux kernel is in doubt. The story on Slashdot says that … Read more

Interesting C program and Linux kernel source safe after all.

This is a little program I wrote in C that picks a random monster to attack the player. I think I already have this posted somewhere, but I thought I would post this once again as someone might be interested in this again. Programming in C instead of more modern programming languages like C++ is … Read more

Fluxbox window manager.

Just finished rewriting the kernel compilation page on my website to give instructions for building a vanilla kernel source package on Debian Squeeze. This needed to be done, the information there was dated and needed to be replaced. Having up to date information is a good way to keep your visitors coming back. http://en.wikipedia.org/wiki/Fluxbox I … Read more

Gentoo kernel installation.

Performing a kernel upgrade on Gentoo GNU/Linux How best to upgrade the Gentoo kernel. Installing a vanilla kernel for the Gentoo GNU/Linux distribution is very easy. This is necessary when a kernel upgrade is required. Just install the vanilla kernel source from kernel.org and then unpack the sources into /usr/src/linux as shown below. I am … Read more

20 years of Linux. It has been a good ride.

http://www.walkernews.net/2007/06/22/download-official-redhat-linux-iso-image/. The link above is to the Redhat 6.2 Linux distribution, the first version of Linux I used. It ran very well on a Celeron 600 with 64MB of RAM and integrated graphics. Linux has come so far since it was first released, the desktop has gotten even easier to use and with the release … Read more