The information has been provided by Rodrigo Marcos. A recent Apache vulnerability has been made public whereby an attacker could gain unauthorised access to content in the DMZ network: The mod_proxy module in the Apache HTTP Server 1...
Slowloris is a denial-of-service attack program that allows an attacker to overwhelm a targeted server by opening and maintaining many simultaneous HTTP connections between the attacker and the target.
WordPress DoS attack is possible by exploiting the vulnerability (CVE-2018-6389) in load-scripts.php and load-styles.php files.
Here is how to install PERCS (LSI) MegaCLI utility on a Dell machine: Step 1: Download the latest version of MegaCLI here or use this alternative link. Step 2: Copy the file to your Linux machine. In this case, I will use /var/tmp/ Step 3:...
Back in 2020, I published the Better Editor WordPress plugin which has a feature to disable the Gutenberg Editor completely. So you can use that plugin’s feature to disable the now default Block (Gutenberg) Editor in WordPress or you can also...
Here is a small script from Seemab Saleem that will fix cpanel user ownership issues serverwide # echo -e “Checking ownership of /home/user n” for i in `ls /var/cpanel/users/` do if [ “$i” != “root” ]; then chown ...
Here is how to generate a random number in a bash shell script. In the bash shell we have environmental variable $RANDOM that can generate a unique random number each time it is referenced. echo $RANDOM And to assign this value to a variable :...
If you are having DNS problems, ensure that the server has a list of functional resolvers. Resolvers allow the server to find IP addresses corresponding to domain names by communicating with DNS servers. If you need to add resolvers to your server:...