Tagged articles
828 articles
Page 1 of 9
Ops Community
Ops Community
May 18, 2026 · Operations

Master Docker: From Basics to Advanced Core Principles Explained

This comprehensive guide walks ops engineers through Docker’s core concepts—images, containers, storage drivers, networking, security, image building, multi‑stage builds, volume management, resource limits, troubleshooting, and production deployment best practices—providing step‑by‑step commands, examples, and detailed explanations to master containerization from beginner to expert.

ContainersDevOpsDocker
0 likes · 42 min read
Master Docker: From Basics to Advanced Core Principles Explained
Deepin Linux
Deepin Linux
May 12, 2026 · Backend Development

From Zero to One: Mastering Linux NAPI High‑Concurrency Packet Reception

This article explains why traditional interrupt‑driven network I/O stalls under high traffic, introduces the NAPI (New API) mechanism that combines interrupt wake‑up with batch polling, details its core data structures and scheduling functions, and provides step‑by‑step configuration and tuning guidance to achieve efficient, low‑latency packet processing on Linux servers.

KernelLinuxNAPI
0 likes · 35 min read
From Zero to One: Mastering Linux NAPI High‑Concurrency Packet Reception
Linux Tech Enthusiast
Linux Tech Enthusiast
May 4, 2026 · Operations

Essential Linux Commands Every Sysadmin Should Know

This guide compiles the most frequently used Linux commands for system administrators, covering navigation, file manipulation, searching, permission handling, text processing, archiving, system control, and process management, complete with practical examples and option details to boost daily operational efficiency.

LinuxNetworkingShell
0 likes · 15 min read
Essential Linux Commands Every Sysadmin Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
May 1, 2026 · Fundamentals

150 Essential Linux Commands Every Programmer Should Know

This article provides a comprehensive reference of 150 Linux commands, grouped by function such as file operations, system monitoring, networking, user management, and process control, each with concise English descriptions that explain their purpose and typical usage for developers and system administrators.

LinuxNetworkingShell
0 likes · 16 min read
150 Essential Linux Commands Every Programmer Should Know
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 28, 2026 · Operations

Essential Windows CMD Commands: A Curated Reference

This guide compiles over 100 of the most useful Windows Command Prompt commands, organized into eight categories with clear explanations and practical examples for file management, system information, disk maintenance, networking, process control, scripting, security, and handy utilities.

NetworkingScriptingSecurity
0 likes · 14 min read
Essential Windows CMD Commands: A Curated Reference
Ops Community
Ops Community
Apr 27, 2026 · Operations

10 Essential Linux Commands Every Sysadmin Must Master

This guide walks system administrators through the ten most frequently used Linux commands—top/htop, df/du, free, ss/netstat, ping/traceroute, ps/kill, grep/sed/awk, tail/less, uname/hostname/uptime, and tar/rsync—explaining core options, output interpretation, common pitfalls, and practical troubleshooting scenarios.

LinuxNetworkingSystem Administration
0 likes · 25 min read
10 Essential Linux Commands Every Sysadmin Must Master
Cloud Native Technology Community
Cloud Native Technology Community
Apr 17, 2026 · Cloud Native

What’s New in Kube-OVN v1.16.0? Key Features and Improvements Explained

Kube-OVN v1.16.0 introduces major enhancements such as BGP/EVPN‑enabled VPC egress, a tiered SecurityGroup with expanded priority range, per‑NIC DHCP control, multi‑network NetworkPolicy annotations, full‑NIC hot migration for KubeVirt, static IP/MAC per interface, and numerous reliability, performance, and Helm chart upgrades.

BGPCNIEVPN
0 likes · 6 min read
What’s New in Kube-OVN v1.16.0? Key Features and Improvements Explained
21CTO
21CTO
Apr 16, 2026 · Operations

How Tweaking Two Linux TCP Settings Cuts Service Outage from 16 Minutes to Seconds

A deep dive into the long‑standing Linux kernel parameters tcp_keepalive_time and tcp_retries2 shows how their default values cause hidden connection timeouts in modern data‑center environments, and how adjusting them dramatically speeds up failure detection and service recovery.

LinuxNetworkingOperations
0 likes · 8 min read
How Tweaking Two Linux TCP Settings Cuts Service Outage from 16 Minutes to Seconds
21CTO
21CTO
Apr 13, 2026 · Industry Insights

What’s New in Linux Kernel 7.0? Key Features and Improvements

Linux kernel 7.0, released on the 12th of this month, brings a range of updates including Rust integration, post‑quantum ML‑DSA signatures, enhanced BPF‑based io_uring filtering, a new immutable NULLFS, storage and memory management upgrades, and numerous networking and virtualization enhancements, while clarifying that the version number itself does not mark a major turning point.

FilesystemKernelLinux
0 likes · 6 min read
What’s New in Linux Kernel 7.0? Key Features and Improvements
Raymond Ops
Raymond Ops
Apr 11, 2026 · Operations

Why TCP’s Three‑Way Handshake Matters: Deep Dive into States, Tuning, and Real‑World Pitfalls

This article explains the TCP three‑way handshake in depth, covering the state machine, kernel‑level packet analysis, performance tuning, security hardening, real‑world case studies such as SYN‑Flood mitigation and TIME_WAIT overload, and provides complete C and Python examples, monitoring metrics, troubleshooting steps, and backup procedures for production environments.

LinuxNetworkingTCP
0 likes · 28 min read
Why TCP’s Three‑Way Handshake Matters: Deep Dive into States, Tuning, and Real‑World Pitfalls
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 4, 2026 · Operations

600 Essential Linux Commands You Must Know

This article provides a comprehensive, categorized reference of over 600 Linux commands covering basic system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, system monitoring, VIM editing, and many other essential operations for everyday Linux use.

LinuxNetworkingShell
0 likes · 48 min read
600 Essential Linux Commands You Must Know
Java Tech Enthusiast
Java Tech Enthusiast
Mar 30, 2026 · Operations

6 Surprisingly Useful Windows Terminal Commands You Should Master

Discover six quirky yet practical Windows Terminal commands—from visualizing directory trees and monitoring network connections to securely wiping free space, tracing routes, fetching jokes via curl, and enabling speech synthesis—each explained with usage tips, parameters, and real‑world examples to boost your Windows productivity.

AutomationNetworkingPowerShell
0 likes · 10 min read
6 Surprisingly Useful Windows Terminal Commands You Should Master
IT Services Circle
IT Services Circle
Mar 29, 2026 · Operations

6 Must‑Know Windows Terminal Commands to Boost Productivity

Discover six practical Windows Terminal commands—including tree, netstat, cipher, tracert, curl, and a PowerShell speech synthesizer—that visualize directories, monitor networks, securely erase data, trace routes, fetch API jokes, and add voice output, turning the command line into a powerful productivity tool.

AutomationNetworkingPowerShell
0 likes · 9 min read
6 Must‑Know Windows Terminal Commands to Boost Productivity
Java Architect Handbook
Java Architect Handbook
Mar 25, 2026 · Fundamentals

TCP vs UDP: Deep Dive for Java Interview Success

This guide breaks down the core differences between TCP and UDP—including connection handling, reliability, header overhead, transmission mode, and real‑world use cases—while providing interview focus points, concise answer tables, detailed analysis, common follow‑up questions, and handy mnemonics for Java developers.

Java interviewNetworkingProtocol comparison
0 likes · 14 min read
TCP vs UDP: Deep Dive for Java Interview Success
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 22, 2026 · Operations

600 Essential Linux Commands to Solve 99% of Everyday Tasks

This article compiles 600 practical Linux commands covering system information, shutdown, file and directory management, searching, mounting, disk usage, user and group handling, permissions, special attributes, compression, package management, networking, and common utilities, providing a comprehensive cheat‑sheet for everyday system administration.

LinuxNetworkingShell
0 likes · 37 min read
600 Essential Linux Commands to Solve 99% of Everyday Tasks
Deepin Linux
Deepin Linux
Mar 8, 2026 · Operations

How to Supercharge Linux UDP Receive Performance: Kernel Tweaks and Code Optimizations

This article dissects the Linux kernel's UDP receive path, identifies key bottlenecks such as small socket buffers, system‑call overhead, interrupt storms, and application‑level processing limits, and then presents concrete kernel parameter tweaks, memory‑pool designs, multithreaded I/O, and SO_REUSEPORT techniques with full C code examples to dramatically boost throughput and reduce packet loss.

KernelLinuxNetworking
0 likes · 34 min read
How to Supercharge Linux UDP Receive Performance: Kernel Tweaks and Code Optimizations
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 20, 2026 · Fundamentals

How Routers Work: From Routing Tables to Dynamic Path Selection

Routers, also known as gateways, connect separate networks by using routing tables to determine the optimal path for packets, employing direct, static, and dynamic routes, following longest‑match and cost metrics, and handling three‑layer IP addressing to forward data across diverse subnets.

IP addressingNetworkingRouter
0 likes · 7 min read
How Routers Work: From Routing Tables to Dynamic Path Selection
Deepin Linux
Deepin Linux
Feb 4, 2026 · Fundamentals

How Zero‑Copy and DMA Supercharge Data Transfer Performance

This article explains the fundamentals of zero‑copy, DMA, PageCache and RDMA, compares them with traditional I/O, describes Linux implementations such as sendfile, mmap+write, splice and Java NIO APIs, and shows practical use‑cases that dramatically reduce CPU load and latency in high‑throughput networking and file handling.

DMAJava NIOLinux
0 likes · 40 min read
How Zero‑Copy and DMA Supercharge Data Transfer Performance
Java Tech Enthusiast
Java Tech Enthusiast
Jan 17, 2026 · Fundamentals

How Ethernet Evolved from Shared Coax to Modern Gigabit Networks

This article traces Ethernet's transformation from its early shared‑medium, half‑duplex coaxial designs with CSMA/CD rules to today's high‑speed, full‑duplex switched networks, highlighting key technologies like the vampire tap, 10BASE5 "yellow thick" cable, AUI, and the reasons behind the shift to twisted‑pair and fiber.

AUICSMA/CDCoaxialCable
0 likes · 11 min read
How Ethernet Evolved from Shared Coax to Modern Gigabit Networks
Code Wrench
Code Wrench
Jan 9, 2026 · Backend Development

When Does Zero‑Copy Actually Boost Go Performance? Practical Guidelines

This article examines the real impact of zero‑copy in Go, clarifies when the standard library already provides it, identifies three scenarios where it truly matters, and warns against common misconceptions and pitfalls that can waste effort without improving performance.

NetworkingZero Copyoptimization
0 likes · 9 min read
When Does Zero‑Copy Actually Boost Go Performance? Practical Guidelines
Architect's Guide
Architect's Guide
Dec 27, 2025 · Operations

How Many TCP Connections Can a Single Server Actually Support? Limits, Configurations, and Calculations

This article explains the Linux kernel limits that determine how many files and TCP connections a server can handle, shows how to adjust fs.file-max, soft/hard nofile and fs.nr_open parameters, calculates realistic connection counts based on memory, and discusses client‑side port constraints and practical scaling scenarios.

LinuxNetworkingTCP
0 likes · 15 min read
How Many TCP Connections Can a Single Server Actually Support? Limits, Configurations, and Calculations
Raymond Ops
Raymond Ops
Dec 24, 2025 · Cloud Native

Mastering Kubernetes Networking: How to Choose the Right CNI Plugin and Boost Performance

This comprehensive guide walks you through the Kubernetes network model, compares seven major CNI plugins with real‑world performance data, provides detailed configuration examples, offers a decision‑tree framework for production environments, and shares practical tuning, troubleshooting, and monitoring techniques for reliable cloud‑native networking.

CNIKubernetesNetworking
0 likes · 20 min read
Mastering Kubernetes Networking: How to Choose the Right CNI Plugin and Boost Performance
Tech Musings
Tech Musings
Dec 21, 2025 · Fundamentals

How to Overcome NAT Barriers: VPS Relays and Nginx UDP Proxy Explained

This article examines practical ways to bypass NAT restrictions for UDP communication, covering direct P2P for friendly NATs, UDP hole punching for symmetric NATs, reliable VPS relays for any NAT, and Nginx’s UDP proxy, complete with configuration examples, workflow diagrams, and a comparison to traditional NAT behavior.

NATNGINXNetworking
0 likes · 8 min read
How to Overcome NAT Barriers: VPS Relays and Nginx UDP Proxy Explained
Ray's Galactic Tech
Ray's Galactic Tech
Dec 19, 2025 · Cloud Native

Mastering Kubernetes Networking: From Core Model to Production‑Ready Practices

This comprehensive guide explains Kubernetes' core networking model, CNI plugins, service networking, ingress, network policies, DNS, service mesh, advanced CNI features, kube‑proxyless alternatives, multi‑cluster setups, security, observability, and troubleshooting techniques for building high‑performance, secure, and observable clusters.

CNICloud NativeNetworkPolicy
0 likes · 10 min read
Mastering Kubernetes Networking: From Core Model to Production‑Ready Practices
Ray's Galactic Tech
Ray's Galactic Tech
Nov 30, 2025 · Cloud Native

Mastering IP Address Management in Kubernetes Clusters

This guide explains Kubernetes IP address types, CIDR planning, CNI plugin IPAM strategies, practical management tactics, troubleshooting steps, and advanced tips to ensure scalable and conflict‑free networking for your clusters.

CIDRCNICloud Native
0 likes · 8 min read
Mastering IP Address Management in Kubernetes Clusters
macrozheng
macrozheng
Nov 28, 2025 · Operations

How Many TCP Connections Can a Single Server Actually Handle?

This article explains the theoretical and practical limits of TCP connections on a Linux server, covering kernel parameters such as fs.file-max, soft/hard nofile and fs.nr_open, memory constraints, client port limits, and step‑by‑step configuration examples to maximize concurrent connections.

LinuxNetworkingTCP
0 likes · 14 min read
How Many TCP Connections Can a Single Server Actually Handle?
Raymond Ops
Raymond Ops
Nov 24, 2025 · Operations

Essential Linux Network Commands Every Sysadmin Should Know

This guide compiles the most frequently used Linux networking utilities—including ifconfig, ip, ping, route, lsof, netstat, ss, traceroute, nslookup, dig, nmcli, tcpdump, arp, and nmap—detailing their purpose, syntax, key options, and practical examples to help administrators configure interfaces, diagnose connectivity, monitor sockets, and perform security scans.

CLILinuxNetworkCommands
0 likes · 31 min read
Essential Linux Network Commands Every Sysadmin Should Know
BirdNest Tech Talk
BirdNest Tech Talk
Nov 20, 2025 · Fundamentals

From write() to recv(): Tracing a Packet Through the Linux Kernel

This article walks through every stage a packet undergoes inside the Linux kernel—from the moment an application calls write() or send() to the final recv() call—covering socket handling, routing, ARP/NDP resolution, queuing, NIC offloads, and reassembly with concrete commands and code examples.

KernelLinuxNetworking
0 likes · 19 min read
From write() to recv(): Tracing a Packet Through the Linux Kernel
IT Services Circle
IT Services Circle
Nov 19, 2025 · Fundamentals

What Do G, F, E, and S Ports Really Mean on Switches and Routers?

This article explains the meaning behind the G, F, E, and S port labels on network equipment, detailing how each letter indicates interface type, speed class, and typical use cases, and provides practical naming conventions, examples, and deployment guidance for modern networks.

GigabitNetworkingSFP
0 likes · 9 min read
What Do G, F, E, and S Ports Really Mean on Switches and Routers?
Open Source Tech Hub
Open Source Tech Hub
Nov 17, 2025 · Backend Development

Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades

Version 6.1 of Swoole, built on Swoole v6.1.1 and PHP 8.4.14, introduces dynamic GCC support for Swoole‑CLI, a new random extension, libind2 and libpsl for Curl, upgrades PHP, numerous extensions, libraries, and switches HTTP/3 implementation, while fixing macOS build issues and deprecating ngtcp2.

HTTP/3Library UpdatesNetworking
0 likes · 3 min read
Swoole v6.1 Released: Major PHP, Library, and Network Protocol Upgrades
Xiao Liu Lab
Xiao Liu Lab
Nov 15, 2025 · Operations

Top 20 High‑Frequency Ops Interview Questions with Expert Answers

This guide presents the most common operations interview questions—covering Linux mounting, filesystem issues, server performance, networking fundamentals, RAID, load balancing, and web server configuration—along with detailed, high‑scoring answers that showcase systematic thinking, troubleshooting logic, and production‑grade awareness.

LinuxNetworkinginterview
0 likes · 16 min read
Top 20 High‑Frequency Ops Interview Questions with Expert Answers
NiuNiu MaTe
NiuNiu MaTe
Nov 12, 2025 · Fundamentals

How Devices Find Their IP Address: The DHCP Journey Explained

This article walks through how a device obtains an IP address via DHCP, covering the broadcast discovery, server offer, client request, and acknowledgment phases, the differences between static and dynamic addressing, lease management, common conflicts, and practical troubleshooting steps.

DHCPDynamic IPIP address
0 likes · 13 min read
How Devices Find Their IP Address: The DHCP Journey Explained
Deepin Linux
Deepin Linux
Nov 11, 2025 · Fundamentals

Why RDMA Is the Secret to Lightning‑Fast Data Transfer in Modern Data Centers

This article explains the fundamentals of Remote Direct Memory Access (RDMA), its low‑latency, zero‑copy architecture, core principles, programming interfaces, and how it transforms data‑center networking, high‑performance computing, and distributed storage by bypassing the CPU and kernel.

High‑performance computingKernel BypassNetworking
0 likes · 30 min read
Why RDMA Is the Secret to Lightning‑Fast Data Transfer in Modern Data Centers
21CTO
21CTO
Nov 10, 2025 · Backend Development

cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support

The cURL 8.17.0 release introduces critical security patches for CVE‑2025‑10966, adds several new capabilities such as an expanded progress indicator and Apple SecTrust support, and removes legacy features like Heimdal and wolfSSH, marking a significant update for developers and system administrators.

LibraryNetworkingSecurity
0 likes · 3 min read
cURL 8.17.0 Released: Key Security Fixes, New Features, and Dropped Support
Raymond Ops
Raymond Ops
Nov 6, 2025 · Operations

Essential SSH Commands and Configuration Guide for Linux and Windows

This article provides a comprehensive guide to installing, configuring, and using SSH on Linux and Windows, covering common connection commands, key management, file transfer, port forwarding, service control, security best practices, and troubleshooting tips for reliable remote access.

NetworkingSystem AdministrationWindows
0 likes · 15 min read
Essential SSH Commands and Configuration Guide for Linux and Windows
Raymond Ops
Raymond Ops
Nov 4, 2025 · Fundamentals

Unlock Linux Networking: From Basics to Socket Programming

This article introduces Linux networking fundamentals, covering LAN and WAN concepts, the purpose and structure of network protocols, OSI and TCP/IP layered models, MAC and IP addressing, and provides a practical guide to socket programming with ports, address families, and common API calls.

LinuxNetworkingOSI model
0 likes · 25 min read
Unlock Linux Networking: From Basics to Socket Programming
Raymond Ops
Raymond Ops
Nov 2, 2025 · Cloud Computing

Mastering Load Balancing: When to Use L4 vs L7 and How to Implement Them

This article explains the fundamental differences between Layer 4 and Layer 7 load balancing, compares their performance, advantages, and use cases, and provides practical Nginx and HAProxy configuration examples to help architects choose the right approach for modern cloud and microservice environments.

L4L7Networking
0 likes · 11 min read
Mastering Load Balancing: When to Use L4 vs L7 and How to Implement Them
Ray's Galactic Tech
Ray's Galactic Tech
Oct 31, 2025 · Operations

Master Linux DNS: Deep Dive into Mechanics and Best Practices

Linux DNS goes far beyond simple name‑to‑IP translation, involving hierarchical resolution, caching, and modern components like systemd‑resolved; this guide explains core concepts, the full lookup process, essential configuration files, and practical best‑practice steps such as reliable resolvers, cache management, DNSSEC, encrypted transport, and diagnostic tools.

DNSLinuxNetworking
0 likes · 9 min read
Master Linux DNS: Deep Dive into Mechanics and Best Practices
Advanced AI Application Practice
Advanced AI Application Practice
Oct 28, 2025 · Industry Insights

How Non‑Coding Test Engineers Can Break Through a Saturated Job Market

The article analyzes why basic functional testing roles are oversupplied, presents three concrete strategies—niche specialization, quantifiable value creation, and strategic networking—to stand out, and advises a rational career pivot when progress stalls, all backed by real‑world examples and hiring data.

Career DevelopmentNetworkingSoftware Testing
0 likes · 9 min read
How Non‑Coding Test Engineers Can Break Through a Saturated Job Market
IT Services Circle
IT Services Circle
Oct 27, 2025 · Backend Development

Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate

The Go core team’s experimental HTTP/3 proposal, first introduced in 2024, has been postponed despite years of community demand, highlighting challenges in API design, backward compatibility, resource allocation, and the practical dominance of HTTP/2 over the newer protocol.

HTTP/3NetworkingQUIC
0 likes · 8 min read
Why Go’s HTTP/3 Proposal Stalled Again: Inside the Community Debate
Raymond Ops
Raymond Ops
Oct 12, 2025 · Operations

Step-by-Step Guide to Building a DNS Server on Linux

Learn how to configure a full-featured DNS server on Linux, covering DNS fundamentals, local caching, recursive and forward queries, BIND installation, detailed named.conf settings, zone file creation for forward and reverse lookups, and client testing, with troubleshooting tips and common pitfalls.

BINDDNSLinux
0 likes · 13 min read
Step-by-Step Guide to Building a DNS Server on Linux
Liangxu Linux
Liangxu Linux
Oct 2, 2025 · Backend Development

Backend Interview Essentials: TCP/UDP, HTTP, Linux, MySQL Indexes, C++ STL & Concurrency

The article first presents a ranking of Chinese internet companies by workplace comfort, then offers a comprehensive backend interview guide covering TCP vs UDP, HTTP protocols, Linux process commands, MySQL B+Tree indexing, C++ struct vs class differences, STL containers, and thread‑safety of maps, complete with code examples and diagrams.

Networkingdatabasesinterview
0 likes · 18 min read
Backend Interview Essentials: TCP/UDP, HTTP, Linux, MySQL Indexes, C++ STL & Concurrency
IT Services Circle
IT Services Circle
Sep 30, 2025 · Fundamentals

Why Port 0 Exists: Hidden Uses, Risks, and How to Handle It

Port 0 is a legal but reserved value that can be used by operating systems to assign temporary ports, yet it also appears in abnormal traffic, so understanding its semantics, proper usage in code, and how firewalls and security tools treat it is essential for developers and operators.

NetworkingSocketTCP
0 likes · 8 min read
Why Port 0 Exists: Hidden Uses, Risks, and How to Handle It
Open Source Linux
Open Source Linux
Sep 23, 2025 · Operations

20 Essential Linux Commands Every Ops Engineer Must Master

This guide walks you through twenty indispensable Linux commands—covering system monitoring, performance analysis, process management, networking, disk handling, and tuning—explaining their basic and advanced usages, real‑world pitfalls, and how they stay relevant in the cloud‑native era.

LinuxNetworkingOperations
0 likes · 12 min read
20 Essential Linux Commands Every Ops Engineer Must Master
Raymond Ops
Raymond Ops
Sep 20, 2025 · Fundamentals

Understanding HTTP vs HTTPS: From Basics to Secure Web Communication

This article explains the fundamentals of HTTP and HTTPS, compares their features, details how internet messages travel through DNS, routers, IP and MAC addresses, describes request and response structures, ports, encryption methods, cookies versus sessions, and provides a comprehensive summary of their differences.

HTTPHTTPSNetworking
0 likes · 20 min read
Understanding HTTP vs HTTPS: From Basics to Secure Web Communication
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Sep 12, 2025 · Operations

45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency

This guide compiles 45 essential Linux command combinations, organized into seven high‑frequency operational scenarios—file handling, find‑based searches, system monitoring, log analysis, text processing, network capture, and disk cleanup—providing a near‑complete toolbox that addresses roughly 99% of everyday sysadmin tasks.

LinuxNetworkingOps
0 likes · 5 min read
45 Must‑Know Linux Command Combos for Everyday Ops – Boost Efficiency
Raymond Ops
Raymond Ops
Sep 10, 2025 · Cloud Native

Master Docker from Zero to Pro: The Ultimate Beginner’s Guide

This comprehensive Docker tutorial walks you through the technology's origins, core concepts, installation steps, essential commands, image layering, volume management, Dockerfile creation, and networking, providing clear examples and code snippets to help beginners become proficient container users.

DockerDockerfileInstallation
0 likes · 35 min read
Master Docker from Zero to Pro: The Ultimate Beginner’s Guide
Ops Community
Ops Community
Sep 5, 2025 · Operations

10 Essential Linux Kernel Tweaks to Supercharge System Performance

This guide walks through ten critical Linux kernel parameters—explaining why defaults can cripple performance, showing real‑world problem scenarios, providing exact sysctl commands and application‑level adjustments, and culminating in a full e‑commerce flash‑sale case study with measurable results and safety precautions.

Kernel TuningLinuxNetworking
0 likes · 13 min read
10 Essential Linux Kernel Tweaks to Supercharge System Performance
Su San Talks Tech
Su San Talks Tech
Aug 30, 2025 · Backend Development

Why Is Tencent Rated Most Comfortable? 10 Essential Backend Interview Q&A

The article first presents a comfort ranking of Chinese internet companies, highlighting Tencent as the most comfortable, then provides a comprehensive backend interview guide covering networking fundamentals, HTTP protocols, Linux process commands, MySQL indexing, C++ struct vs class, STL containers, map thread‑safety, and the differences between queues and stacks.

BackendNetworkingdatabases
0 likes · 19 min read
Why Is Tencent Rated Most Comfortable? 10 Essential Backend Interview Q&A
Code Mala Tang
Code Mala Tang
Aug 26, 2025 · Fundamentals

Beyond 127.0.0.1: Unlocking the Full Power of the Loopback IP Range

This article reveals that the familiar 127.0.0.1 address is just one of over 16 million loopback IPs, explains what a loopback interface is, shows practical uses such as parallel testing, service isolation, DNS simulation, and warns about security pitfalls when misusing the 127.x.x.x range.

IP addressNetworkinglocalhost
0 likes · 12 min read
Beyond 127.0.0.1: Unlocking the Full Power of the Loopback IP Range
Cognitive Technology Team
Cognitive Technology Team
Aug 24, 2025 · Fundamentals

Why TCP’s Three‑Way Handshake and Four‑Way Teardown Matter for Reliable Networks

Understanding TCP’s three‑way handshake and four‑way termination reveals how reliable connections are established and gracefully closed, highlighting the protocol’s core mechanisms—sequence numbers, acknowledgments, flow control, and TIME‑WAIT—while also addressing performance considerations, optimization techniques, and the future impact of emerging protocols like QUIC.

HandshakeNetworkingReliability
0 likes · 12 min read
Why TCP’s Three‑Way Handshake and Four‑Way Teardown Matter for Reliable Networks
Liangxu Linux
Liangxu Linux
Aug 24, 2025 · Operations

Expose Local Services Securely with FRP: A Step‑by‑Step Guide

FRP (Fast Reverse Proxy) lets you bypass NAT and firewall restrictions to expose internal services to the internet using a few configuration lines, offering multi‑protocol support, authentication, bandwidth control, and a web dashboard for easy management.

DevOpsNetworkingTutorial
0 likes · 4 min read
Expose Local Services Securely with FRP: A Step‑by‑Step Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Aug 21, 2025 · Cloud Computing

Building a Multi‑Cloud Network for Seamless Compute Scheduling

This article explains the background, design, and implementation of a multi‑cloud network that enables full‑network compute scheduling across public clouds (such as Alibaba and Huawei) and private IDC, detailing components like cloud‑dedicated lines, multi‑cloud gateways, boundary routers, routing interconnection, MTU handling, and future optimization plans.

NetworkingOverlayVPC
0 likes · 8 min read
Building a Multi‑Cloud Network for Seamless Compute Scheduling
Liangxu Linux
Liangxu Linux
Aug 16, 2025 · Fundamentals

Essential CentOS, Database, and Networking Interview Topics

A comprehensive guide covering essential Linux CentOS commands, MySQL installation and configuration, and detailed networking concepts from link layer to application layer, complete with command examples, interview questions, and practical tips for system administrators.

CommandLineInterviewPrepNetworking
0 likes · 23 min read
Essential CentOS, Database, and Networking Interview Topics
Liangxu Linux
Liangxu Linux
Aug 10, 2025 · Operations

Master Linux Network Management: Essential Commands and Practical Examples

This guide provides a comprehensive overview of essential Linux network management commands—including ifconfig, ip, ping, route, lsof, netstat, ss, traceroute, nslookup, dig, nmcli, tcpdump, arp, and nmap—detailing their syntax, options, and real‑world usage examples for effective system administration.

NetworkingSystem Administrationcommands
0 likes · 34 min read
Master Linux Network Management: Essential Commands and Practical Examples
Raymond Ops
Raymond Ops
Aug 7, 2025 · Operations

Master Linux TCP Settings: Tuning /proc/sys/net/ipv4 for Better Performance

This article explains the purpose of the /proc/sys/net/ipv4 and /proc/sys/net/core directories, lists essential TCP kernel parameters with their default and recommended values, shows how to view and modify them permanently using sysctl or echo, and provides commands for checking network interface statistics on a Linux system.

KernelNetworkingTCP
0 likes · 15 min read
Master Linux TCP Settings: Tuning /proc/sys/net/ipv4 for Better Performance
Liangxu Linux
Liangxu Linux
Aug 4, 2025 · Cloud Native

Master Docker Networking: Bridge, Host, None, Container & Swarm Explained

This article explains Docker’s various network modes—including bridge, host, none, and container—detailing their architecture, use‑cases, and limitations, and also covers Docker’s network drivers, how to create and connect networks via CLI, and the service discovery and load‑balancing features provided by Docker Swarm.

ContainerDockerHost
0 likes · 12 min read
Master Docker Networking: Bridge, Host, None, Container & Swarm Explained
Liangxu Linux
Liangxu Linux
Jul 24, 2025 · Fundamentals

Inside Linux: How UDP Packets Travel From NIC to Kernel and Back

This article explains the complete Linux network packet lifecycle for UDP, detailing how a packet moves from the physical NIC into kernel memory, is processed by drivers, soft‑irqs, the IP and transport layers, and finally traverses the send path back to the NIC, including key functions, queues, and configuration points.

KernelNetworkingUDP
0 likes · 15 min read
Inside Linux: How UDP Packets Travel From NIC to Kernel and Back
Liangxu Linux
Liangxu Linux
Jul 19, 2025 · Fundamentals

Unlocking Linux Networking: From Basics to Socket Programming

This comprehensive guide walks you through Linux networking fundamentals, covering LAN/WAN concepts, protocol layers, OSI and TCP/IP models, MAC and IP addressing, data encapsulation, and practical socket programming with TCP and UDP, complete with diagrams and code examples.

NetworkingProtocolsTCP/IP
0 likes · 22 min read
Unlocking Linux Networking: From Basics to Socket Programming
Open Source Tech Hub
Open Source Tech Hub
Jul 19, 2025 · Fundamentals

How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer in Linux

This article explains the performance bottlenecks of traditional I/O, introduces zero‑copy concepts and their relationship with DMA and PageCache, details RDMA architectures, and demonstrates practical zero‑copy implementations such as mmap+write, sendfile, splice, tee, and Java NIO APIs.

DMAJava NIOLinux
0 likes · 41 min read
How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer in Linux
Deepin Linux
Deepin Linux
Jul 19, 2025 · Fundamentals

How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer Performance

This article explains the principles behind zero‑copy, DMA, and RDMA, compares traditional I/O copying with modern zero‑copy techniques, and shows practical implementations in Linux and Java that dramatically reduce CPU overhead and boost network and file‑transfer throughput.

DMALinuxNetworking
0 likes · 42 min read
How Zero‑Copy, DMA, and RDMA Supercharge Data Transfer Performance
Deepin Linux
Deepin Linux
Jul 11, 2025 · Fundamentals

How Conntrack Powers Modern Cloud‑Native Networking and Security

Conntrack, the Linux kernel’s connection tracking subsystem, underpins reliable networking for mobile apps, Kubernetes services, Docker containers, and firewalls by recording five‑tuple states, enabling NAT, stateful packet filtering, and seamless integration with Netfilter and BPF‑based solutions such as Cilium.

KubernetesNATNetworking
0 likes · 22 min read
How Conntrack Powers Modern Cloud‑Native Networking and Security
Open Source Linux
Open Source Linux
Jul 10, 2025 · Fundamentals

How Linux Handles Network Packets: From NIC to Kernel and Back

This article explains the complete Linux network packet lifecycle, detailing how a UDP packet is received from a physical NIC, processed through driver interrupts, soft‑interrupts, the kernel network stack, and finally transmitted back out, covering key functions, queues, and netfilter hooks.

KernelLinuxNetworking
0 likes · 15 min read
How Linux Handles Network Packets: From NIC to Kernel and Back
Liangxu Linux
Liangxu Linux
Jul 7, 2025 · Fundamentals

How Linux Handles Network Packets: From NIC to Kernel and Back

This article explains the complete Linux network packet lifecycle—how a NIC receives a UDP packet, how the kernel processes it through interrupts, soft‑irqs, and the networking stack, and finally how the same mechanisms assemble and transmit packets back to the wire.

KernelNetworkingTCP/IP
0 likes · 16 min read
How Linux Handles Network Packets: From NIC to Kernel and Back
Deepin Linux
Deepin Linux
Jul 7, 2025 · Fundamentals

Inside Linux: How the Kernel Handles Network I/O from Packets to Applications

This article explores the Linux kernel’s network stack architecture, detailing each layer from the application’s socket interface through transport, network, and link layers, and explains the complete inbound and outbound data flow with code examples illustrating packet reception, processing, routing, and transmission.

KernelLinuxNetwork Stack
0 likes · 33 min read
Inside Linux: How the Kernel Handles Network I/O from Packets to Applications
Architects' Tech Alliance
Architects' Tech Alliance
Jul 6, 2025 · Fundamentals

Mastering Data Center Essentials: 100 Core Concepts You Must Know

This comprehensive guide walks you through 100 essential data‑center concepts—from basic definitions, tier standards, and modular design to networking layers, storage architectures, compute resources, security measures, operational practices, energy efficiency, emerging technologies, and industry ecosystem—providing a complete knowledge framework for modern digital infrastructure.

ComputeData centerInfrastructure
0 likes · 21 min read
Mastering Data Center Essentials: 100 Core Concepts You Must Know
IT Services Circle
IT Services Circle
Jun 30, 2025 · Backend Development

What Makes Java Interviews Tough? A Deep Dive into Concurrency, JVM, MySQL, and More

This article analyzes 58.com’s recent business struggles and layoffs, then presents a comprehensive set of Java interview questions covering synchronized vs. Lock, JVM memory layout, garbage collection, TCP connection teardown, MySQL indexing pitfalls, and common sorting algorithms, providing detailed explanations and code examples.

JVMJavaNetworking
0 likes · 18 min read
What Makes Java Interviews Tough? A Deep Dive into Concurrency, JVM, MySQL, and More
Ops Community
Ops Community
Jun 30, 2025 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, and Advanced Networking Explained

This comprehensive guide demystifies Kubernetes by covering its fundamental principles, core components, multi‑center deployment models, service discovery methods, pod resource sharing, CNI plugins, load‑balancing layers, network isolation dimensions, and IP addressing schemes, equipping readers with the knowledge to excel in K8s interviews and real‑world deployments.

Cloud NativeNetworkingPod Architecture
0 likes · 14 min read
Master Kubernetes: Core Concepts, Architecture, and Advanced Networking Explained
Liangxu Linux
Liangxu Linux
Jun 23, 2025 · Cloud Native

Master Docker Networking: Bridge, Host, None, Container, Swarm Service Discovery

This guide explains Docker’s various network modes—including bridge, host, none, and container—details each driver’s behavior, shows how to create and configure custom networks with commands, and covers Swarm’s built‑in service discovery and load‑balancing mechanisms for scalable container deployments.

ContainerDockerHost
0 likes · 12 min read
Master Docker Networking: Bridge, Host, None, Container, Swarm Service Discovery
MaGe Linux Operations
MaGe Linux Operations
Jun 12, 2025 · Cloud Native

Deep Dive into Kubernetes Networking: Layers, Models, and Plugins

This article provides a comprehensive deep‑dive into Kubernetes networking, explaining the four networking layers (CNI, Pod, Service, Ingress), detailing the underlying models, comparing popular plugins such as Kube‑router, Flannel, Calico, Weave Net and Cilium, and offering concrete YAML examples for deployments, services and pods.

CNIIngressKubernetes
0 likes · 16 min read
Deep Dive into Kubernetes Networking: Layers, Models, and Plugins
Architect's Guide
Architect's Guide
Jun 9, 2025 · Fundamentals

Why 65,535 Isn’t the True Limit for TCP Connections on Linux Servers

The article explains that the 65,535 limit refers only to available port numbers, while actual TCP concurrency on Linux depends on the 4‑tuple identification, memory, file‑descriptor limits, and port reuse, allowing servers to handle far more connections than the port count suggests.

LinuxNetworkingSocket
0 likes · 12 min read
Why 65,535 Isn’t the True Limit for TCP Connections on Linux Servers
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2025 · Operations

2025 Linux Cloud Computing Interview Questions + Free Resume Course

This guide compiles over 200 essential Linux interview questions—including fundamentals, system architecture, security, shell scripting, load balancing, and practical command tasks—to help IT professionals prepare for technical interviews and boost their career prospects.

NetworkingShellSystem Administration
0 likes · 9 min read
2025 Linux Cloud Computing Interview Questions + Free Resume Course
Raymond Ops
Raymond Ops
May 30, 2025 · Fundamentals

Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation

This article introduces core networking concepts, explaining what a network is, its classifications, the OSI seven‑layer model and its relation to TCP/IP, common protocols with their port numbers, and the processes of data encapsulation and decapsulation across each layer.

NetworkingOSI modelProtocols
0 likes · 5 min read
Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation
FunTester
FunTester
May 17, 2025 · Backend Development

Detailed Explanation of Java WebSocket Client Development

This article provides a comprehensive walkthrough of building a Java WebSocket client, covering client creation, connection establishment, message sending, graceful closure, header handling, and code encapsulation, with complete example code and best practices for performance testing and robust error handling.

JavaNetworkingPerformanceTesting
0 likes · 11 min read
Detailed Explanation of Java WebSocket Client Development
Python Programming Learning Circle
Python Programming Learning Circle
May 12, 2025 · Backend Development

12 Popular Open-Source Python Frameworks for Web, Networking, and Data Processing

This article introduces twelve widely used open‑source Python frameworks—including Django, Tornado, Twisted, Pulsar, Bottle, Diesel, NumPy, Scrapy, Cubes, Falcon, Web2py, and Zerorpc—covering their main features, typical use cases, and project repository links for developers seeking robust solutions.

Backend DevelopmentNetworkingOpen-source
0 likes · 8 min read
12 Popular Open-Source Python Frameworks for Web, Networking, and Data Processing
Liangxu Linux
Liangxu Linux
May 5, 2025 · Fundamentals

Why UDP Is the Speedy Rogue and TCP the Polite Gentleman

This article uses vivid analogies to compare UDP’s fast, connection‑less, unordered packet delivery with TCP’s reliable, connection‑oriented handshake, flow control, and ordered transmission, outlining each protocol’s characteristics, advantages, drawbacks, and typical real‑time applications such as live streaming, gaming, and video calls.

InternetNetworkingProtocols
0 likes · 10 min read
Why UDP Is the Speedy Rogue and TCP the Polite Gentleman
Java Captain
Java Captain
Apr 26, 2025 · Fundamentals

Understanding HTTP Protocol: Basics, Request Process, and Server Response

This article provides a comprehensive overview of the HTTP protocol, covering its fundamental concepts, the complete request lifecycle—including DNS resolution, TCP handshake, request headers, methods, cookies, and tokens—and detailed server response structures with practical Spring Boot examples.

BackendHTTPNetworking
0 likes · 15 min read
Understanding HTTP Protocol: Basics, Request Process, and Server Response
Open Source Linux
Open Source Linux
Apr 18, 2025 · Fundamentals

Understanding HTTP vs HTTPS: Protocol Basics, Security, and Session Management

This article explains the fundamental differences between HTTP and HTTPS, how internet messages travel through DNS and routers, the roles of IP and MAC addresses, port conventions, request/response structures, encryption methods, digital certificates, and compares cookies with server‑side sessions for state management.

HTTPHTTPSNetworking
0 likes · 16 min read
Understanding HTTP vs HTTPS: Protocol Basics, Security, and Session Management