Linux servers live on networks. Understanding networking is mandatory.
ip a
ping google.com
ss -tuln
netstat -tulnp
curl https://example.com
nslookup google.com
Open ports are attack surfaces.
Next, we combine everything into real server thinking.
Next: Linux for Servers →