Tag

Network

0 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 13, 2025 · Cloud Native

Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers

This guide presents a comprehensive cheat sheet of Docker commands covering image management, container lifecycle, volumes, networks, and image packaging, offering cloud‑native engineers a quick reference to efficiently handle Docker tasks in development and production environments.

ContainerDockerImage
0 likes · 4 min read
Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers
Raymond Ops
Raymond Ops
May 28, 2025 · Operations

Mastering Squid Proxy: Installation, Configuration, and Access Control on Linux

This guide walks you through Squid's features, how it works, hardware requirements, step‑by‑step installation, default and custom configuration, initialization, testing, and detailed ACL examples to control access and improve network performance on Linux systems.

Access ControlConfigurationLinux
0 likes · 15 min read
Mastering Squid Proxy: Installation, Configuration, and Access Control on Linux
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.

NetworkPerformanceWeb
0 likes · 18 min read
Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization
Practical DevOps Architecture
Practical DevOps Architecture
Apr 29, 2025 · Fundamentals

Linux Routing Basics: Adding, Deleting Host, Network, and Default Routes

This article explains Linux routing fundamentals, describing how routing tables are used to select interfaces and next hops, detailing the six-step packet routing process, and providing step‑by‑step commands and examples for adding and removing host, network, and default routes on Linux systems.

IPLinuxNetwork
0 likes · 7 min read
Linux Routing Basics: Adding, Deleting Host, Network, and Default Routes
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.

NetworkPythonSocket Programming
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.

C++MultithreadingNetwork
0 likes · 23 min read
POSIX Multithreading and Network Programming in C: Threads, Synchronization, and Socket APIs
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.

LinuxNetworkOperating System
0 likes · 28 min read
Understanding the Linux Network Packet Reception Process
Practical DevOps Architecture
Practical DevOps Architecture
Feb 25, 2025 · Operations

Configuring a Dual‑NIC Linux Server with Static Routing and Persistent Startup

This guide explains how to configure a Linux server with two network interfaces—one for an internal private network and one for external access—by setting static IPs, adding a static route, and ensuring the configuration persists across reboots using rc.local.

Dual NICLinuxNetwork
0 likes · 7 min read
Configuring a Dual‑NIC Linux Server with Static Routing and Persistent Startup
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.

NetworkQUICcongestion control
0 likes · 15 min read
Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control
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.

LinuxNetworkPacketLoss
0 likes · 23 min read
Comprehensive Guide to Diagnosing and Resolving Linux Network Packet Loss
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 10, 2024 · Mobile Development

Using Kotlin Coroutines, Flow, Retrofit, and OkHttp for Network Requests in Android

This article explains how to combine Kotlin coroutines, Flow, Retrofit, and OkHttp to create a clean, reactive, and maintainable network request framework for Android applications, covering concepts, core principles, and practical code examples.

CoroutinesFlowKotlin
0 likes · 16 min read
Using Kotlin Coroutines, Flow, Retrofit, and OkHttp for Network Requests in Android
DevOps Operations Practice
DevOps Operations Practice
Dec 8, 2024 · Information Security

Incident Report: Investigating and Removing a Server Malware Causing 100% CPU Usage

This article documents a step‑by‑step investigation of a compromised Linux server that exhibited 100% CPU usage, detailing process, network, and startup‑service analysis, the discovery of a cryptomining malware, and the complete removal procedure.

CPULinuxNetwork
0 likes · 5 min read
Incident Report: Investigating and Removing a Server Malware Causing 100% CPU Usage
System Architect Go
System Architect Go
Nov 30, 2024 · Cloud Native

Comparison of Flannel and Calico CNI Plugins for Kubernetes

This article compares Flannel and Calico, two Kubernetes CNI plugins, detailing their architectures, backend mechanisms, routing models, overlay and non‑overlay options, and highlighting Flannel's simplicity for small clusters versus Calico's richer feature set for larger, production‑grade environments.

CNICalicoKubernetes
0 likes · 8 min read
Comparison of Flannel and Calico CNI Plugins for 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.

MySQLNetworkPerformance
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.

AutomationCertificateNetwork
0 likes · 3 min read
Python Script to Retrieve Domain SSL Certificate Expiration Date and Remaining Days
macrozheng
macrozheng
Nov 14, 2024 · Operations

How to Transfer Files Seamlessly Across Devices with LocalSend – A Free Open‑Source Solution

This article introduces LocalSend, a free open‑source cross‑platform tool that enables secure, fast, and decentralized file and message sharing over local networks without internet, explains its key features, provides step‑by‑step installation instructions, and includes a simple Flutter build script.

Cross‑PlatformFlutterLocalSend
0 likes · 6 min read
How to Transfer Files Seamlessly Across Devices with LocalSend – A Free Open‑Source Solution
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.

CiliumContainerizationKubernetes
0 likes · 7 min read
Performance Degradation After Containerization: Analysis and Optimization Strategies
Practical DevOps Architecture
Practical DevOps Architecture
Oct 30, 2024 · Operations

Bash Scripts for Real‑Time Network Traffic and Disk Usage Monitoring

This article provides two Bash scripts: one that continuously displays inbound and outbound traffic of a specified network interface, and another that remotely checks disk usage on up to 100 servers, issuing warnings when partitions exceed a defined threshold.

LinuxMonitoringNetwork
0 likes · 3 min read
Bash Scripts for Real‑Time Network Traffic and Disk Usage Monitoring
DevOps Operations Practice
DevOps Operations Practice
Oct 22, 2024 · Cloud Native

How to Find the IP Address of a Docker Container

This guide explains how to quickly retrieve the IP address of a running Docker container using simple commands such as `docker ps`, `docker inspect`, and a formatted inspect query, with step‑by‑step instructions and example output for easy debugging and network configuration.

ContainerDockerIP address
0 likes · 3 min read
How to Find the IP Address of a Docker Container
Top Architect
Top Architect
Oct 21, 2024 · Backend Development

Understanding HTTP History and QUIC: Protocol Evolution, Features, and Performance

This article reviews the evolution of HTTP from its early versions to HTTP/3, explains the QUIC protocol and its advantages over TCP, and discusses connection establishment, migration, head‑of‑line blocking, congestion control, and flow control mechanisms that improve modern web performance.

NetworkPerformanceQUIC
0 likes · 15 min read
Understanding HTTP History and QUIC: Protocol Evolution, Features, and Performance