How to install SIM (System Integrity Monitor) Description: SIM is a system and services monitor for ‘SysVinit’ systems. It is designed to be intuitive and modular in nature, and to provide a clean and informative status system. It does this by consistently verifying that services are online, load averages are in check, and log ...
Month: September 2012
Google Apps plugin for cpanel
How to install google apps plugin for cpanel. Go to the below path where you want to download the tar file. cd /usr/local/src/ Download the tar file. [email protected] [/usr/local/src]# wget http://google-apps-wizard-cpanel-plugin.googlecode.com/files/gaw-2.0.tar --2012-09-24 15:59:34-- http://google-apps-wizard-cpanel-plugin.googlecode.com/files/gaw-2.0.tar Resolving google-apps-wizard-cpanel-plugin.googlecode.com... 74.125.31.82, 2404:6800:4008:c00::52 Connecting to google-apps-wizard-cpanel-plugin.googlecode.com|74.125.31.82|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 184320 (180K) [application/octet-stream] Saving to: `gaw-2.0.tar' ...
How To Install Process Resource Monitor (PRM)
How To Install Process Resource Monitor (PRM) Description: PRM monitors the process table on a given system and matches process id’s with set resource limits in the config file or per-process based rules. Process id’s that match or exceed the set limits are logged and killed; includes e-mail alerts, kernel logging routine and more Downloading, Installing ...
How to install ConfigServer Mail Queues (cmq)
How to install ConfigServer Mail Queues (cmq) The product provides you with a full featured interface to the cPanel exim email queues from within WHM. The ConfigServer Mail Queues can be an essential tool for: Determining why inbound or outbound email delivery is failing Deleting bounce emails Deleting frozen (undeliverable) emails Forcing queue runs (especially ...
How to install Installatron Plugin in cpanel/WHM
How to install Installatron Plugin in cpanel/WHM Installing without a license will install the free edition. This edition is full-featured, includes all applications, and there is no time limit. The only limitation is that the free edition will only work for the first domain that it's used with. Installation For servers that support the RPM ...
How to install php.ini manager plugin in WHM
How to install php.ini manager plugin in WHM PHP.ini Manager (phpinimgr) is a WHM plugin designed to help you manage custom php.ini files for your users. It will list all php.ini files in the users root and www folder. If you are using suPHP, you can laso use PHP.ini Manager to activate, edit and update ...
Mysql manager of pid file quit without updating file
Mysql manager of pid file quit without updating file While Starting Mysql service getting the below error message. Mysql manager of pid file quit without updating file This problem occurs because mysql database crashed. To repair mysql database use the below command. cd /var/lib/mysql/ myisamchk -r *.MYI Then run the below command ps aux | ...
Block FTP access using Iptables
Iptables block ftp access Completely disable the FTP access on the server using below iptables rule: iptables -A INPUT -p tcp –dport 21 -j DROP If you want to block FTP access for a Specific IP then run the below command: iptables -A INPUT -p tcp -s 10.10.10.10 –dport 21 -j DROP To Disable FTP ...
Block FTP access using csf firewall
To completely disable the FTP access on the server follow the below steps: [email protected][#] vi /etc/csf/csf.conf Search for the lines: # Allow incoming TCP ports TCP_IN = and remove the port 21 from the list Save and quit. And then restart the CSF firewall using the below command: [email protected][#] csf -r If you want to ...
Yum error Time out while Loading fastestmirror
Yum is giving error Time out while Loading fastestmirror While installing any application using yum getting time out error while loading fastest mirror. It seems that mirrors are not able to download the packages to the server as there is some network issue or any other issues. First check the below possibilities if there is a ...