Would I be able to use the Fedora Core 3 perfect setup guide as a base point of reference for setting up my CentOS 3.X Server ?
I think so, though I haven't tried. But instead of apt-get you should use CentOS' built-in package manager (is it up2date or yum?). If it's yum, then the syntax is the same as with apt-get: Code: yum install <package_name> If it's up2date, run Code: man up2date to find out more. Also have a look here: http://www.howtoforge.com/forums/showthread.php?t=1408