Script to prevent spamming on cpanel server
To prevent spamming in a cPanel server, you can use the following bash script: This script checks for the presence of the cpx utility, which is used to manage cPanel…
linux webhosting blog
Looking for help with your webhosting account? Look no further – our team is here to help. Our Cpanel WHM guide includes step-by-step instructions and helpful tips on everything from maintaining your server to setting up file sharing.
To prevent spamming in a cPanel server, you can use the following bash script: This script checks for the presence of the cpx utility, which is used to manage cPanel…
WordPress is a popular platform for building websites and blogs. However, like any other platform, it is vulnerable to security threats such as hacking and malware attacks. In this blog,…
Pre-migration steps (DNS) rsync -avHl /var/named/ /home/named.backup/ sed -i -e "s/14400/600/" /var/named/*.db newserial=$(date +%Y%m%d%H) sed -i -e "s/[0-9]\{10\}/$newserial/" /var/named/*.db rndc reload For customers with a large number of domains you…
How to Fix WordPress Image Upload Error Post-Processing of the Image Failed. Why Am I Getting the Fix the Post-Processing of the Image Failed Error in WordPress? As you probably…
Error Go to WHM > Service Manager and uncheck monitor for MySQL (so it doesn’t restart while fixing the issue), then save the area 2. Stop MySQL in root SSH…
cPHulk on the command line is helpful if you have been locked out of the WHM or cPanel interfaces. If you are locked out of the system and need to…
How to install ImunifyAV On the server where you want to install ImunifyAV, perform the following steps: Log in to WHM as the root user or as a reseller account with root-level privileges.…
For any program, whether it’s a web app, API server, desktop software, tablet or phone app, working with the time zones is a pretty common task. In this article, I…