Tagged articles
458 articles
Page 2 of 5
Java Tech Enthusiast
Java Tech Enthusiast
Aug 30, 2024 · Operations

Performance Comparison of Major Public DNS Services in China

Testing 150 popular domains from four Chinese cities shows OneDNS public version consistently leads with 9‑19 ms latency, followed closely by Alibaba DNS, while 114DNS, Tencent DNSPod and 360DNS lag behind, prompting users to seek free alternatives as Alibaba’s unlimited service becomes paid.

ChinaDNSnetwork
0 likes · 5 min read
Performance Comparison of Major Public DNS Services in China
Java Tech Enthusiast
Java Tech Enthusiast
Aug 29, 2024 · Backend Development

Comprehensive Backend Interview Guide: Network, Security, JVM, Spring, Redis, MySQL and More

The guide equips candidates for backend interviews by covering essential networking (HTTP/HTTPS, TLS handshake, status codes, headers, OCSP, session resumption, CSRF), RPC frameworks, Java class-loading and JVM memory/GC, OS process/thread scheduling, Spring bean lifecycle, Redis caching pitfalls, and MySQL indexing and query optimization.

BackendJVMSecurity
0 likes · 44 min read
Comprehensive Backend Interview Guide: Network, Security, JVM, Spring, Redis, MySQL and More
Liangxu Linux
Liangxu Linux
Aug 13, 2024 · Backend Development

Master Go Socket and HTTP Programming: Dial, ICMP, and Custom Requests

Learn how to use Go's net package for low‑level socket programming—including TCP, UDP, and ICMP connections with the Dial function—and build HTTP clients with net/http, covering basic requests, POST forms, custom headers, and practical code examples.

Backend DevelopmentGoHTTP
0 likes · 12 min read
Master Go Socket and HTTP Programming: Dial, ICMP, and Custom Requests
Architects' Tech Alliance
Architects' Tech Alliance
Aug 1, 2024 · Industry Insights

Why RDMA and RoCE Are Becoming Critical Enablers for AI/ML Deployments

The article analyzes how the rapid shift of data‑center spending toward AI/ML has accelerated RDMA and RoCE adoption, outlines market forecasts through 2028, explains the technical advantages of direct memory access, and examines the evolving server, NIC, and backend‑network landscapes that will shape future AI workloads.

AI/MLData centerRDMA
0 likes · 12 min read
Why RDMA and RoCE Are Becoming Critical Enablers for AI/ML Deployments
Code Mala Tang
Code Mala Tang
Jun 20, 2024 · Frontend Development

Essential Latency Numbers Every Web Developer Must Know

This article explores critical latency metrics—from nanosecond-level CPU operations to intercontinental network delays—illustrating how each contributes to web performance, and provides real‑world measurements for various connection types, data processing tasks, and user‑perceived response times to help developers optimize user experience.

LatencyWeb Performancefrontend
0 likes · 6 min read
Essential Latency Numbers Every Web Developer Must Know
Practical DevOps Architecture
Practical DevOps Architecture
Jun 13, 2024 · Operations

Comprehensive Data Center Operations Training Course Overview

This extensive training program covers everything a data center operations engineer needs—from foundational infrastructure management and server hardware maintenance to advanced network configuration, security hardening, monitoring, fault handling, and practical hands‑on skills for real‑world challenges.

Data centerInfrastructureOperations
0 likes · 6 min read
Comprehensive Data Center Operations Training Course Overview
Java Tech Enthusiast
Java Tech Enthusiast
Jun 7, 2024 · Operations

Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment

The article explains how to configure static and persistent routes on a Linux host using the route command, make them survive reboots via rc.local, sysconfig files, or sysctl, enable IP forwarding, and demonstrates a dual‑NIC experiment where a single static route lets the client access both external and multiple internal subnets.

Dual NICLinuxVMware
0 likes · 10 min read
Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment
Cognitive Technology Team
Cognitive Technology Team
Jun 2, 2024 · Fundamentals

Evolution of HTTP: From 0.9 to HTTP/3

This article traces the development of the HTTP protocol from its simple single‑line origins in HTTP/0.9 through the extensible HTTP/1.0 and standardized HTTP/1.1 versions, to the performance‑focused HTTP/2 and the QUIC‑based HTTP/3, highlighting key features, limitations, and architectural changes.

HTTPInternetProtocol Evolution
0 likes · 14 min read
Evolution of HTTP: From 0.9 to HTTP/3
php Courses
php Courses
May 23, 2024 · Backend Development

Using curl_setopt_array() to Batch‑Set cURL Options in PHP

This article explains how to use PHP's curl_setopt_array() function to batch‑set cURL options, improving code readability and maintainability, and provides a complete example with code demonstrating initialization, option configuration, request execution, and response handling.

BackendcURLcurl_setopt_array
0 likes · 4 min read
Using curl_setopt_array() to Batch‑Set cURL Options in PHP
Efficient Ops
Efficient Ops
May 22, 2024 · Operations

Essential Ops Troubleshooting: 10 Quick Fixes and 22 Common Failure Cases

This guide compiles the most frequent Linux and network problems faced by operations engineers—ranging from non‑executing shell scripts and cron output issues to read‑only filesystems, disk space leaks, and service start failures—providing clear causes and step‑by‑step solutions for each case.

cronnetworktroubleshooting
0 likes · 18 min read
Essential Ops Troubleshooting: 10 Quick Fixes and 22 Common Failure Cases
Liangxu Linux
Liangxu Linux
May 14, 2024 · Fundamentals

Mastering DNS with BIND: Step‑by‑Step Server Setup and Configuration

This guide explains the fundamentals of the Domain Name System, describes DNS server roles and query types, and provides detailed, Linux‑based BIND installation and configuration steps—including zone files, network settings, service management, and testing procedures.

BINDDNSDomain Name System
0 likes · 9 min read
Mastering DNS with BIND: Step‑by‑Step Server Setup and Configuration
MaGe Linux Operations
MaGe Linux Operations
May 6, 2024 · Operations

Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More

This guide explains how to use ifconfig to view and modify network interfaces, manage them with ifup/ifdown, and configure CentOS 7 networking through key files such as /etc/sysconfig/network-scripts, plus essential supplementary ip commands and troubleshooting tips for virtual machine MAC address issues.

CentOSLinuxifconfig
0 likes · 10 min read
Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2024 · Fundamentals

Master DNS: From Resolution Basics to BIND and dnsmasq Deployment

This guide walks through the complete DNS resolution process, explains key terminology, details the hierarchical structure of DNS servers, demonstrates how to use dig for tracing, and provides step‑by‑step instructions for deploying BIND and dnsmasq on Linux systems.

BINDDNSDomain Name System
0 likes · 22 min read
Master DNS: From Resolution Basics to BIND and dnsmasq Deployment
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 18, 2024 · Fundamentals

Master Network & OS Fundamentals for Interviews: Handshakes, Protocols, and More

This comprehensive guide reviews essential network and operating system concepts for technical interviews, covering TCP three‑way handshake, four‑way termination, OSI/TCP‑IP models, common protocols, socket communication, process vs thread, IPC mechanisms, memory management, page‑replacement algorithms, and HTTP/HTTPS differences.

Operating SystemProtocolsTCP
0 likes · 24 min read
Master Network & OS Fundamentals for Interviews: Handshakes, Protocols, and More
MaGe Linux Operations
MaGe Linux Operations
Apr 8, 2024 · Operations

Build a Highly Available Load Balancer with LVS and Keepalived

This guide explains how to design and deploy a highly available web load‑balancing cluster using Linux Virtual Server (LVS) together with Keepalived, covering architecture, required software, configuration steps for both master and backup nodes, real‑server setup, and HA testing procedures.

LVSLinuxhigh availability
0 likes · 12 min read
Build a Highly Available Load Balancer with LVS and Keepalived
Liangxu Linux
Liangxu Linux
Apr 2, 2024 · Operations

How to Hide Your IP with Linux curl: Proxy Types, Settings, and Anonymity Tests

Learn how to conceal your IP using Linux curl by configuring various HTTP and SOCKS proxy types, understanding their anonymity levels, applying appropriate curl parameters—including authentication options—and testing proxy effectiveness with a PHP script that reveals server‑side IP and header information.

HTTPProxyanonymity
0 likes · 9 min read
How to Hide Your IP with Linux curl: Proxy Types, Settings, and Anonymity Tests
Liangxu Linux
Liangxu Linux
Mar 27, 2024 · Operations

Essential Linux Commands to Diagnose and Fix Network Issues

This guide introduces the ten most commonly used Linux commands for network troubleshooting—such as ping, traceroute, netstat, ifconfig, ip, ss, dig, mtr, nmap, and iperf—explaining their purpose, key options, and practical usage examples to help quickly locate and resolve connectivity problems.

LinuxSysadmincommands
0 likes · 8 min read
Essential Linux Commands to Diagnose and Fix Network Issues
Tencent Architect
Tencent Architect
Mar 27, 2024 · Operations

Why Does TCP Send RST? Deep Dive into Causes and Debugging Techniques

This article explains the fundamentals of TCP RST packets, distinguishes active and passive resets, outlines common kernel scenarios that generate them, and provides practical debugging methods using tcpdump, bpftrace, and source‑code analysis to resolve real‑world network incidents.

BPFDebuggingKernel
0 likes · 20 min read
Why Does TCP Send RST? Deep Dive into Causes and Debugging Techniques
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2024 · Operations

Mastering NFS on Linux: Installation, Configuration, and Troubleshooting Guide

This comprehensive guide walks you through installing NFS utilities on Linux, configuring /etc/exports, setting appropriate permissions, specifying ports, enabling services at boot, mounting NFS shares on clients, and resolving common errors such as permission issues and network error 53 across Windows and Linux environments.

Linuxfile sharingnetwork
0 likes · 11 min read
Mastering NFS on Linux: Installation, Configuration, and Troubleshooting Guide
Liangxu Linux
Liangxu Linux
Mar 25, 2024 · Operations

Essential Linux Network Troubleshooting Commands You Must Know

This guide introduces the most useful Linux network troubleshooting commands—ping, traceroute, ifconfig/ip, netstat, nslookup/dig, curl/wget, and tcpdump—explaining their purpose, basic usage, and example outputs to help quickly diagnose and resolve connectivity issues.

LinuxSysadmincommands
0 likes · 5 min read
Essential Linux Network Troubleshooting Commands You Must Know
MaGe Linux Operations
MaGe Linux Operations
Mar 22, 2024 · Operations

Essential Linux Network Commands Every Sysadmin Should Know

This article compiles the most useful Linux networking utilities—such as ping, netstat, lsof, ip, and tcpdump—provides concise explanations, practical command examples, and key tips so readers can quickly recall and apply these tools when troubleshooting network issues.

LinuxNetworkingSysadmin
0 likes · 10 min read
Essential Linux Network Commands Every Sysadmin Should Know
Liangxu Linux
Liangxu Linux
Mar 3, 2024 · Operations

How to Use LSOF for Real‑Time Port Monitoring on Linux

This tutorial explains how to use the Linux LSOF command to list open files, identify processes using specific ports, filter TCP connections, and continuously monitor network activity in real time with customizable intervals.

System Administrationcommand-linelsof
0 likes · 8 min read
How to Use LSOF for Real‑Time Port Monitoring on Linux
php Courses
php Courses
Feb 29, 2024 · Backend Development

Using curl_setopt_array() to Set Multiple cURL Options in PHP

This article explains how PHP developers can use the curl_setopt_array() function to batch‑set cURL options, improving code readability and maintainability, and provides a complete example of sending a GET request with common options such as URL, timeout, and return transfer.

curl_setopt_arraynetwork
0 likes · 4 min read
Using curl_setopt_array() to Set Multiple cURL Options in PHP
DeWu Technology
DeWu Technology
Feb 23, 2024 · Backend Development

Understanding Thread Pool Exhaustion in Dubbo: Causes and Diagnosis

The article explains that Dubbo’s zero‑capacity SynchronousQueue causes a thread‑pool “EXHAUSTED” error when incoming requests outpace consumption, often triggered by slow DB queries, lock contention, or network jitter, and that JVM stop‑the‑world pauses fill the OS TCP receive buffer, creating a post‑pause traffic burst that overwhelms the pool, with diagnostics using safepoint statistics.

DubboJVMSTW
0 likes · 9 min read
Understanding Thread Pool Exhaustion in Dubbo: Causes and Diagnosis
Bilibili Tech
Bilibili Tech
Feb 20, 2024 · Backend Development

Investigation and Optimization of Unexpected AAAA DNS Requests in Go Applications

The article investigates why Go applications unexpectedly send AAAA DNS queries to a secondary nameserver, tracing the issue to the built‑in resolver’s handling of non‑recursive responses from a NetScaler proxy, and recommends using the cgo resolver, enabling recursion, or forcing IPv4 to eliminate the added latency.

DNSDebuggingGo
0 likes · 14 min read
Investigation and Optimization of Unexpected AAAA DNS Requests in Go Applications
Architect's Guide
Architect's Guide
Jan 21, 2024 · Backend Development

Retrieving User IP Address and Geolocation in Java with ip2region

This article explains how to obtain a client’s IP address from an HttpServletRequest, convert it to a geographic location using the ip2region library, and provides multiple Java implementation options, Maven dependencies, and performance testing commands for efficient backend IP lookup.

BackendIP geolocationJava
0 likes · 15 min read
Retrieving User IP Address and Geolocation in Java with ip2region
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 18, 2024 · Frontend Development

Comprehensive Guide to Front-End Performance Optimization

This article systematically outlines common front‑end performance optimization techniques, explains key web performance metrics such as Speed Index, FCP, CLS, LCP and TBT, and provides practical strategies for resource compression, network and code optimization, as well as monitoring and measurement best practices.

Resource Compressionmonitoringnetwork
0 likes · 20 min read
Comprehensive Guide to Front-End Performance Optimization
IT Services Circle
IT Services Circle
Jan 17, 2024 · Operations

Common Reasons Why Cloud Server Ports Are Unreachable and How to Fix Them

This article lists the most frequent causes—such as an unstarted application, incorrect port listening, cloud security‑group settings, firewall rules, application‑level IP restrictions, network problems, and user‑side issues—and provides step‑by‑step commands and screenshots to help troubleshoot and restore access to cloud server ports.

Security Groupcloudfirewall
0 likes · 8 min read
Common Reasons Why Cloud Server Ports Are Unreachable and How to Fix Them
Liangxu Linux
Liangxu Linux
Dec 11, 2023 · Fundamentals

Master Network Troubleshooting: Essential Steps and Commands for Any Environment

This guide walks you through the essential preconditions, core principles, and step‑by‑step procedures—including physical link checks, IP/DNS verification, gateway testing, public IP pinging, and DNS validation—using Windows and Linux commands to reliably diagnose and resolve network issues.

IT OperationsOSI modelTCP/IP
0 likes · 14 min read
Master Network Troubleshooting: Essential Steps and Commands for Any Environment
php Courses
php Courses
Nov 28, 2023 · Backend Development

Using PHP Network Functions for Remote Requests and Data Transfer

This article explains how to use PHP's built‑in network functions, such as file_get_contents() and curl(), to perform remote HTTP GET and POST requests, including code examples and step‑by‑step explanations for data transmission.

HTTP requestfile_get_contentsnetwork
0 likes · 4 min read
Using PHP Network Functions for Remote Requests and Data Transfer
MaGe Linux Operations
MaGe Linux Operations
Nov 25, 2023 · Fundamentals

How DNS Caching, Recursion, and Iteration Really Work

This article explains the DNS caching strategy, the difference between recursive and iterative queries, and how resolvers and authoritative servers cooperate to translate hostnames into IP addresses while optimizing network resources.

DNSRecursioncaching
0 likes · 4 min read
How DNS Caching, Recursion, and Iteration Really Work
Efficient Ops
Efficient Ops
Nov 21, 2023 · Cloud Native

How to Diagnose and Fix Common Kubernetes Pod Startup Failures

This guide explains why Kubernetes pods may fail to start—covering resource overcommit, memory/CPU limits, network, storage, code, and configuration issues—and provides a step‑by‑step troubleshooting workflow including cluster health checks, event logs, pod status, network connectivity, storage verification, container logs, DNS resolution, and best‑practice tips.

DNSKubernetesPod troubleshooting
0 likes · 9 min read
How to Diagnose and Fix Common Kubernetes Pod Startup Failures
Liangxu Linux
Liangxu Linux
Nov 19, 2023 · Fundamentals

What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide

This article explains the technical distinction between bandwidth and broadband, shows how to convert bandwidth to download speed, clarifies upstream and downstream rates, discusses server bandwidth usage, and compares private and public IP addresses with practical examples and calculations.

Downloadbandwidthbroadband
0 likes · 15 min read
What’s the Real Difference Between Bandwidth and Broadband? A Complete Guide
dbaplus Community
dbaplus Community
Nov 16, 2023 · Cloud Native

Master Kubernetes Troubleshooting: From Pod Failures to DNS Issues

This guide walks through a systematic approach to diagnosing Kubernetes problems, covering pod startup failures, cluster health checks, event logs, pod status, network and storage verification, container logs, DNS service checks, and provides practical commands and tips for each step.

ClusterDNSKubernetes
0 likes · 10 min read
Master Kubernetes Troubleshooting: From Pod Failures to DNS Issues
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 6, 2023 · Cloud Computing

Alibaba Cloud DNS Product Upgrade and Ecosystem Strategy at Yunqi Conference 2023

At the Yunqi Conference on October 31, Alibaba Cloud’s DNS team unveiled major upgrades to its cloud DNS product, detailing a unified “one platform, two ends” architecture, multi‑cloud integration, enhanced reliability, security, and ecosystem initiatives, with case studies from Geely, China Communications, and others.

DNSInfrastructuremulti-cloud
0 likes · 9 min read
Alibaba Cloud DNS Product Upgrade and Ecosystem Strategy at Yunqi Conference 2023
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 23, 2023 · Mobile Development

Building a Kotlin Retrofit Network Request Framework for Android with Token Interceptors, File Upload/Download, and ViewModel Integration

This article demonstrates how to create a clean, reusable network request layer for Android using Kotlin, Retrofit, and OkHttp, covering dependency setup, custom token interceptors, Retrofit utility creation, request/result handling with ViewModel extensions, and comprehensive file upload and download implementations.

AndroidKotlinRetrofit
0 likes · 17 min read
Building a Kotlin Retrofit Network Request Framework for Android with Token Interceptors, File Upload/Download, and ViewModel Integration
MaGe Linux Operations
MaGe Linux Operations
Sep 14, 2023 · Operations

9 Essential Linux Server Optimization Tips for Faster, Safer Operations

This guide presents nine practical Linux server optimization techniques—including time synchronization, SYN‑cookie protection, Squid and Nginx tuning, file‑descriptor limits, service minimization, IPv6 disabling, NIC activation, and memory‑management insights—to boost precision, stability, performance, and security.

Kernel ParametersLinuxSysadmin
0 likes · 8 min read
9 Essential Linux Server Optimization Tips for Faster, Safer Operations
Liangxu Linux
Liangxu Linux
Aug 22, 2023 · Operations

Enable SSH on Raspberry Pi and Access It Anywhere with cpolar

This guide shows how to enable SSH on a Raspberry Pi, find its IP address, connect via SSH from Windows, macOS or Linux, and then expose the Pi to the public internet using the cpolar tunneling service for remote access from any location.

LinuxRaspberry PiRemote access
0 likes · 8 min read
Enable SSH on Raspberry Pi and Access It Anywhere with cpolar
JD Tech
JD Tech
Aug 7, 2023 · Operations

Network Request Process, VIP/RIP Mapping, and Load‑Balancing Strategies

This article explains the end‑to‑end network request flow in enterprise systems, clarifies terminology such as VIP and RIP, compares front‑end and back‑end network component combinations, and details various load‑balancing approaches including default and dedicated rules, with practical diagrams and deployment recommendations.

RIPload balancingnetwork
0 likes · 12 min read
Network Request Process, VIP/RIP Mapping, and Load‑Balancing Strategies
Open Source Linux
Open Source Linux
Jul 27, 2023 · Operations

17 Essential Linux Ops Tricks to Boost Your Productivity

This article compiles seventeen practical Linux administration techniques—from batch file handling and directory checks to log analysis, disk monitoring, firewall rules, and network capture—each illustrated with ready‑to‑run shell commands and concise explanations for sysadmins.

AutomationOpsShell
0 likes · 8 min read
17 Essential Linux Ops Tricks to Boost Your Productivity
AI Cyberspace
AI Cyberspace
Jul 19, 2023 · Operations

Master HAProxy: Core Features, High Performance, and High Availability

HAProxy is an open‑source L4/L7 load balancer offering reverse‑proxy, session persistence, diverse balancing algorithms, ACL‑based routing, health checks, and a web UI; the guide details its high‑performance architecture, high‑availability deployment with Keepalived, configuration examples, and extensive kernel and system tuning for massive traffic.

HAProxykeepalivedload balancing
0 likes · 23 min read
Master HAProxy: Core Features, High Performance, and High Availability
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2023 · Cloud Native

Why Pods Suddenly Fail with “Address not available” and How to Fix It

When a Kubernetes pod that previously created connections stops working and reports “Address not available”, the root cause is often exhaustion of the kernel’s random port range, which can be resolved by adjusting net.ipv4.ip_local_port_range and aligning it with ServiceNodePortRange settings.

Cloud NativeEADDRNOTAVAILKubernetes
0 likes · 12 min read
Why Pods Suddenly Fail with “Address not available” and How to Fix It
Liangxu Linux
Liangxu Linux
Jul 12, 2023 · Operations

How to Quickly Resolve Docker Network IP Address Conflicts

This guide explains why Docker network IP address conflicts occur and provides step‑by‑step commands to locate duplicate IPs, stop conflicting containers, manually reassign IPs, and fully clean and restart the Docker environment to eliminate the issue.

ContainerIP conflictnetwork
0 likes · 5 min read
How to Quickly Resolve Docker Network IP Address Conflicts
Architects' Tech Alliance
Architects' Tech Alliance
Jun 28, 2023 · Operations

Master Linux Performance: 8 Essential Tuning Techniques & Tools

This guide outlines eight practical Linux performance‑tuning methods—including kernel parameter tweaks, filesystem and network optimizations, process priority adjustments, memory management, scheduler configuration, software bloat removal, and log cleanup—while showcasing key tools and visual diagrams for effective system optimization.

FilesystemKernel ParametersLinux
0 likes · 5 min read
Master Linux Performance: 8 Essential Tuning Techniques & Tools
AI Cyberspace
AI Cyberspace
Jun 13, 2023 · Operations

Master Linux Traffic Control: Practical TC Commands and QoS Strategies

This article explains Linux traffic control fundamentals, covering the three-layer processing model, queue types, token‑bucket mechanisms, kernel TC architecture, Qdisc/Class/Filter hierarchy, and provides step‑by‑step tc CLI examples for implementing QoS, DiffServ, and enterprise networking policies.

LinuxQoSToken Bucket
0 likes · 28 min read
Master Linux Traffic Control: Practical TC Commands and QoS Strategies
Architects Research Society
Architects Research Society
Jun 6, 2023 · Cloud Native

Calico Components Overview and Their Roles in Kubernetes

This article provides a detailed overview of Calico's essential and optional components, explaining how each part—such as the API server, Felix, BIRD, confd, Dikastes, CNI plugin, datastore plugin, IPAM plugin, kube‑controllers, Typha, and calicoctl—contributes to networking and network policy enforcement in Kubernetes clusters.

BGPCNICalico
0 likes · 9 min read
Calico Components Overview and Their Roles in Kubernetes
Liangxu Linux
Liangxu Linux
May 3, 2023 · Operations

Master Linux Traffic Shaping: Limit IP/Port Bandwidth with TC and IFB

Learn how to control Linux network traffic by creating qdisc, class, and filter rules with tc, set bandwidth limits for specific IPs or ports, and use an ifb virtual interface to shape inbound traffic, including step-by-step commands, configuration examples, and cleanup procedures.

Traffic Shapingbandwidth limitingifb
0 likes · 10 min read
Master Linux Traffic Shaping: Limit IP/Port Bandwidth with TC and IFB
Liangxu Linux
Liangxu Linux
Apr 22, 2023 · Operations

Essential Windows CMD Network Commands and How to Use Them

This guide presents a concise reference of common Windows command‑line networking tools—including arp, getmac, hostname, ipconfig, netstat, ping, route, telnet and tracert—explaining their purpose, key options, typical usage syntax and practical examples to help administrators troubleshoot and manage network connectivity.

ARPcmdipconfig
0 likes · 16 min read
Essential Windows CMD Network Commands and How to Use Them
Architects' Tech Alliance
Architects' Tech Alliance
Apr 12, 2023 · Fundamentals

Applying RoCE (RDMA over Converged Ethernet) to High‑Performance Computing: Benefits, Challenges, and Case Studies

This article examines the RoCE protocol—an RDMA‑enabled Ethernet technology—its evolution, technical details, congestion‑control mechanisms, performance comparisons with InfiniBand, practical deployment issues in HPC clusters, and real‑world case studies such as Slingshot and application benchmarks.

HPCRDMARoCE
0 likes · 19 min read
Applying RoCE (RDMA over Converged Ethernet) to High‑Performance Computing: Benefits, Challenges, and Case Studies
Liangxu Linux
Liangxu Linux
Mar 16, 2023 · Operations

Master Linux System Monitoring: htop, top, load average, CPU, memory, and network metrics

This guide explains how to use Linux tools such as htop, top, uptime, sar, pidstat, free, ps, lsof, netstat, and ss to monitor CPU details, load averages, memory usage, process information, PID mappings in containers, swap, inode statistics, network throughput, socket states, and database connection counts, providing practical commands and interpretation tips for effective system performance analysis.

CPULinuxMemory
0 likes · 13 min read
Master Linux System Monitoring: htop, top, load average, CPU, memory, and network metrics
Liangxu Linux
Liangxu Linux
Mar 14, 2023 · Fundamentals

How to Extend Home Wi‑Fi Coverage by Adding a Second Router

This guide explains three practical ways to improve wireless coverage in a large home—using a secondary router as an access point, converting it into a switch, or setting up a wireless bridge—detailing the required hardware, configuration steps, and IP settings.

LANRouterWAN
0 likes · 6 min read
How to Extend Home Wi‑Fi Coverage by Adding a Second Router
New Oriental Technology
New Oriental Technology
Mar 10, 2023 · Cloud Native

Middleware PaaS on Kubernetes: Architecture, Benefits, and IP Reservation Challenges

This article explains how the New Oriental architecture team migrated middleware services like Redis, Kafka, and RocketMQ to Kubernetes, detailing the benefits over traditional PaaS, the Capo IP reservation solution for network stability, and the resulting operational, observability, and resource utilization improvements.

Cloud NativeKubernetesObservability
0 likes · 18 min read
Middleware PaaS on Kubernetes: Architecture, Benefits, and IP Reservation Challenges
Liangxu Linux
Liangxu Linux
Feb 21, 2023 · Operations

How to Open and Manage Linux Ports with firewalld and iptables

This guide walks through enabling the firewall, opening specific ports, and reloading rules on CentOS 7 using firewalld and on CentOS 6 using iptables, providing exact commands, optional parameters, and troubleshooting tips for successful network configuration.

CentOSLinuxfirewalld
0 likes · 4 min read
How to Open and Manage Linux Ports with firewalld and iptables
Sanyou's Java Diary
Sanyou's Java Diary
Feb 16, 2023 · Backend Development

Why Is Redis Fast? Unveiling the Real Power of BIO, NIO, and Reactor Models

This article demystifies the true reasons behind Redis's speed by exploring low‑level I/O mechanisms—from basic BIO to NIO and the Reactor model—explaining socket creation, connection handling, blocking behavior, and how Java’s non‑blocking APIs and system calls work together to achieve high‑throughput networking.

BIOBlockingI/O
0 likes · 33 min read
Why Is Redis Fast? Unveiling the Real Power of BIO, NIO, and Reactor Models
Selected Java Interview Questions
Selected Java Interview Questions
Jan 17, 2023 · Backend Development

Design and Optimization of a High‑Performance Bullet Chat System for Southeast Asian Live Streaming

This article details the design, bandwidth optimization, and reliability strategies of a custom bullet‑chat system for Southeast Asian live streaming, covering background challenges, problem analysis, compression, request throttling, long‑polling versus WebSocket trade‑offs, and a short‑polling solution that successfully supported 700 k concurrent users.

BackendWebSocketbullet-chat
0 likes · 10 min read
Design and Optimization of a High‑Performance Bullet Chat System for Southeast Asian Live Streaming
Java Architect Essentials
Java Architect Essentials
Jan 15, 2023 · Operations

Docker Interview Questions and Essential Knowledge

This article compiles common Docker interview questions and provides detailed explanations, covering Docker fundamentals, use cases, advantages, differences from virtual machines, core components, installation steps, storage configuration, image management, container creation, networking modes, data volumes, private registry setup, backup procedures, and MySQL deployment, all illustrated with practical command examples.

ContainerDevOpsDocker
0 likes · 20 min read
Docker Interview Questions and Essential Knowledge
Bilibili Tech
Bilibili Tech
Dec 30, 2022 · Operations

Design and Evolution of Bilibili Intranet DNS Service

The article details Bilibili’s internal DNS service evolution—from an initial BIND9 master‑slave setup to a multi‑level caching architecture that boosts QPS to over 1.5 million—while describing comprehensive host, business, and client monitoring, key configuration pitfalls, and best‑practice recommendations for a low‑latency, reliable intranet DNS.

DNSInfrastructurebind9
0 likes · 10 min read
Design and Evolution of Bilibili Intranet DNS Service
Open Source Linux
Open Source Linux
Dec 23, 2022 · Operations

Essential Linux Network Commands for Troubleshooting and Management

This guide explains key Linux networking commands—including ip, ifconfig, netstat, ping, traceroute, DNS utilities, and DHCP tools—showing how to view interfaces, check connectivity, trace routes, query DNS records, and manage DHCP leases for effective network troubleshooting.

DHCPnetworktroubleshooting
0 likes · 8 min read
Essential Linux Network Commands for Troubleshooting and Management
Liangxu Linux
Liangxu Linux
Dec 20, 2022 · Operations

Master Linux Traffic Shaping with TC: Limit Bandwidth per IP and Port

This guide explains how to use Linux's TC tool to shape traffic by creating qdisc, class, and filter rules, allowing you to limit outbound and inbound bandwidth for specific IP addresses or ports, with step‑by‑step commands and practical examples.

LinuxTraffic Shapingbandwidth limiting
0 likes · 10 min read
Master Linux Traffic Shaping with TC: Limit Bandwidth per IP and Port
HomeTech
HomeTech
Dec 6, 2022 · Backend Development

Design and Optimization of a High‑Performance IM Instant Messaging Platform

This article details the architectural decisions, network protocol choices, message framing strategies, and server‑level optimizations—including Netty adoption, TCP handling, token management, load balancing, NIC queue configuration, and CPU affinity—that enable a scalable, low‑latency instant messaging service supporting millions of concurrent connections.

BackendIMInstant Messaging
0 likes · 19 min read
Design and Optimization of a High‑Performance IM Instant Messaging Platform
Laravel Tech Community
Laravel Tech Community
Oct 31, 2022 · Operations

Comprehensive Guide to Using the curl Command-Line Tool

This article provides a detailed tutorial on the curl command-line tool, covering its purpose, common options such as -A, -H, -b, -c, -d, -F, -L, -k, and advanced usage like file uploads, proxy settings, and response testing, with practical code examples for each.

APIDownloadHTTP
0 likes · 13 min read
Comprehensive Guide to Using the curl Command-Line Tool
Architects Research Society
Architects Research Society
Oct 24, 2022 · R&D Management

Understanding Innovation Networks: Roles, Ecosystem, and Metrics

This article introduces the concept of innovation networks, outlines the four key roles—Inventor, Transformer, Financier, and Broker—explains how they fit within a broader innovation ecosystem, and provides guidance on aligning values, assessing organizational capabilities, and mapping metrics to improve network delivery.

EcosystemInnovationManagement
0 likes · 6 min read
Understanding Innovation Networks: Roles, Ecosystem, and Metrics
Liangxu Linux
Liangxu Linux
Oct 23, 2022 · Operations

Master Linux CPU, Memory, I/O, and Network Performance with Essential Commands

This guide explains how to monitor Linux system performance by using core commands such as top, vmstat, iostat, and sar to evaluate CPU usage, memory allocation, I/O activity, and network traffic, while also covering load interpretation, cache behavior, huge pages, zero‑copy techniques, and practical command examples.

CPUI/OLinux
0 likes · 15 min read
Master Linux CPU, Memory, I/O, and Network Performance with Essential Commands
Selected Java Interview Questions
Selected Java Interview Questions
Oct 17, 2022 · Cloud Native

Comprehensive Docker Guide: Concepts, Installation, Management, and Practical Use Cases

This article provides a detailed overview of Docker, covering its definition, core components, advantages over virtual machines, common use cases, installation steps, storage configuration, image management commands, network modes, data volumes, private registry setup, backup procedures, and MySQL deployment, all illustrated with practical command examples.

ContainerDevOpsDocker
0 likes · 18 min read
Comprehensive Docker Guide: Concepts, Installation, Management, and Practical Use Cases