Networking basics
ip a # Show IP addressesip link # Show network interfacesping -c 4 google.com # Test connectivity (4 packets)curl -I https://example.com # Test web connectivity, show headerswget https://example.com/foodmenu.txt # Download filess -tuln # Show listening ports (replaces netstat)