|
16. October 2002
Booting FreeBSD with grub
grub is a bootloader which is compliant to the multiboot standard. It
understands filesystems (FFS, FAT16, FAT32, minixfs, ext2fs), is able to
boot a multitude of OSes, is able to boot from the net (RARP, BOOTP, DHCP)...
16. October 2002
Configuring sendmail 8.9 with m4-macros
There exist two possibilities to configure sendmail: the first is to edit
the sendmail.cf file directly, the second to use a m4-macro file. Most people -
including me - are using both methods depending on the their know how. Recently
I took the effort to get a single point for applying my changes to the configuration
of sendmail: the m4-macro file.
|