Weblog Archives

You are currently browsing the archives for the Maintenance tag.

Move comments to another post in WordPress

Moving the comments your readers have submitted under one of your blog posts to another one might sound like a horrible idea at first, but there are times, especially when the number of comments has increased too much, that such an action is required in order to reduce the page loading time. I am aware [...]

Backslashes inside pre HTML tags in WordPress

Today, I noticed that it is no longer required to escape the backslash (\), known as the “escape character” on *nix systems, inside the pre HTML tag in order not to be removed by WordPress’ HTML filters. This bug has lived long enough to be considered as a WordPress feature, but the devs have suddenly [...]

Upgraded to WordPress 2.3.1

I finally made the decision to upgrade WordPress to the latest 2.3.1 version. I skipped the initial v2.3 release as I had read that there was a lengthy list of bugs about that release, which eventually have been fixed in 2.3.1. Everything seems to run smoothly. I intend to spend some time browsing around my [...]

CloneZilla instead of Partimage

Until now I have been creating partition images with Partimage, which has never failed. Another very popular tool nowadays is CloneZilla. This software, which happens to include partimage among various other utilities, has wider filesystem support and a better set of features – taking/restoring backups across the network is supported. The fact that this is [...]

Mailing List Manager

If you are looking for a lean, mean mailing list manager (MLM), look no further. The software you are looking for is called: the Minimalist. Despite the fact that the Minimalist is just a Perl script with a filesize of 70Kb, it is a full featured MLM which will satisfy almost all users. Do not [...]

Best Practices of Software Licensing

I am nowhere near being an authority on software licensing. However, the recent release of GPLv3 with all the online discussions, all the attempts to exploit statements of the old version 2 of the license in order to achieve automatic license renewal for all the projects that were released under GPLv2 made me re-evaluate, not [...]

Linux Distribution for Servers

Some days ago, I decided to upgrade my server’s operating system, Fedora. Starting from Fedora Core 3, I have used yum to perform all the distribution upgrades, but for the seventh version of the OS I decided to go all the way re-installing it from scratch. I’ve been improving the server’s configuration files and automation [...]

Server upgraded to Fedora 6

A long time has passed since Fedora 6 was released, many of the initial bugs have been fixed, so I decided to perform an upgrade of the installation on the server that powers this web site. Everything has gone well, despite the fact that a few strange things happened during the upgrade.

RPM and Initscripts compatibility between SUSE and Red Hat Linux

When it comes to business – despite the recent Microsoft-Novell deal -, interoperability and maximum compatibility between two major Linux distributions are of significant importance, as they can lead to less maintenance time, effort, trouble and costs. Having written that, I consider this article, which describes how to create RPM packages and initscripts that are [...]

Setting up Subversion and WebSVN

I always wanted to learn how to set up a version control system, especially SVN since everybody tend to move to that system. This howto will illustrate a way to install and configure Subversion and websvn on a Debian server with the following features: multiple repository Subversion access to the repositories via WebDAV (https, https) [...]