Inspect network traffic from the command line.
Section: Networking and Remote Access
Capture packets
bash
bash
sudo tcpdump -i any port 443Explanation
Powerful for low-level debugging of connections, TLS, DNS, and service issues.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Networking and Remote Access