MySQL Memory Calculator
Nice little tool to help with working out MySQL memory usage when tuning your MySQL server. http://www.mysqlcalculator.com/
Read More MySQL Memory CalculatorRamblings of a Sysadmin
Nice little tool to help with working out MySQL memory usage when tuning your MySQL server. http://www.mysqlcalculator.com/
Read More MySQL Memory CalculatorWith NDCHost cPanel WHM Secondary MX Plugin you may get the following error from with in WHM: Site error: the file /var/cpanel/pluginSMX/pluginSMX.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. Normally if you are are getting cron messages as well you should be getting an importer error with the same …
Read More pluginSMX.class.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installedHow to upgrade PHP 5.1 to 5.2 on CentOS 5.x. The need to upgrade your php version passed the stable repositories provided by CentOS varys and luckly CentOS provides a Testing Repo for doing this. Enabling CentOS Testing Repo Edit with nano or vi /etc/yum.repos.d/CentOS-Testing.repo and copy and paste the following # CentOS-Testing: # !!!! …
Read More Howto upgrade PHP 5.1 to 5.2How to Install NagiosQL Configuration of Nagios can be very daunting task but can be made a little easier with using NagiosQL from http://www.nagiosql.org Some requirements are MySQL, PHP 5.2 or better If you dont have MySQL server running install it. yum install mysql yum install mysql-server yum install mysql-devel /etc/init.d/mysql start Create MySQL password /usr/bin/mysqladmin -u root …
Read More How to Install NagiosQLHow to install Nagios Going to do a 3 part install here. Firstly the base Nagios install to monitor from, Secondly how to implement NagiosQL for web based configurations and lastly how to remote monitor cPanel with Nagios ( NRPE). Lets start with the Install of the Nagios Monitor Server Check to make sure your system …
Read More How to Install Nagios