How to stop xmlrpc.php attacks on WordPress in Cpanel / WHM server
xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To…
CloudLinux is a lightweight, popular and powerful Linux distribution for servers and workstations running the Cpanel control
xmlrpc.com is a WordPress file that was intended to be used for API’s but lately it’s more and more used as a way for hackers to brute-force WordPress installations. To…
Here is how to bulk create email accounts in cPanel under a single domain name. First, let’s create a list of user accounts and passwords separated by colon: Then a…
Studies on passwords show that people are still using the same passwords even through several years.The worst passwords are the same. This is a danger in our security, sooner or later we could be…
For WordPress websites that use both Softaculous backups and AllInOne Migration plugin backups, Softaculous backups include the .wpress files created by the ai1wm plugin and therefore this will significantly increase the…
PHP Selector is a CloudLinux component integrated on top of CageFS.It allows each user to select a unique PHP version and modules based the user’s needs. PHP Selector requires an active account…
Every once in a while a hosting provider has to change an IP address for a single user or even an entire server on the fly. If you’ll try do this the…
Flask is a Python-based framework that enables you to quickly and easily create web applications. This article demonstrates how to install Flask and configure it on a Linux shared hosting account…
Set the system wide open file limit: vi /etc/security/limits.conf Change/Add the following: * soft nofile 1024000 * hard nofile 1024000 * soft nproc 10240 * hard nproc 10240 Now do…