Tagged articles
20 articles
Page 1 of 1
Ops Community
Ops Community
Feb 8, 2026 · Operations

Master Linux Network Troubleshooting with tcpdump, ss, and iptables

A comprehensive guide for ops engineers that explains how to use tcpdump, ss, and iptables to diagnose and resolve common Linux networking issues, covering tool basics, practical scenarios, detailed command examples, scripts, best practices, and monitoring strategies.

Opsiptablesnetwork
0 likes · 58 min read
Master Linux Network Troubleshooting with tcpdump, ss, and iptables
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Fundamentals

Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow

This article explains Linux networking fundamentals, comparing the OSI and TCP/IP models, detailing the Linux network stack architecture, packet encapsulation, reception and transmission processes, and introduces essential commands for monitoring network performance and socket statistics.

LinuxNetwork StackOSI model
0 likes · 21 min read
Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow
Liangxu Linux
Liangxu Linux
Jan 18, 2023 · Operations

6 Deprecated Linux Network Commands and Their Modern Replacements

This guide lists six Linux networking commands that have been deprecated—ifconfig, netstat, scp, route, egrep/fgrep, and arp/iptunnel/nameif—and shows the modern ip, ss, sftp/rsync, and grep alternatives with usage examples and brief explanations.

DeprecatedGrepLinux
0 likes · 6 min read
6 Deprecated Linux Network Commands and Their Modern Replacements
Liangxu Linux
Liangxu Linux
Jan 10, 2022 · Operations

Why the ss Command Beats netstat for Fast Socket Monitoring

The article explains how the Linux ss command provides a faster, more detailed view of TCP/UDP sockets than netstat, lists its key features, demonstrates practical examples for filtering by state, address, and port, and shows how to use various ss options for effective network diagnostics.

LinuxNetwork MonitoringSocket
0 likes · 8 min read
Why the ss Command Beats netstat for Fast Socket Monitoring
Efficient Ops
Efficient Ops
Mar 12, 2021 · Operations

Master Linux Network Commands: From netstat to ss and tcpdump

This guide offers a practical overview of essential Linux networking tools—including netstat, ss, sar, iftop, and tcpdump—explaining how to monitor connections, analyze traffic, capture packets, and tune kernel parameters to handle massive connection loads efficiently.

Operationsnetstatnetwork
0 likes · 10 min read
Master Linux Network Commands: From netstat to ss and tcpdump
MaGe Linux Operations
MaGe Linux Operations
Nov 28, 2020 · Operations

Why ss Beats netstat: Fast Socket Monitoring Commands Explained

This article introduces the Linux ss command for displaying socket statistics, compares its speed and capabilities with netstat, provides common usage examples, explains state filters, and shows why ss is the preferred tool for efficient network monitoring and troubleshooting.

Socketnetworkss
0 likes · 9 min read
Why ss Beats netstat: Fast Socket Monitoring Commands Explained