CentOS 5.1 Minimal VPS Install Guide

I’m working on a project that is deploying on CentOS 5.1, and I found it not entirely obvious how to install a really stripped down server, as a starting point for a lean and mean, hardened production server. Since I’m doing work on this at home on VMWare, and it’s being deployed on a VPS initially (and probably will remain virtualized for ease of management as it scales up), this guide is specifically aimed at this kind of configuration.

Continue reading “CentOS 5.1 Minimal VPS Install Guide”

Upgrading to Ubuntu 7.10 “Gutsy Gibbon” on Xen

I have a VPS hosted at RimuHosting.com. I waited a while (3 months) for bugs to be squashed before upgrading it to Ubuntu Linux 7.10 (“Gutsy Gibbon”). There was one new issue.

BTW, my non-Rimu home server was the first thing I updated. Notes are here.

The only Xen wrinkle is that you need the libc6-xen package. I don’t know if that’s in Feisty or not. In my case I experienced a slew of scary Segmentation Fault errors in the package configuration stage. I found :this post which contains a solution for the problem. But if possible you might want to try installing that package before upgrading. If that doesn’t work, just use the method described in that post.

After doing that and running dpkg --configure -a, it was okay. It did complain about AppArmor and being unable to do something with modules, but that seems to be not germane to Xen so I ignored it and rebooted, and everything seems fine.

Ubuntu Linux 7.10 “Gutsy Gibbon” Upgrade Report

A few weeks ago I updated to the latest version of Ubuntu Linux. This is the 7.10 (meaning October 2007) release, called “Gutsy Gibbon”. I encountered a couple of serious issues early on, but now that these are resolved things are running well. I’ll describe the issues and solutions so that anyone else encountering them can easily overcome them.
Continue reading “Ubuntu Linux 7.10 “Gutsy Gibbon” Upgrade Report”

Journalists, Developers Puzzled by Android SDK’s License

The Android mobile phone software platform from Google has some journalists and developers confused due to its license terms. The terms are open source, but not as free as the GNU General Public License. That decision has people wondering what Google’s up to. I have a theory about why they did this.

Continue reading “Journalists, Developers Puzzled by Android SDK’s License”