I dont know if I can update the guide for a few days cause I am out of town from tomorrow to Tuesday.
But the most important thing left is making some bash scripts and setting up the mysql server. You can use
http://www.eqemulator.net/wiki/wikka...kka=MySQLSetup for this. The start/stop scripts from the old Linux guide are fine too.
I would recommend using Debian if you want an lean installation. The Fedora Core 4 one is much more bloated. Also Debian is imho the superior distribution for a pure server cause its much easier to manage and upgrade once installed.
Btw. Fedora doesnt start the mysql server by default. Execute this as root:
Code:
chkconfig mysqld on
Now MySQL will get started automatically on boot and stopped before shutdown.