How to Install Clamav on CentOS 7
Install EPEL repo first Clamav is available on EPEL repo. Please install EPEL first then, run the following command: yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd…
base class package cpanel easy utils cloudlinux is empty
Base class package Cpanel::Easy::Utils::CloudLinux is empty While executing EasyApache on my server, I was getting the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty” and I tried executing upcp and /scripts/checkperlmodules…
VirtualBox Commands
How to show the VirtualBox VM information. root@server VBoxManage showvminfo <vmname> How to show the VM Harddrive info. root@server VBoxManage showhdinfo <filename> How to list available ISO’s root@server VBoxManage list…
Tweaks to prevent Spamming on cPanel server
Setting in – Exim Configuration Manager 1. Login to WHM control panel by using root user 2. Goto Main >> Service Configuration >> Exim Configuration Manager 3. Enable RBL filtering…
How to change outgoing mail server IP address in Linux PLESK
You can easily change the mail server ip address in cpanel by using /etc/mailips file. The same as in PLESK you can also change the outgoing mail server ip address…
How to Secure /tmp
Introduction: The temporary directory, often denoted as /tmp, is an essential part of any computer system, serving as a storage space for temporary files used by various applications and processes.…
How to install & configure OpenVPN on Centos 6
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It…
How to replace MySQL with MariaDB in cpanel
Backup existing MySQL data Make sure to save all existing data just in case there are any issues. # cp -Rf /var/lib/mysql /var/lib/mysql-old # mv /etc/my.cnf /etc/my.cnf-old Disable the targets…