What is some cool addon for dedicated server? I got: Zend Optimizer XCache RoundCube (no more lame horde or squirrelmail) CSF Is there any other cool stuff out there? I am thinking of getting status2k but I don't what the point in it when you can view most of the stat in your /var/log/ and WHM.
Mod_Evasive. It's an Anti-(D)Dos Apache Module. Very effective. If you like it, Rep appreciated Thanks, Jay
Dammit. Just a mention, I wouldn't bother with Status2K. I'm probably going to release a cheaper one (if not free) when I have more free time, because I think it's a bit of a rip-off Same features, and more. Incase anyone is wondering, the stats are all to easy to collect: Current load: `uptime` Memory Used `free -m` to get it MB or `free -g` for GB or `cat /proc/meminfo | grep Mem` Uptime script is pretty simple, CPU info is: `cat /proc/cpuinfo` PHP Version: `php -v` Kernel: `uname -a` Disk usage is `df -h` [ All SSH Commands are enclosed in `backticks` for copy/paste purposes ] Jay