Hey everybody I want to let you know that I have undertaken the grueling task of getting the heck away from WordPress. I was so sick of the problems and updates I had to do all the time. I am now using my ezbloo system and I am integrating all my old posts into the new system. It sucks, but in the end, I will save bundles of time. I needed to keep things simple and that is why I created ezbloo. I'll have more on this later for you guys after I am done with the total integration of my old posts here. So if you are looking for a post and need it faster, shoot me an email and I will make it a priority. [email protected]

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.

Meltdown and Spectre Vulnerabilities

What is Meltdown and Spectre Vulnerabilities? Google search words it this way.
Vulnerabilities in modern computers leak passwords and sensitive data. Meltdown and Spectre exploit critical vulnerabilities in modern processors . These hardware vulnerabilities allow programs to steal data which is currently processed on the computer.

What Devices Are Affected?

In short all devices become affected. Desktop  computers, mobile devices {tables and cell phones}, anything in the cloud. Basically anything that computes or has a processor which means website servers as well.

What Can I Do To Protect My Server?

Here is a list of commands that you can put in your terminal. The key is staying up to date.

Ubuntu & Debian Servers

sudo apt-get update
sudo apt-get dist-upgrade

Cent OS

sudo yum update/code]
<h3>Fedora Servers</h3>
sudo dnf update
Finally after you run the updates then reboots the server. Regardless of the server type here is the code to reboot your server.
sudo reboot