How to Install CSF and LFD In Linux Servers

Firewall plays an important role in the protection of the server. Firewall protects the servers against harmful stuff. Firewall controls the incoming and outgoing traffic by analyzing the packet and determine whether they are allowed through or not based on set of rules. In Linux we uses IPTABLES to manage the firewall rules. But its…

Change the default SSH port 22

The Secure Shell (ssh) protocol by default uses the port 22. Attackers mostly uses the port 22 in automated attack and changing the default will prevent your server from these automated attack. There are many ways of making your server secure and changing the default ssh port is one of the server hardening. Steps to…