How to Terminate old suspended accounts on cpanel server

9 years ago

Terminate old suspended accounts on cpanel server Following scripts:  1) vi /root/terminatesuspended.sh for i in `find /var/cpanel/suspended/ -mtime +90 | cut…

yum problem/easyapache/cpanel

9 years ago

Error : We have a server which seems to fail to start EasyApache. I get the following error : !! The server's system package manager, 'YUM', failed. !!…

How to update the yum repository on Centos 5 server

9 years ago

How to update the yum repository on Centos 5 server 1) yum install yum-fastestmirror 2) yum install yum-priorities 3) uname…

Important cpanel/whm files

9 years ago

Important cpanel/whm files /etc/httpd/conf/httpd.conf – apache configuration file /etc/exim.conf – mail server configuration file /etc/named.conf – name server (named) configuration…

Manage multiple IP addresses with CSF

9 years ago

Manage multiple IP addresses with CSF The command to deny an IP: # csf -d ip.address Click here for more…

CSF commands for Unix/Linux servers

9 years ago

CSF commands for managing your server firewall. 1. Enable csf and lfd if previously disabled csf -e Or csf --enable…

Introduction and basic usages of iptables under Unix/Linux

9 years ago

* What is iptables in Linux ?  Iptables is a rule based firewall system and is normally pre-installed on a…

How to install and configure csf on CentOS

9 years ago

Install and configure csf on CentOS the following steps as root user 1: Downloading csf package. rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz…

How to enable SPF and DKIM for already created cPanel accounts?

9 years ago

Enable SPF and DKIM for already created cPanel accounts cPanel script to enable SPF via commandline: Syntax # /usr/local/cpanel/bin/spf_installer $username…

How to enable key based authentication

9 years ago

Enable key based authentication 1. Generating Keys Key generator is available with Putty to generate private and public keys. You…