A few weeks ago I was approached by a friend of mine, complaining about high load and CPU usage on one of his shared hosting servers (DELL) running CentOS 7, CloudLinux and cPanel. I was more than happy to take a look, and after a couple of minutes...
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 |...
When upgrading within the same OS version, old kernels don’t typically get cleaned up automatically. This is to enable you to safely "rollback" to an older kernel version if you experience problems with a newer one.
In this article, I’ll share with you my experience in setting up "a graceful shutdown" for a Linux machine that is connected to a UPS (Smart-UPS SC620) using NUT software.
In this quick article I'll show you how you can check Apache Tomcat version. We will be using only the cmd and a method from catalina.jar
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.
A new Adobe hotfix for ColdFusion has been released recently. The vulnerability which was discovered by Richard Brain was rated as important by Adobe and could affect a large number of Internet-facing web servers. How does the...