Tagged articles
458 articles
Page 1 of 5
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Operations

Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)

This article compiles the ten most frequent Docker problems encountered in production—such as disk exhaustion, time drift, DNS failures, OOM kills, data loss, tag confusion, signal handling, resource‑limit oversights, and exposed daemon ports—provides concrete symptoms, root‑cause explanations, diagnostic commands, remediation steps, and preventive measures, and also lists five often‑overlooked traps.

DockerSecuritycontainer-runtime
0 likes · 32 min read
Avoid These 10 Common Docker Production Pitfalls (Plus 5 Hidden Issues)
MaGe Linux Operations
MaGe Linux Operations
May 10, 2026 · Cloud Native

Docker Container Fails to Start? Common Causes and Troubleshooting Commands

This guide walks operators through a systematic, step‑by‑step process for diagnosing Docker container startup failures, covering status checks, log inspection, detailed use of docker inspect, and categorized troubleshooting of image, configuration, resource, permission, network, and volume issues with concrete commands and examples.

ConfigurationContainerDocker
0 likes · 27 min read
Docker Container Fails to Start? Common Causes and Troubleshooting Commands
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Cloud Native

Kubernetes Service Connectivity Issues? A Step‑by‑Step Guide from Pods to Services to Ingress

This article provides a systematic, layer‑by‑layer troubleshooting guide for Kubernetes service connectivity problems, covering pod health, service and endpoint configuration, kube‑proxy rules, CNI plugins, Ingress controllers, DNS resolution, and NetworkPolicy, with concrete commands, examples, and preventive scripts.

IngressKubernetesPod
0 likes · 39 min read
Kubernetes Service Connectivity Issues? A Step‑by‑Step Guide from Pods to Services to Ingress
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2026 · Fundamentals

Master TCP Handshakes and Teardowns: Deep Dive with Wireshark and Linux Tools

This guide walks operations engineers through every detail of the TCP protocol—from header fields and flag meanings to the three‑way handshake, four‑way teardown, state diagrams, common pitfalls, and practical Wireshark analysis—providing Linux commands, code examples, and troubleshooting tips for reliable network management.

LinuxTCPWireshark
0 likes · 35 min read
Master TCP Handshakes and Teardowns: Deep Dive with Wireshark and Linux Tools
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 28, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts and physical layer signaling to data link, network, transport, and application layers—detailing protocols, addressing, routing, error detection, and security mechanisms with clear diagrams and step‑by‑step explanations.

LinuxOSIProtocols
0 likes · 55 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Raymond Ops
Raymond Ops
Mar 7, 2026 · Cloud Native

Master Kubernetes Troubleshooting: From Pod Crashes to Network Failures

This comprehensive guide walks you through Kubernetes fault‑tolerance by covering core components, classifying six major failure types, presenting a three‑step troubleshooting methodology, and detailing six real‑world case studies with commands, manifests, monitoring setups and preventive best practices.

Podnetworkstorage
0 likes · 36 min read
Master Kubernetes Troubleshooting: From Pod Crashes to Network Failures
Architect's Guide
Architect's Guide
Mar 3, 2026 · Fundamentals

Mastering TCP & HTTP Keepalive: Preventing Half-Open Connections

This article explains the concepts, purposes, and mechanisms of TCP keepalive and HTTP keepalive, detailing kernel parameters, timing intervals, and how they prevent half‑open connections, along with practical commands, configuration tips for servers like Nginx and Gunicorn, and the interaction between the two layers.

HTTPKeepaliveServer
0 likes · 10 min read
Mastering TCP & HTTP Keepalive: Preventing Half-Open Connections
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
IT Services Circle
IT Services Circle
Jan 12, 2026 · Frontend Development

8 Chrome DevTools Tricks Every Frontend Developer Should Know

This article presents eight practical Chrome DevTools techniques—including designMode editing, request replay, local overrides, quick fetch copying, request filtering, DOM selection shortcuts, on‑the‑fly npm installation, and fast source navigation—to boost debugging efficiency and streamline front‑end workflows.

Chrome DevToolsDebuggingTips
0 likes · 6 min read
8 Chrome DevTools Tricks Every Frontend Developer Should Know
Raymond Ops
Raymond Ops
Jan 5, 2026 · Operations

Boost K8s Node Network Performance: Proven Linux Kernel Tuning Hacks

This guide explains why network tuning is critical for high‑concurrency Kubernetes clusters and provides step‑by‑step Linux kernel parameter adjustments, scripts, and real‑world case studies that can increase node network throughput by over 30% while reducing latency and connection‑timeout rates.

KubernetesLinuxOperations
0 likes · 11 min read
Boost K8s Node Network Performance: Proven Linux Kernel Tuning Hacks
Architect Chen
Architect Chen
Jan 3, 2026 · Cloud Native

Essential Docker Commands Every Cloud‑Native Engineer Should Know

This guide compiles the most frequently used Docker commands, covering version checks, image management, container lifecycle, network and volume operations, as well as cleanup techniques, providing a concise reference for developers working with cloud‑native container environments.

ContainerDevOpsImage
0 likes · 4 min read
Essential Docker Commands Every Cloud‑Native Engineer Should Know
Raymond Ops
Raymond Ops
Dec 28, 2025 · Information Security

Master Docker Security: End‑to‑End Hardening from Image Build to Runtime

This practical guide walks operations engineers through a complete Docker security hardening workflow—covering trusted base‑image selection, vulnerability scanning, multi‑stage builds, image signing, runtime privilege reduction, network isolation, secret management, monitoring, and real‑world CI/CD integration—to build a resilient, enterprise‑grade container environment.

ContainerDockerHardening
0 likes · 18 min read
Master Docker Security: End‑to‑End Hardening from Image Build to Runtime
Tech Musings
Tech Musings
Dec 18, 2025 · Fundamentals

Why UDP Struggles Behind NAT: Understanding Symmetric vs. Full Cone

This article explains how UDP’s simplicity is challenged by various NAT types, compares Symmetric and Full Cone NAT behaviors, shows Go code for multi‑server UDP communication, and outlines P2P hole‑punching techniques and real‑world NAT diversity.

Full Cone NATNATP2P
0 likes · 10 min read
Why UDP Struggles Behind NAT: Understanding Symmetric vs. Full Cone
Raymond Ops
Raymond Ops
Dec 12, 2025 · Operations

Mastering Network Device Operations: Switches, Routers, and Firewalls Explained

This comprehensive guide walks operations engineers through the fundamentals, configuration, monitoring, troubleshooting, and automation of switches, routers, and firewalls, providing practical commands, best‑practice scripts, and security hardening steps for reliable network infrastructure.

ConfigurationRouterfirewall
0 likes · 24 min read
Mastering Network Device Operations: Switches, Routers, and Firewalls Explained
php Courses
php Courses
Dec 10, 2025 · Backend Development

Mastering PHP’s curl_multi_close: Properly Release Multi‑Handle Resources

This guide explains how PHP’s curl_multi_close function releases resources allocated by curl_multi_init, demonstrates a complete example of creating, adding, and closing multiple cURL handles, and highlights best practices for efficient network request handling.

multi-handlenetworkresource-management
0 likes · 3 min read
Mastering PHP’s curl_multi_close: Properly Release Multi‑Handle Resources
Raymond Ops
Raymond Ops
Dec 5, 2025 · Operations

Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran

This comprehensive guide walks you through Linux routing fundamentals, static and dynamic route configuration, advanced policy routing, troubleshooting tools, performance tuning, security hardening, and best‑practice case studies, enabling you to become a network specialist in just a few days.

LinuxSysadminTutorial
0 likes · 24 min read
Master Linux Routing in 3 Days: Proven Ops Secrets from a 10‑Year Veteran
php Courses
php Courses
Nov 26, 2025 · Backend Development

Master Remote HTTP Requests in PHP with file_get_contents and cURL

This guide explains how to use PHP's file_get_contents and cURL functions to send GET and POST HTTP requests, covering setup, option configuration, example code, and best‑practice tips for reliable remote data retrieval and transmission.

POSTcURLfile_get_contents
0 likes · 4 min read
Master Remote HTTP Requests in PHP with file_get_contents and cURL
JavaGuide
JavaGuide
Nov 24, 2025 · Backend Development

Alibaba 2024 Backend Salary Ranges and Essential Interview Preparation Guide

The article details Alibaba's 2024 campus backend salary bands, compares them with peers, outlines the interview process and project presentation tips, and provides in‑depth technical tutorials on Redis Lua scripts, cache consistency, slow‑query logging, MySQL optimization, Java reflection, WebSocket vs polling, SSE, TCP/UDP, and HTTP vs HTTPS.

AlibabaBackendJava
0 likes · 24 min read
Alibaba 2024 Backend Salary Ranges and Essential Interview Preparation Guide
Raymond Ops
Raymond Ops
Nov 20, 2025 · Operations

How to Monitor Linux System Performance: CPU, Memory, Disk I/O & Network

This guide explains how to monitor a Linux server’s health by checking CPU load and core count, memory usage, disk I/O statistics, and network traffic with common command‑line tools such as uptime, top, free, iostat, iotop, nload and nethogs, and shows how to interpret the results to identify bottlenecks.

CPUDisk I/OLinux
0 likes · 13 min read
How to Monitor Linux System Performance: CPU, Memory, Disk I/O & Network
Raymond Ops
Raymond Ops
Nov 19, 2025 · Operations

Mastering Linux Bridge Management: Concepts, Commands, and Configuration

This guide explains the fundamentals of Linux bridges, their role in linking network interfaces, and provides step‑by‑step instructions for creating, configuring, and managing bridges using brctl, NetworkManager (nmcli), and iproute2 commands across various distributions.

LinuxSystem Administrationbrctl
0 likes · 15 min read
Mastering Linux Bridge Management: Concepts, Commands, and Configuration
JavaGuide
JavaGuide
Nov 16, 2025 · Backend Development

ByteDance Backend Interview: Java OOM, ThreadPool Tuning, Redis & MQ

ByteDance’s recent salary announcements show higher offers up to 40K, while the company’s rigorous backend interview covers Java heap OOM analysis, JVM tuning, thread‑pool configuration, Redis expiration strategies, MQ usage, network request flow, and algorithm challenges, providing a comprehensive technical deep‑dive for candidates.

JVMJavaMessageQueue
0 likes · 24 min read
ByteDance Backend Interview: Java OOM, ThreadPool Tuning, Redis & MQ
Xiao Liu Lab
Xiao Liu Lab
Nov 12, 2025 · Operations

Why TIME_WAIT Isn't a Problem and How to Optimize It

TIME_WAIT is a normal TCP state designed to prevent stray packets, but high volumes can indicate inefficient connection handling; this guide explains its mechanics, common causes, monitoring commands, and practical kernel and application-level tuning strategies to reduce TIME_WAIT buildup in high‑traffic services.

Connection PoolLinuxTCP
0 likes · 12 min read
Why TIME_WAIT Isn't a Problem and How to Optimize It
Raymond Ops
Raymond Ops
Nov 10, 2025 · Cloud Native

Mastering Kubernetes Networking: Deep Dive into k8s Network Layers and Plugins

This article provides a comprehensive overview of Kubernetes networking, explaining the four network layers—CNI, Pod, Service, and Ingress—detailing their functions, exploring common network models, and presenting practical examples of popular plugins such as Kube-router, Flannel, Calico, Weave Net, and Cilium with deployment YAML code.

CNIIngressKubernetes
0 likes · 17 min read
Mastering Kubernetes Networking: Deep Dive into k8s Network Layers and Plugins
Raymond Ops
Raymond Ops
Oct 28, 2025 · Operations

Master Linux Kernel Tuning: From Theory to Practical Sysctl Configuration

This guide walks system administrators and DevOps engineers through the purpose of key Linux kernel parameters, how to set them temporarily or permanently—including in Docker and Kubernetes—verify their effect, troubleshoot common issues, and apply best‑practice tuning for improved performance and stability.

ContainerKernelLinux
0 likes · 9 min read
Master Linux Kernel Tuning: From Theory to Practical Sysctl Configuration
Architects' Tech Alliance
Architects' Tech Alliance
Oct 24, 2025 · Artificial Intelligence

How xPU Scale‑Up Networks Are Redefining AI Training Efficiency

As AI models grow to massive scales, the demand for ultra‑high‑performance, low‑latency networking in xPU clusters intensifies, prompting a shift from dense to MoE architectures and driving the evolution of Scale‑up networks, where Alibaba Cloud’s UPN design tackles bandwidth, cost, and reliability challenges.

AIMoEScale‑Up
0 likes · 13 min read
How xPU Scale‑Up Networks Are Redefining AI Training Efficiency
IT Services Circle
IT Services Circle
Oct 3, 2025 · Fundamentals

Master Network Fundamentals: From TCP/IP Layers to SYN Flood Defense

This article combines a post‑holiday job‑hunting update for Kingsoft WPS with a comprehensive interview guide covering OSI and TCP/IP models, HTTP connection handling, TCP three‑way handshake, SYN‑flood mitigation, Redis Bloom filters, CAP theorem, and I/O multiplexing techniques such as epoll.

BackendSecurityTCP/IP
0 likes · 30 min read
Master Network Fundamentals: From TCP/IP Layers to SYN Flood Defense
Raymond Ops
Raymond Ops
Sep 23, 2025 · Cloud Native

How to Deploy MetalLB LoadBalancer on Bare‑Metal Kubernetes with Calico

This guide explains Kubernetes Service concepts, the different Service types and ports, introduces MetalLB as a LoadBalancer solution for bare‑metal clusters, walks through its installation, configuration, testing, integration with Ingress, and also covers Calico networking fundamentals and architecture.

CalicoKubernetesMetalLB
0 likes · 15 min read
How to Deploy MetalLB LoadBalancer on Bare‑Metal Kubernetes with Calico
Java Captain
Java Captain
Sep 3, 2025 · Operations

How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx

This step‑by‑step guide shows how to set up a Raspberry Pi Zero W, flash Raspbian Stretch Lite, configure Wi‑Fi and SSH, optimize the system with local mirrors, install Nginx, and expose the server to the internet using ngrok, turning a credit‑card‑sized board into a functional web host.

LinuxNGINXRaspberry Pi
0 likes · 12 min read
How to Turn a Raspberry Pi Zero W into a Tiny Web Server with SSH and Nginx
Raymond Ops
Raymond Ops
Aug 22, 2025 · Information Security

Master Linux iptables: A Complete Guide to Software Firewalls and Netfilter

This article provides a comprehensive overview of Linux's software firewall, explaining how iptables works with the netfilter framework, detailing tables, chains, hook functions, packet flow, common commands, rule‑management techniques, best‑practice optimizations, and methods for persisting firewall configurations.

firewalliptablesnetfilter
0 likes · 24 min read
Master Linux iptables: A Complete Guide to Software Firewalls and Netfilter
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
MaGe Linux Operations
MaGe Linux Operations
Aug 9, 2025 · Operations

Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques

This article explains how operations engineers can dramatically improve Linux network performance by understanding key metrics and applying practical tuning methods—such as adjusting TCP windows, enabling TCP Fast Open, switching to BBR, optimizing kernel parameters, using high‑performance NICs, zero‑copy transfers, load balancing, and monitoring tools—to increase bandwidth and reduce latency for high‑concurrency and real‑time applications.

LatencyLinuxOperations
0 likes · 11 min read
Boost Linux Network Bandwidth & Slash Latency with Proven Tuning Techniques
Liangxu Linux
Liangxu Linux
Jul 23, 2025 · Operations

Master Linux Network Diagnostics with the mtr Command: A Complete Guide

This article provides a comprehensive overview of the Linux mtr tool, detailing its purpose, key features, installation methods, basic syntax, common options, output interpretation, and practical command examples to help network engineers and system administrators diagnose latency and packet loss effectively.

diagnosticsmtrnetwork
0 likes · 10 min read
Master Linux Network Diagnostics with the mtr Command: A Complete Guide
Architects' Tech Alliance
Architects' Tech Alliance
Jul 7, 2025 · Operations

Choosing the Right AI Data Center Network: InfiniBand vs RoCE

This article outlines the high‑performance networking requirements for AI data center training, compares InfiniBand and RoCE solutions, discusses their advantages in bandwidth, latency, scalability and cost, and provides design guidelines for building scalable, low‑latency, non‑blocking AI‑centric network architectures.

AIData centerHigh‑performance computing
0 likes · 10 min read
Choosing the Right AI Data Center Network: InfiniBand vs RoCE
Raymond Ops
Raymond Ops
Jul 7, 2025 · Operations

Understanding Linux NIC Packet Reception and How to Fix Drop Issues

This article explains the Linux network interface card packet reception flow, how to identify and interpret RX errors, dropped packets and overruns, and provides practical commands and tuning methods such as adjusting ring buffers, IRQ affinity, RSS/RPS, and netdev_max_backlog to resolve packet loss.

InterruptsLinuxPacket Loss
0 likes · 12 min read
Understanding Linux NIC Packet Reception and How to Fix Drop Issues
Linux Cloud Computing Practice
Linux Cloud Computing Practice
Jun 26, 2025 · Operations

Master Linux Network Configuration: From IP Setup to Netplan & NetworkManager

This guide explains Linux network management, covering IP address and routing configuration, interface naming rules, GRUB tweaks for legacy eth names, editing configuration files for CentOS and Ubuntu (including Netplan YAML), restarting appropriate services, and using graphical tools with NetworkManager, while clarifying the differences between the traditional network service and NetworkManager.

NetplanNetworkManagernetwork
0 likes · 14 min read
Master Linux Network Configuration: From IP Setup to Netplan & NetworkManager
Open Source Linux
Open Source Linux
Jun 19, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive

This article walks through a systematic investigation of Linux network packet loss, covering potential loss points across the protocol stack, using tools like ethtool, netstat, iptables, tc, hping3, curl, and tcpdump to identify and resolve misconfigurations such as faulty netem rules and an incorrect MTU setting.

Packet Lossiptablesnetstat
0 likes · 13 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive
Tencent Cloud Developer
Tencent Cloud Developer
Jun 17, 2025 · Backend Development

Why Middleware Client APIs Crash: Real‑World Tcaplus and Pulsar Debugging Stories

This article explains the complexity of middleware client APIs, shares two real external‑network failures— a Tcaplus callback coredump and a Pulsar Go deadlock— analyzes their root causes, and outlines practical design guidelines to build clear, asynchronous, fault‑tolerant, and maintainable backend APIs.

AsynchronousDebuggingDesign
0 likes · 13 min read
Why Middleware Client APIs Crash: Real‑World Tcaplus and Pulsar Debugging Stories
Liangxu Linux
Liangxu Linux
Jun 2, 2025 · Operations

Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools

This guide walks through Linux network fundamentals—including hostname, IP address, netmask, gateway, DNS, interface status, temporary and permanent IP changes with ifconfig and ip, routing adjustments, bond interface setup, and diagnostic utilities like ethtool, ss, netstat, traceroute, nslookup, and tcpdump—providing step‑by‑step commands and examples for effective system administration.

BondingSystem Administrationip
0 likes · 16 min read
Master Linux Network Configuration: IP, Routes, Bonding and Diagnostic Tools
JD Tech Talk
JD Tech Talk
May 26, 2025 · Frontend Development

Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization

This article provides a comprehensive overview of front‑end technology stacks—including native app development, web frameworks, mini‑programs, and cross‑platform solutions—alongside common network libraries, the full HTTP request lifecycle, and practical performance optimization techniques for speed, weak‑network resilience, and security across native, web, and mini‑program environments.

Webfrontendnetwork
0 likes · 18 min read
Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization
JD Cloud Developers
JD Cloud Developers
May 26, 2025 · Frontend Development

Big Front-End Essentials: Tech Stacks, Network Frameworks & Optimization

This article outlines the comprehensive big‑front‑end technology stack—including native app development, web frameworks, mini‑programs and cross‑platform solutions—details common network libraries for Android, iOS, HarmonyOS, and browsers, explains the full network request lifecycle, and presents practical performance, security and weak‑network optimization techniques.

frontendnetworkoptimization
0 likes · 19 min read
Big Front-End Essentials: Tech Stacks, Network Frameworks & Optimization
MaGe Linux Operations
MaGe Linux Operations
May 17, 2025 · Operations

Unlock the Full Stack of Network Technologies: From Core Architecture to Advanced Applications

This comprehensive guide explores modern network engineering, comparing RPR and FDDI, detailing QoS metrics and implementations, dissecting switch forwarding modes, VLAN configurations, router performance and protocol choices, advanced Wi‑Fi 6 features, zero‑trust security, cloud‑native SD‑WAN, and automation with Ansible and AIOps.

AutomationQoSSD-WAN
0 likes · 10 min read
Unlock the Full Stack of Network Technologies: From Core Architecture to Advanced Applications
php Courses
php Courses
Apr 24, 2025 · Backend Development

Introduction to Socket Programming in Python: TCP and UDP Examples

This article explains the fundamentals of socket programming in Python, covering basic concepts such as IP addresses, ports, and protocols, and provides complete TCP and UDP server/client code examples along with common troubleshooting tips and advanced modules for building robust network applications.

PythonTCPUDP
0 likes · 7 min read
Introduction to Socket Programming in Python: TCP and UDP Examples
Deepin Linux
Deepin Linux
Apr 21, 2025 · Backend Development

POSIX Multithreading and Network Programming in C: Threads, Synchronization, and Socket APIs

This article introduces the POSIX standard for portable multithreaded and network programming in C, explains thread creation, lifecycle, and synchronization mechanisms such as mutexes, semaphores and condition variables, and provides complete server‑client socket examples together with practical multithreaded file‑processing code and debugging tips.

CPOSIXSocket
0 likes · 23 min read
POSIX Multithreading and Network Programming in C: Threads, Synchronization, and Socket APIs
Liangxu Linux
Liangxu Linux
Apr 16, 2025 · Fundamentals

Mastering IP Routing: How Routers Choose the Best Path

This article explains the fundamentals of IP routing in data communication networks, covering how routers use routing tables, route information, direct routes, priority and metric calculations, longest‑prefix matching, and the step‑by‑step forwarding process with practical examples and command snippets.

NetworkingRouterip
0 likes · 9 min read
Mastering IP Routing: How Routers Choose the Best Path
Cloud Native Technology Community
Cloud Native Technology Community
Apr 11, 2025 · Cloud Native

How Kube-OVN Enables Seamless Live Migration for KubeVirt VMs

This article explains the challenges of live‑migrating KubeVirt virtual machines, how Kube‑OVN addresses network‑bridge limitations and IP changes, provides the required VM annotation, step‑by‑step migration commands, and details the multi‑stage migration process that keeps network interruption under 0.5 seconds with no TCP break.

Cloud NativeKube-OVNKubeVirt
0 likes · 7 min read
How Kube-OVN Enables Seamless Live Migration for KubeVirt VMs
Architects' Tech Alliance
Architects' Tech Alliance
Mar 29, 2025 · Industry Insights

Why Network Becomes the New Bottleneck for AI Training and How InfiniBand vs RoCE Compare

AI large‑model training relies on GPU clusters, generating massive inter‑node traffic that turns network performance into the primary bottleneck, prompting a detailed comparison of InfiniBand and RoCE protocols, their histories, strengths, limitations, and the need for next‑generation network chip architectures.

AIData centerHPC
0 likes · 5 min read
Why Network Becomes the New Bottleneck for AI Training and How InfiniBand vs RoCE Compare
Lin is Dream
Lin is Dream
Mar 15, 2025 · Fundamentals

Mastering macOS Network Settings: DHCP, DNS, NAT, VPN & More Explained

This guide walks through macOS network configuration on a MacBook Pro M1, covering Wi‑Fi advanced settings, TCP/IP fundamentals such as DHCP, IP addressing and subnet masks, NAT translation, routing tables, DNS servers, proxy types, VPN (L2TP) setup, SSH usage, and Ethernet interface details.

DHCPDNSNAT
0 likes · 18 min read
Mastering macOS Network Settings: DHCP, DNS, NAT, VPN & More Explained
Liangxu Linux
Liangxu Linux
Mar 4, 2025 · Operations

Master Linux TCP Settings: Tuning /proc/sys/net/ipv4 and Core Parameters

This guide explains the purpose of Linux kernel TCP parameters under /proc/sys/net/ipv4 and /proc/sys/net/core, shows recommended values for security and performance, and provides step‑by‑step methods to view and permanently modify these settings using echo, sysctl.conf, and the sysctl command.

Kernel Parametersnetwork
0 likes · 15 min read
Master Linux TCP Settings: Tuning /proc/sys/net/ipv4 and Core Parameters
Deepin Linux
Deepin Linux
Feb 25, 2025 · Fundamentals

Understanding the Linux Network Packet Reception Process

This article provides a comprehensive, step‑by‑step explanation of how Linux receives network packets—from hardware DMA and interrupt handling through soft‑interrupt processing, kernel initialization, driver registration, and protocol‑stack traversal—culminating in delivery to the application layer via sockets.

LinuxNetworkingPacket Reception
0 likes · 28 min read
Understanding the Linux Network Packet Reception Process
Open Source Linux
Open Source Linux
Feb 19, 2025 · Operations

Master Linux Network Management with the Powerful ip Command

This article provides a comprehensive guide to the Linux ip command, covering its syntax, how to view and configure network interfaces, manage IP addresses, routes, VLANs, and ARP entries, enabling users to efficiently administer and troubleshoot network settings.

Network ConfigurationSystem Administrationip command
0 likes · 6 min read
Master Linux Network Management with the Powerful ip Command
AI Cyberspace
AI Cyberspace
Feb 17, 2025 · Fundamentals

Understanding DMA and RDMA: High‑Performance Direct Memory Access Explained

This article explains the principles of Direct Memory Access (DMA) and Remote Direct Memory Access (RDMA), compares them with traditional TCP I/O, outlines RDMA’s features, protocol standards, communication pathways, queue mechanisms, and provides example code for setting up RDMA connections using RoCEv2.

C programmingDMARDMA
0 likes · 21 min read
Understanding DMA and RDMA: High‑Performance Direct Memory Access Explained
Top Architect
Top Architect
Feb 7, 2025 · Fundamentals

Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control

The article provides a comprehensive technical overview of HTTP's history, the design and advantages of the QUIC protocol—including connection establishment, migration, head‑of‑line blocking mitigation, congestion control, ACK handling, and stream/connection flow control—while contrasting it with TCP and HTTP/2 mechanisms.

Flow ControlHTTPQUIC
0 likes · 15 min read
Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control
Raymond Ops
Raymond Ops
Jan 11, 2025 · Operations

How to Build a Highly Available Load Balancer with LVS and Keepalived

This tutorial explains how to design and deploy a high‑availability web cluster using Linux Virtual Server (LVS) and Keepalived, covering terminology, test environment setup, detailed configuration steps, HA testing procedures, and a concise summary of the solution.

LVSLinuxhigh availability
0 likes · 11 min read
How to Build a Highly Available Load Balancer with LVS and Keepalived
Deepin Linux
Deepin Linux
Jan 11, 2025 · Operations

Comprehensive Guide to Diagnosing and Resolving Linux Network Packet Loss

This article explains common Linux network packet loss scenarios, details the kernel’s packet receive and transmit paths, examines hardware and ARP issues, Conntrack limits, UDP buffer problems, and provides practical troubleshooting tools and commands to accurately detect and fix packet drops.

LinuxOperationsPacketLoss
0 likes · 23 min read
Comprehensive Guide to Diagnosing and Resolving Linux Network Packet Loss
MaGe Linux Operations
MaGe Linux Operations
Dec 31, 2024 · Cloud Native

Step-by-Step Guide to Deploy Flannel CNI with Host‑GW, VXLAN, and iptables Optimization in Kubernetes

This tutorial walks through Kubernetes CNI networking, introduces common plugins, explains Flannel's three network models, details cluster planning, software download, installation, configuration, supervisor setup, service startup, pod‑to‑pod connectivity verification, iptables rule optimization, and DNS troubleshooting for a functional Flannel‑based cluster.

CNIClusterDocker
0 likes · 20 min read
Step-by-Step Guide to Deploy Flannel CNI with Host‑GW, VXLAN, and iptables Optimization in Kubernetes
php Courses
php Courses
Nov 25, 2024 · Databases

MySQL 8 New Features and Network Communication Course Overview

This course introduces MySQL 8's latest features, deep dives into its network communication mechanisms, and teaches advanced optimization techniques such as connection pooling, compression, and SSL encryption, enabling students to build efficient, secure, and high‑performance database applications.

databasemysqlnetwork
0 likes · 2 min read
MySQL 8 New Features and Network Communication Course Overview
Practical DevOps Architecture
Practical DevOps Architecture
Nov 21, 2024 · Information Security

Python Script to Retrieve Domain SSL Certificate Expiration Date and Remaining Days

This article presents a Python script that retrieves a domain's SSL certificate information, parses its start and expiration dates, converts them to datetime objects, and calculates the remaining days until the certificate expires, providing a simple command‑line tool for monitoring certificate validity.

AutomationCertificateExpiration
0 likes · 3 min read
Python Script to Retrieve Domain SSL Certificate Expiration Date and Remaining Days
Liangxu Linux
Liangxu Linux
Nov 10, 2024 · Operations

50 Essential Ops Troubleshooting & Fix Techniques Every Sysadmin Should Know

This guide compiles fifty practical troubleshooting and remediation techniques covering system, network, application, database, and security layers, enabling operations engineers to quickly diagnose common failures such as high load, service crashes, permission errors, and performance bottlenecks, and apply concrete fixes to maintain stable, secure services.

OperationsSecuritynetwork
0 likes · 16 min read
50 Essential Ops Troubleshooting & Fix Techniques Every Sysadmin Should Know
Selected Java Interview Questions
Selected Java Interview Questions
Nov 8, 2024 · Cloud Native

Performance Degradation After Containerization: Analysis and Optimization Strategies

The article examines why applications experience slower performance after being containerized on Kubernetes, presenting benchmark comparisons, analyzing increased soft‑interrupt overhead due to the Calico ipip overlay, and proposing network optimizations such as ipvlan modes and Cilium to restore efficiency.

CiliumKubernetesSoft Interrupts
0 likes · 7 min read
Performance Degradation After Containerization: Analysis and Optimization Strategies
Liangxu Linux
Liangxu Linux
Nov 6, 2024 · Operations

Master Network Connectivity Checks: Essential Linux & Windows Tools Explained

This guide walks you through practical methods for verifying physical links, testing reachability, tracing routes, checking HTTP/HTTPS access, probing TCP/UDP ports, inspecting local sockets, and validating DNS using common Linux and Windows command‑line utilities such as ethtool, ping, tracepath, wget, curl, nc, telnet, nmap, netstat, ss and dig.

connectivitynetworktools
0 likes · 12 min read
Master Network Connectivity Checks: Essential Linux & Windows Tools Explained
Architecture Digest
Architecture Digest
Oct 14, 2024 · Information Security

Understanding TLS Handshake Overhead and Bandwidth Impact in High‑Concurrency Services

The article analyzes why a high‑concurrency data‑collection service quickly saturates a 100 Mbps uplink due to large TLS handshake payloads, demonstrates the bandwidth savings of switching to plain HTTP or using Keep‑Alive, and highlights practical considerations for secure versus performance‑optimized deployments.

HTTPSHandshakeKeep-Alive
0 likes · 4 min read
Understanding TLS Handshake Overhead and Bandwidth Impact in High‑Concurrency Services
Open Source Linux
Open Source Linux
Oct 14, 2024 · Fundamentals

Master DNS Lookups: 10 Essential nslookup Commands Explained

This guide walks you through ten practical nslookup commands for retrieving A, NS, SOA, MX, any, PTR records and more, showing how to adjust timeouts, enable debugging, and query specific DNS servers to troubleshoot and verify domain configurations.

DNScommand-linenetwork
0 likes · 5 min read
Master DNS Lookups: 10 Essential nslookup Commands Explained
MaGe Linux Operations
MaGe Linux Operations
Sep 5, 2024 · Operations

Master Linux DNS: From Basics to Advanced BIND9 Configuration

This comprehensive guide explains DNS fundamentals, Linux client configuration, BIND9 server setup, advanced features like DNSSEC and DoH, and essential troubleshooting and security practices, empowering system administrators and network engineers to manage and secure DNS services effectively.

DNSLinuxSystem Administration
0 likes · 11 min read
Master Linux DNS: From Basics to Advanced BIND9 Configuration