check my server

Linux server under a DDoS attack from an IP address? | Easy Instructions

Linux server under a DDoS attack from an IP address

Find out what IP addresses are connected to your server. [code]sudo apt-get install net-tools -y[/code] Check Server Load Be sure to check when everything is running normally, so you have a base number to compare it to. [code]grep processor /proc/cpuinfo | wc -l[/code] Checking Your Network Load We need to install nload for this operation. Read More

Meltdown and Spectre Vulnerabilities Protect Your Server

meltdown-and-Spectre

In this day and age there is always some threat to your server environment. There is always some wise guy coming up with a hack or virus to ruin your server. In this article I am going to show you some commands that you can use to safeguard your server from Meltdown and Spectre Vulnerabilities. Read More