Sep 11 09:28

Configuring Sendmail to send mail from command line

It can be very frustrating to try to send mail through the command line using sendmail. Although sendmail is preinstalled on most linux system, it is configured not to deliver any mail to the outside (probably to prevent spamming).

Aug 02 22:32

Configuring Software RAID1 on Fedora Core using Disk Druid during system install

RAID1 or mirroring configuration uses two hard drives to duplicates exactly one drive to the other. This provides hardware redundancy - if one drive fails the other can continue to operate independently. Hardware RAID is provided by the controller, which present to the operating system one logical drive and the RAID management is transparent.