Weblog Archives

You are currently browsing the archives for the Maintenance tag.

How to change the expiration date of a GPG key

This post is a step-by-step tutorial on how to extend the expiration date of your GPG keys or reset it in case the keys have already expired. But, before we go through how to change the date, I’d like to write a few things about why setting an expiration date on your GPG keys is [...]

From Subversion to Mercurial

I’ve been using the Subversion version control system during the last 2-3 years. Although a VCS has never been a top priority for me, it seems there is always room for version control. I ended up using it for almost everything, from simple to more complex scripts and even system configuration files in some cases. [...]

Permanently remove deleted posts and topics in bbPress

Permanently removing deleted posts and topics in bbPress can be cumbersome. bbPress does not provide a decent way to completely remove deleted content from the database. I am not sure why… In my case, these posts mostly contain spam and there is absolutely no reason to keep them in the database any more. As it [...]

The importance of regular data backups

I still haven’t figured out whether it happened because of pure stupidity, temporary brain malfunction or low caffeine concentration in the blood, but a week ago, by mistake, I wiped the MBR of my primary desktop’s hard disk and also (because, you know, the MBR alone is never enough!) the boot sector of the first [...]

Mozilla Thunderbird 3 is out!

Mozilla has announced the general availability of version 3 of its popular open source email & newsgroup client, Thunderbird. Thunderbird has been my desktop email client of choice since its early stable releases, both in Linux and Windows. Actually, the only programs I’ve ever used for email and newsgroup management are Outlook Express, Mozilla Thunderbird [...]

Reclaiming the forums from bots

It’s been a long time since the last time I had done any cleaning in the G-Loaded Forums. I use the forums for further discussion about the published content, since the comments are disabled after a period of time. During the last months the place had been left at the hands of bots. But this [...]

Random downtimes during next 2 weeks

Last weekend I spent most of my free time revising the configuration of the server. This time my sole intention is to further improve the allocation of resources (mainly memory) to the various services. This involves a lot of testing, graphing and note taking as some of the currently used software needs to be fine-tuned [...]

Documents Need Maintenance too

Things change rapidly in the Open-Source Software scene and, consequently, all support documentation, guides, tutorials etc need to be adapted to the new features of the software as well. I have started going through all the howto articles I’ve written about Linux during the last 3 years and perform regular document maintenance tasks, like checking [...]

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 [...]