Linux ss and netstat:Monitor Network Connections
Hands-on ss and netstat recipes — list listening sockets, inspect open connections, check routing tables, and read interface statistics.
Read MoreBrowse the full archive. Use topics in the sidebar to explore by tag.
Hands-on ss and netstat recipes — list listening sockets, inspect open connections, check routing tables, and read interface statistics.
Read MoreHands-on kill, pkill, and killall recipes — choose SIGTERM, SIGKILL, or SIGHUP, target the right PIDs, and stop processes without wrecking managed services.
Read MoreHands-on lsof recipes for everyday work — find which processes hold files open, bind ports, or leak file descriptors.
Read MoreHands-on chmod, chown, and umask recipes — decode numeric vs symbolic modes, fix ownership, and understand default permissions for new files.
Read MoreHands-on xargs recipes for everyday work — feed find and grep into commands, batch safely, and place arguments where they belong.
Read MoreHands-on journalctl recipes for everyday work — filter by unit, severity, time range, and boot, then read the results with confidence.
Read MoreHands-on sed recipes for everyday work — substitute text, delete lines, edit files in place, and reshape output in pipelines.
Read MoreHands-on ps and pgrep recipes — locate processes by PID, user, memory footprint, or command path without a live monitor.
Read MoreHands-on dmesg recipes for everyday work — inspect boot messages, chase hardware faults, filter by level, and watch the kernel live.
Read MoreHands-on top, htop, and btop recipes — read load averages, find CPU and memory hogs, and triage a busy box in real time.
Read More