Tagged articles
30 articles
Page 1 of 1
dbaplus Community
dbaplus Community
May 3, 2026 · Fundamentals

What Is 127.0.0.2? A Veteran Ops Engineer’s Surprising Discovery

The article explains that the entire 127.0.0.0/8 block consists of loopback addresses, shows how addresses like 127.0.0.2 and 127.0.1.1 are reachable, and demonstrates practical uses such as isolating services, simulating clusters, and the special role of 127.0.1.1 on Debian systems.

127.0.0.0/8Linux networkinghosts file
0 likes · 7 min read
What Is 127.0.0.2? A Veteran Ops Engineer’s Surprising Discovery
Efficient Ops
Efficient Ops
Nov 17, 2025 · Operations

Mastering pwru: A Step‑by‑Step Guide to eBPF Packet Tracing with Cilium

This article introduces pwru, Cilium's eBPF‑based packet‑tracing tool, explains kernel requirements, shows how to install the pre‑built binary, details command‑line options, and provides practical examples for filtering, output customization, and debugging dropped packets in Linux networking.

CiliumLinux networkingOperations
0 likes · 6 min read
Mastering pwru: A Step‑by‑Step Guide to eBPF Packet Tracing with Cilium
Raymond Ops
Raymond Ops
Aug 8, 2025 · Operations

Mastering curl, wget, and Linux Bonding with nmcli: Essential Commands

This guide explains how to use curl and wget for fetching web content and downloading files, outlines Linux bonding modes for network interface aggregation, and provides step‑by‑step nmcli commands to configure both bonded and regular network interfaces on Linux systems.

BondingLinux networkingcURL
0 likes · 7 min read
Mastering curl, wget, and Linux Bonding with nmcli: Essential Commands
Linux Kernel Journey
Linux Kernel Journey
Mar 8, 2025 · Backend Development

Optimizing MPTCP Flow Selection and Exploring a User‑Space MPTCP Stack – ByteDance STE at Netdev 0x19

At Netdev 0x19, ByteDance's STE team presented two technical talks: a NUMA‑aware MPTCP flow‑selection strategy that boosts Redis benchmark throughput by up to 30% and cuts tail latency by 6%, and a DPDK‑based user‑space MPTCP stack that halves latency and doubles throughput in data‑center tests.

DPDKLinux networkingMPTCP
0 likes · 8 min read
Optimizing MPTCP Flow Selection and Exploring a User‑Space MPTCP Stack – ByteDance STE at Netdev 0x19
Raymond Ops
Raymond Ops
Feb 5, 2025 · Operations

Mastering IPVS: Build High‑Performance Load Balancers with LVS

This article explains the concept of IPVS (IP Virtual Server) as a layer‑4 load balancer, compares ipvs with iptables, details LVS scheduling algorithms, and provides step‑by‑step commands for configuring ipvsadm on both load‑balancer and real‑server nodes, including VIP setup and client testing.

IPVSLVSLinux networking
0 likes · 9 min read
Mastering IPVS: Build High‑Performance Load Balancers with LVS
Liangxu Linux
Liangxu Linux
Dec 29, 2024 · Operations

Master CentOS7 Network Configuration with nmcli and Manual Settings

This guide walks through CentOS7 network configuration, explaining interface naming conventions, using NetworkManager tools like nmcli, editing ifcfg files, changing hostnames, renaming interfaces to eth0, adding kernel parameters, and applying changes with service restarts.

CentOSLinux networkingNetworkManager
0 likes · 8 min read
Master CentOS7 Network Configuration with nmcli and Manual Settings
MaGe Linux Operations
MaGe Linux Operations
Sep 30, 2024 · Operations

Mastering Linux Virtual Server (LVS): Architecture, Modes, and ipvsadm Guide

This comprehensive guide explains Linux Virtual Server (LVS) fundamentals, its general architecture, various load‑balancing modes (NAT, DR, TUN, FULL‑NAT), scheduling algorithms, persistent‑connection options, and provides step‑by‑step ipvsadm commands and scripts for deploying and managing LVS clusters on CentOS 7.

LVSLinux networkingipvsadm
0 likes · 36 min read
Mastering Linux Virtual Server (LVS): Architecture, Modes, and ipvsadm Guide
ByteDance SYS Tech
ByteDance SYS Tech
Apr 19, 2024 · Fundamentals

How xcap Uses eBPF to Revolutionize Kernel Network Packet Capture

The article introduces xcap, an eBPF‑based next‑generation kernel network packet capture tool that overcomes the limitations of traditional utilities like tcpdump by providing flexible hook points, customizable filtering, and support for diverse network scenarios such as AF_XDP and DPDK, thereby dramatically improving packet‑loss debugging efficiency.

BPF tracingLinux networkingeBPF
0 likes · 10 min read
How xcap Uses eBPF to Revolutionize Kernel Network Packet Capture
Open Source Linux
Open Source Linux
Feb 28, 2024 · Operations

Master Tcpdump: Essential Linux Packet Capture Commands and Tips

Tcpdump is a classic Linux network packet capture tool that intercepts and displays TCP/IP and other packets, works on most Unix-like systems, and offers powerful command‑line options and filter expressions for selective monitoring, with numerous examples covering interfaces, output formats, and common use cases.

Linux networkingNetwork Monitoringcommand-line
0 likes · 13 min read
Master Tcpdump: Essential Linux Packet Capture Commands and Tips
Open Source Linux
Open Source Linux
Oct 27, 2023 · Backend Development

Why epoll Beats select: A Deep Dive into Linux I/O Multiplexing

This article explains the advantages of epoll over select for I/O multiplexing in Linux, covering its event-driven design, edge-triggered vs level-triggered modes, core APIs, practical code examples, and performance considerations for high‑concurrency network servers.

IO MultiplexingLinux networkingepoll
0 likes · 53 min read
Why epoll Beats select: A Deep Dive into Linux I/O Multiplexing
Liangxu Linux
Liangxu Linux
Sep 29, 2023 · Backend Development

5 Common Socket Programming Pitfalls and How to Avoid Them

This article outlines five frequent mistakes in C socket programming—ignoring return values, mishandling peer closures, address‑in‑use errors, endianness issues when sending structured data, and false assumptions about TCP framing—while providing concrete code examples and Linux debugging tools to help developers write more reliable network code.

Error HandlingLinux networkingc++
0 likes · 13 min read
5 Common Socket Programming Pitfalls and How to Avoid Them
Open Source Linux
Open Source Linux
Aug 29, 2023 · Operations

Why ss Beats netstat: Fast Linux Socket Monitoring Commands

The article explains how the Linux ss command provides comprehensive socket statistics, lists its most useful options, demonstrates performance advantages over netstat with timing examples, and shows how to filter by state, address, or port for efficient system monitoring.

Linux networkingcommand-line toolsnetstat
0 likes · 8 min read
Why ss Beats netstat: Fast Linux Socket Monitoring Commands
JavaEdge
JavaEdge
Aug 19, 2019 · Fundamentals

Mastering IP, CIDR, and MAC: A Practical Guide to Network Addressing

This guide explains how to view and interpret IP addresses on Windows and Linux, compares net‑tools with iproute2, clarifies IPv4 classful addressing versus CIDR, distinguishes public and private IP ranges, and details MAC addresses and network device flags for reliable networking.

CIDRIP addressingLinux networking
0 likes · 13 min read
Mastering IP, CIDR, and MAC: A Practical Guide to Network Addressing
MaGe Linux Operations
MaGe Linux Operations
Apr 8, 2019 · Operations

Mastering Load Balancing: From HTTP Redirects to LVS DR & TUN

This article explains the principles, advantages, and limitations of various load‑balancing techniques—including HTTP redirection, DNS‑based balancing, reverse‑proxy, LVS‑NAT, LVS‑DR, and LVS‑TUN—while providing practical Linux commands and configuration examples for building scalable systems.

DNSIPVSLVS
0 likes · 14 min read
Mastering Load Balancing: From HTTP Redirects to LVS DR & TUN
High Availability Architecture
High Availability Architecture
Sep 7, 2017 · Operations

How to Identify and Diagnose Packet Drops on Linux

This article explains how to detect whether inbound or outbound packets are being dropped on a Linux system, shows how to use netstat, dropwatch, and perf to pinpoint the cause, and provides step‑by‑step commands and example outputs for debugging packet loss.

Linux networkingPacket Lossdebugging
0 likes · 5 min read
How to Identify and Diagnose Packet Drops on Linux
MaGe Linux Operations
MaGe Linux Operations
May 31, 2016 · Information Security

How to Detect and Mitigate SYN Flood Attacks on Linux Servers

This article explains what a SYN Flood DoS attack is, shows how to diagnose it using system logs and netstat, and provides practical mitigation steps such as iptables blocking, F5 load‑balancer filtering, and kernel parameter tuning to protect Linux web servers.

DoS mitigationLinux networkingSYN Flood
0 likes · 9 min read
How to Detect and Mitigate SYN Flood Attacks on Linux Servers
MaGe Linux Operations
MaGe Linux Operations
Aug 7, 2015 · Operations

How to Measure Network Bandwidth and Latency with qperf

This guide explains why bandwidth and latency matter for network servers, introduces the qperf tool, shows how to install and run it on Linux, and demonstrates advanced options for testing different message sizes and protocols to uncover performance bottlenecks.

Linux networkingbandwidth measurementlatency testing
0 likes · 7 min read
How to Measure Network Bandwidth and Latency with qperf