A few tips on managing Linux Servers
this will be a post on my collection of Linux commands which I find handy, in the various scenarios.
Check for Operation System Information
hostnamectl
uname -r
free -m
top
htop
Investigate what are the listening ports
sometimes there is something a...
blog.divineforge.com2 min read