If you have a larger churn rate you probably have multiple user accounts that are not in use. In order to check suspended accounts go to: WHM > List Suspended Accounts or ls /var/cpanel/suspended To suspend an account: /scripts/suspendacct...
SpamCop’s domain name expired and all IP addresses that are checked against bl.spamcop.net now return ‘listed’. Spamcop.net on 31.01.2021 Was the project just abandoned? Or are they deliberately returning “listed” for...
There are hundreds of Linux applications on the market, each with their own configuration files and help pages. This variety makes Linux vibrant, but it also makes Linux system administration daunting. Fortunately, in most cases, Linux applications...
This document only applies to the Director Requirements Download linux-2.4.18.tar.gz from and ipvsadm-1.21.tar.gz from Setup Copy linux-2.4.18.tar.gz to /usr/srcGunzip linux-2.4.18.tar.gz...
To upload SVG files (Scalable Vector Graphics) to WordPress you don’t need any additional plugin, simply add the following code to your theme’s functions.php file: /* Upload .svg images to WordPress */...
Okay, first let’s find out if a website is using WordPress CMS, here is how: Detect WordPress by checking the page code Check the source code of the website, in Chrome go to View > Developer Options > View source or simply, right-click...
Changes every cPanel password on the server and stores the credentials in ~/newCredentials $newPassword is a randomly generated password with 10 characters #!/bin/bash export ALLOW_PASSWORD_CHANGE=1 ls -la /home | awk '{print $3}' | grep -v root |...
Contact form 7 is one of the most used WordPress plugins nowadays for building simple or complex contact forms on your WordPress website. Here is some custom code you can use to change text color or upper case in cf7 forms. You can add the bellow...