Cool addon for Dedicated server?

Discussion in 'Site & Server Administration' started by argothiusz, May 25, 2008.

  1. #1
    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.
     
    argothiusz, May 25, 2008 IP
  2. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #2
    For system stats check phpsysinfo

    Also, some site do require Ioncube
     
    Camay123, May 25, 2008 IP
  3. argothiusz

    argothiusz Well-Known Member

    Messages:
    1,500
    Likes Received:
    79
    Best Answers:
    0
    Trophy Points:
    140
    #3
    status2k looks better than phpsyinfo :p
     
    argothiusz, May 26, 2008 IP
  4. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Mod_Evasive. It's an Anti-(D)Dos Apache Module. Very effective.

    If you like it, Rep appreciated :D

    Thanks,

    Jay
     
    jayshah, May 27, 2008 IP
  5. argothiusz

    argothiusz Well-Known Member

    Messages:
    1,500
    Likes Received:
    79
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Already have it :p
     
    argothiusz, May 27, 2008 IP
  6. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #6
    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 :) ]

    :D

    Jay
     
    jayshah, May 27, 2008 IP
  7. argothiusz

    argothiusz Well-Known Member

    Messages:
    1,500
    Likes Received:
    79
    Best Answers:
    0
    Trophy Points:
    140
    #7
    I uninstalled it. Don't like to enable shell_exec
     
    argothiusz, May 27, 2008 IP