Building a complete email system with spam and antivirus protection is not as hard as you might think. This guide will walk you through installing and configuring everything you need for sending and receiving email, filtering spam, and scanning for viruses in email.
Anže Vidmar, Friday 10 March 2006 Not rated
The Basics
Shell scripting is a fascinating combination of art and science that gives you access to the incredible flexibility and power of Linux with very simple tools. Back in the early days of PCs, I was considered quite an expert with DOS's "batch files", something I now realize was a weak and gutless imitation of Unix's shell scripts. I'm not usually much given to Microsoft-bashing - I believe that they have done some absolutely awesome stuff in their time - but their BFL ("Batch File Language") was a joke by comparison. It wasn't even a funny one.
Since shell scripting is an inextricable part of the shell itself, quite a bit of the material in here will deal with shell quirks, methods, and specifics. Be patient; it's all a part of the knowledge that is necessary for writing good scripts.
Ben Okopnik, Thursday 02 June 2005 Not rated
A short rpm-package howto
Sometimes it can be good to pack or bundle your software in rpm form. Distributions like Redhat, Mandrake and Suse are using the "Redhat Package Manager" which in short is rpm to install/upgrade and package softwares.
DrHook, Wednesday 29 September 2004 Not rated
AIDE and CHKROOTKIT
Network security is continuing to be a big problem for companies and home users. The problem can be resolved with an accurate security analysis. In this article I show how to approach security using aide and chkrootkit.
Vincenzo Ciaglia, Tuesday 28 September 2004 Not rated
A brief introduction and installation howto. Every sysadmin wants to know what is going on on his/her systems. Are the important applications up and running? Is there available space left on my filesystems? In small companies, the sysadmin usually programs some small scripts himself to get on top of the environment. In big companies, the IT managers have a tweaked view on how the server farm shall be monitored and invest in some of the "big" umbrella applications for a couple of million. Often these have support for all kinds of things but aren't really the best on anything.
Now if you dont want to spend millions on a system management application and think nagios and other free software contains too much administration for you. Andutteye Surveillance is the answer. This article will give you some insight in what Andutteye Surveillance can offer you as sysadmin to make it easier to support and maintain your entire enterprise as a single entity.
Andutt, Tuesday 28 September 2004 Not rated
HOWTO: Install Kanotix to disk
Debian is one of the fastest growing distributions of GNU/Linux, thanks in part to its Advanced Packaging Tool (APT). However, Debian is difficult to install for many new users. While many commercial projects such as Red Hat and Mandrake offer advanced hardware autoconfiguration, Debian relies on a user's knowledge of the underlying hardware. Enter Kanotix -- a bootable GNU/Linux distribution based on Klaus Knopper's Knoppix that uses mostly fresh Debian sid packages.
Preston St. Pierre, Wednesday 01 September 2004 Not rated