#

Ports

Ports related cheatsheet collection - 4 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

Linux Troubleshooting Cheatsheet - System Fault Diagnosis Command Reference

A one-stop Linux troubleshooting reference organized by process/load, port/network, disk/memory, and logs/services, helping you quickly spot performance bottlenecks, connection anomalies, and resource hogs during live incidents.

2026-07-2120 commands
linuxTroubleshootingProcesses

lsof Cheatsheet - Linux Process & Port Diagnostics Reference

When a port refuses to start or a deleted file still pins disk space, lsof answers "who opened what": by process, port, user, or file. This reference covers the multi-axis lookups (listener + process, file-to-user, connections) and practical flags like +L1 for freeing files marked deleted-but-still-held.

2026-07-2135 commands
lsofProcessesPorts

netstat Cheatsheet - Linux Network Troubleshooting Reference

For checking connection states, confirming what is listening, and counting per-protocol connections, netstat is the veteran Linux command, complementary to ss. This reference covers listing connections, filtering by TCP/UDP, listening ports, the routing table, and interface stats, and flags -p to pin down the owning process.

2026-07-2139 commands
netstatNetworkingPorts

netcat Cheatsheet - Network Debugging

netcat (`nc`) is a Swiss-army knife for network checks: test whether a port responds, stand up a throwaway listener, relay between sockets, or move a file — without installing a server. This reference covers connect/scan, listen-and-echo, HTTP debugging, forwarding, and UDP mode, for quick connectivity checks under pressure.

2026-07-2136 commands
netcatncNetworking