Category Archives: Linux

This category contains a wide range of posts, for example tutorials, reviews, news, bug information, related to systems running GNU/Linux.

Logwatch and Dovecot 1.x series in FC5

No Comments

Logwatch is the preferred tool in order to get summaries of the various service logs in Fedora Core 5. It needs very little customization, which mainly summarizes in overriding some of the log file locations. The only issue I have encountered so far is that it cannot parse the Dovecot log entries correctly.

GRUB background image

No Comments

Tweaking and customizing visuals in my system is not actually one of my topics of interest, but a tutorial about changing the GRUB boot screen’s background image has caught my attention. I don’t really like Fedora’s GRUB background – too many bubbles -, so the time has come to change it. The author writes in…

Continue reading

SPEC File Directory

No Comments

I started packaging linux software for my Fedora machines from the time I was using Fedora Rawhide (development version) as my primary system. There is no repository that is synced with Rawhide, so there was a huge amount of software I had to compile (mostly multimedia related). This is a very time-consuming task, so I…

Continue reading

ModSecurity Overview

ModSecurity is an Apache module which adds an extra layer of security by analyzing client requests before they are processed by Apache and, furthermore, by analyzing server responses after a request has been processed. This article intends to be a ModSecurity overview and to provide the reader with the basic knowledge about the most important…

Continue reading

Write A Man Page

Some links about how to write a man page: Writing man-pages THE LINUX MAN-PAGE-HOWTO Last, but not least: # man 7 groff_man This man page contains all the macros that can be used in a manual page.