Technical Index @ trbailey.net

This is a collection of technical articles documenting my ongoing developmental process as I learn how to use and configure my own home Apache 2.x webserver. This server operates as trbailey.net, has a fully functional postfix mail system and serves several other sites. A site index can be found at www.trbailey.net

This server runs Debian Lenny. A more detailed page can be found here.

Articles I've written do date:
Spamassassin and postfix
Webmin Installation in Debian Linux
IPTables using Webmin and Debian Linux
Installing Gutsy Gibbon on Gigabyte GA-945GCM(X)-S2 & Visiontek x1650
A Simple Home Proxy Server using Apache 2.2 and mod_proxy
Moving a Debian or Ubuntu Webserver to new Hardware
Backup2L with PIGZ parallel file compression for multi-core servers
PHP and Apache MPM Worker

Files of possible interest.

I use a large external USB drive for backup and to augment my Desktop system. It's been formatted for Reiser4 and EXT4. However the standard 2.6.26-2 Debian kernel does not support Reiser4 or EXT4 file systems so I had to compile one. This can be a time consuming venture so I offer them here in case someone else finds them useful.
linux-image-2.6.28-rc9-reiser4 Debian Linux Kernel compiled to support reiser4 file system
linux-headers-2.6.28-rc9-reiser4 Debian Linux Headers for above kernel

I'm working on a copy of php5.2 that will work correctly with mpm-worker. Check back.