Tagged articles
171 articles
Page 1 of 2
Ops Community
Ops Community
May 6, 2026 · Operations

Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database

When a website’s response time jumped from 200 ms to over 10 seconds, this guide walks through a layered investigation—from confirming the scope, checking Nginx and upstream health, analyzing application logs, inspecting MySQL processes, slow queries, and locks, to examining server CPU, memory, disk I/O, and network—providing concrete commands, expected outputs, and root‑cause patterns for effective troubleshooting and preventive monitoring.

LinuxNGINXServer
0 likes · 34 min read
Step‑by‑Step Debugging of a Slow Website: From Nginx to the Database
IoT Full-Stack Technology
IoT Full-Stack Technology
Apr 30, 2026 · Fundamentals

A Comprehensive Introduction to Server Fundamentals

This article explains what servers are, compares them with personal computers, outlines their physical classifications, architectural types, rack unit measurements, front and rear panel features, internal components—including RAID cards—and details key parameters such as brand, model, serial number, asset ID, and configuration.

CISCHardwareManagement
0 likes · 5 min read
A Comprehensive Introduction to Server Fundamentals
Liangxu Linux
Liangxu Linux
Apr 15, 2026 · Industry Insights

Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained

The article examines Linux from the perspective of everyday users versus developers, outlining why programmers favor it, the challenges newcomers face, the long‑term career advantages, and when choosing Linux makes sense despite its steep learning curve.

DevelopmentLearning CurveLinux
0 likes · 5 min read
Is Linux Worth Learning? Pros, Cons, and Career Benefits Explained
DevOps Coach
DevOps Coach
Apr 14, 2026 · Operations

Stop Rebooting: How to Diagnose Slow Linux Servers Without Restarting

When a Linux server feels sluggish yet appears healthy, this guide walks you through systematic checks—kernel load, process inspection, and targeted monitoring—to pinpoint the root cause and resolve performance issues without resorting to an immediate reboot.

LinuxOperationsServer
0 likes · 11 min read
Stop Rebooting: How to Diagnose Slow Linux Servers Without Restarting
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 5, 2026 · Fundamentals

Server Fundamentals: What Every Engineer Should Know

This article explains the essential differences between servers and PCs, outlines server classifications by appearance and architecture, describes rack unit measurements, front and rear panel features, internal components such as RAID cards, and key parameters like brand, model, SN and asset numbers.

CISCIPMIRAID
0 likes · 6 min read
Server Fundamentals: What Every Engineer Should Know
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
Xiao Liu Lab
Xiao Liu Lab
Jan 3, 2026 · Operations

How to Quickly Identify Unexpected Linux Server Reboots and Their Causes

This guide shows Linux administrators step‑by‑step how to locate reboot timestamps, retrieve full reboot histories, examine log files, analyze kernel and crash logs, check service and resource issues, and investigate human or scheduled actions, enabling fast root‑cause diagnosis of unplanned server restarts.

OperationsRebootServer
0 likes · 9 min read
How to Quickly Identify Unexpected Linux Server Reboots and Their Causes
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2025 · Artificial Intelligence

How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding

The article introduces the Jupyter MCP server, an extension that implements the Model Context Protocol to enable seamless, secure integration of large language models with Jupyter’s kernels, file system, and terminals, and details its architecture, core features, deployment steps, API mechanisms, and security considerations.

AIIntegrationJupyter
0 likes · 11 min read
How Jupyter MCP Server Bridges Large Language Models with Real‑Time Coding
Xiao Liu Lab
Xiao Liu Lab
Nov 3, 2025 · Information Security

13 Essential Tomcat Security Baselines to Harden Your Server

Learn how to secure Apache Tomcat by applying a 13‑item baseline that covers account permissions, root‑less operation, strong passwords, disabling manager apps, preventing directory listing, restricting HTTP methods, enabling HTTPS, changing default ports, configuring access logs, custom error pages, hiding server banners, and limiting connections.

HardeningJavaSecurity
0 likes · 12 min read
13 Essential Tomcat Security Baselines to Harden Your Server
Xiao Liu Lab
Xiao Liu Lab
Oct 24, 2025 · Operations

How to Make Nginx Reveal Real Visitor IP Behind CDN in Just 2 Lines

After enabling a CDN or cloud firewall, your server only sees the CDN node’s IP, causing login risk, IP bans, fake logs, and difficulty tracing attacks; this guide shows how to add two Nginx directives to trust the X‑Forwarded‑For header and accurately capture the true client IP, with optional security recommendations.

Serverreal-ip
0 likes · 6 min read
How to Make Nginx Reveal Real Visitor IP Behind CDN in Just 2 Lines
Lin is Dream
Lin is Dream
Aug 18, 2025 · Backend Development

Boost Java NIO Performance with a Multi‑Threaded Boss‑Worker Server Model

This article explains how to overcome the single‑threaded bottleneck of Java NIO by introducing a Boss‑Worker architecture, detailing the design of multiple Selectors, thread binding, client implementation, performance considerations, and provides complete open‑source code examples.

Boss-WorkerJavaServer
0 likes · 11 min read
Boost Java NIO Performance with a Multi‑Threaded Boss‑Worker Server Model
dbaplus Community
dbaplus Community
Jul 26, 2025 · Fundamentals

Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History

The article recounts Ding Lei's 1997 discovery of Hotmail, his decision to build an email service on FreeBSD instead of Linux, explains the Unix ecosystem of the era, contrasts BSD and Linux community cultures, and shows how FreeBSD remains vital in modern infrastructure despite Linux's dominance.

FreeBSDLinuxOperating Systems
0 likes · 8 min read
Why Ding Lei Chose FreeBSD Over Linux – A Deep Dive into Server OS History
IT Services Circle
IT Services Circle
Jul 15, 2025 · Fundamentals

The Untold Story: How FreeBSD Powered NetEase’s First Email Service

From Ding Lei’s 1997 discovery of Hotmail to NetEase’s decision to build its email platform on FreeBSD, this article chronicles the rise of FreeBSD in the late 1990s, its competition with Linux, and why the once‑dominant BSD system eventually ceded ground to Linux and other platforms.

FreeBSDOperating SystemsServer
0 likes · 8 min read
The Untold Story: How FreeBSD Powered NetEase’s First Email Service
Sohu Tech Products
Sohu Tech Products
Jun 25, 2025 · Artificial Intelligence

Unlocking AI Data Access: How Model Context Protocol (MCP) Bridges LLMs with External Services

This article introduces the Model Context Protocol (MCP), explains its core advantages such as capability expansion, standardized interfaces, and low‑code integration, and demonstrates a practical Sentry‑MCP implementation with Python code, detailed functions, and visual results for AI‑driven data access.

AI integrationMCPModel Context Protocol
0 likes · 25 min read
Unlocking AI Data Access: How Model Context Protocol (MCP) Bridges LLMs with External Services
Ops Community
Ops Community
Jun 19, 2025 · Operations

How to Set Up a BIND DNS Server on Linux: Step‑by‑Step Guide

This guide walks you through installing BIND on Linux, configuring forward and reverse DNS, setting ports, logging, access controls, forwarders, zone files, master‑slave replication, AppArmor adjustments, and testing the DNS service with tools like dig, host, and nslookup.

AppArmorBINDConfiguration
0 likes · 25 min read
How to Set Up a BIND DNS Server on Linux: Step‑by‑Step Guide
Raymond Ops
Raymond Ops
May 29, 2025 · Backend Development

Mastering Nginx proxy_pass: How Slash Placement Affects URL Forwarding

This guide explains how the presence or absence of trailing slashes in Nginx location and proxy_pass directives changes the final proxied URL, providing eight concrete configuration examples and the resulting URLs to help you avoid common routing errors.

BackendConfigurationHTTP
0 likes · 6 min read
Mastering Nginx proxy_pass: How Slash Placement Affects URL Forwarding
Java Captain
Java Captain
May 9, 2025 · Databases

Using H2 Database in Embedded, Server, and Mixed Modes with Java

This article demonstrates how to use the H2 database with Java 1.8, covering embedded (file and memory) modes, server modes (Web, TCP, PG), mixed mode configurations, required dependencies, and provides complete JUnit test code examples for creating, accessing, and managing tables.

JDBCJUnitJava
0 likes · 17 min read
Using H2 Database in Embedded, Server, and Mixed Modes with Java
Open Source Tech Hub
Open Source Tech Hub
May 4, 2025 · Backend Development

Building a Model Context Protocol (MCP) Server with PHP 8 Attributes

This guide explains how to use the php-mcp/server library to create a standards‑compliant Model Context Protocol (MCP) server in PHP 8, covering installation, key features, attribute‑based definitions, configuration, transport options, discovery, and code examples for a simple stdio server.

AttributesCLIHTTP+SSE
0 likes · 15 min read
Building a Model Context Protocol (MCP) Server with PHP 8 Attributes
Architecture & Thinking
Architecture & Thinking
Apr 30, 2025 · Artificial Intelligence

Unlocking AI Integration: How the Model Context Protocol (MCP) Bridges LLMs with External Tools

This article introduces the Model Context Protocol (MCP) released by Anthropic, explains its core features and client‑server architecture, walks through building a Go‑based MCP server and client with time, weather, and schedule tools, demonstrates testing with MCP Inspector, and highlights MCP's advantages and typical AI application scenarios.

AI integrationGoLLM
0 likes · 22 min read
Unlocking AI Integration: How the Model Context Protocol (MCP) Bridges LLMs with External Tools
dbaplus Community
dbaplus Community
Apr 28, 2025 · Operations

20 Common Ops Failures and How to Diagnose & Fix Them

This article compiles twenty frequent operational incidents—from server inaccessibility and database connection errors to disk‑space exhaustion, high CPU usage, memory leaks, network latency, DNS failures, service crashes, file‑system corruption, update problems, permission misconfigurations, web‑server and email issues, backup failures, load‑balancing anomalies, firewall rule mistakes, SSH connection problems, database performance degradation, dependency gaps, and virtual‑machine faults—detailing their symptoms, step‑by‑step troubleshooting procedures, and concrete remediation actions.

FixesOperationsServer
0 likes · 15 min read
20 Common Ops Failures and How to Diagnose & Fix Them
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 28, 2025 · Artificial Intelligence

How to Build an AI‑Powered MCP Server to Control a Snake Game

This guide explains how to set up a Model Context Protocol (MCP) server, define its resources, tools, and prompt templates, implement both manual and WebSocket versions of a Snake game client, create MCP clients in TypeScript and Python, debug with the inspector, and integrate the server with AI agents for autonomous gameplay.

AIMCPServer
0 likes · 45 min read
How to Build an AI‑Powered MCP Server to Control a Snake Game
BirdNest Tech Talk
BirdNest Tech Talk
Apr 1, 2025 · Backend Development

Build an IP Geolocation MCP Server with Go’s mcp-go Library

This tutorial walks through setting up a Go MCP server using the mark3labs/mcp-go library, adding static resources, defining calculator and IP‑lookup tools, creating prompts, compiling the binary, and testing the server with DeepChat, illustrating a complete end‑to‑end workflow.

GoIP lookupMCP
0 likes · 10 min read
Build an IP Geolocation MCP Server with Go’s mcp-go Library
DevOps
DevOps
Mar 17, 2025 · Artificial Intelligence

Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports

This tutorial explains how to create a Model Context Protocol (MCP) server and client in Python, covering environment setup, unified tool integration, Stdio and SSE transport implementations, and step‑by‑step code examples for building, configuring, and running both local and cloud‑based MCP services.

AIMCPPython
0 likes · 18 min read
Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports
Open Source Tech Hub
Open Source Tech Hub
Feb 26, 2025 · Backend Development

Building Real-Time WebSocket Services with Workerman: A PHP High‑Performance Guide

This article introduces Workerman, an open‑source pure‑PHP high‑performance application container, outlines its key features and typical use cases, and provides step‑by‑step installation, server‑side and client‑side code examples, as well as Nginx reverse‑proxy configuration for secure WebSocket deployment.

PHPReal-TimeServer
0 likes · 11 min read
Building Real-Time WebSocket Services with Workerman: A PHP High‑Performance Guide
Liangxu Linux
Liangxu Linux
Jan 4, 2025 · Operations

Top 7 CentOS 8 Alternatives for 2025: From AlmaLinux to VzLinux

With CentOS 8 reaching end‑of‑life, this guide reviews seven viable server‑grade Linux replacements for 2025—including AlmaLinux, Ubuntu/Debian, Oracle Linux, OpenSUSE, Rocky Linux, VzLinux, and Springdale—detailing their compatibility, support cycles, package managers, and migration considerations.

AlmaLinuxCentOSLinux
0 likes · 8 min read
Top 7 CentOS 8 Alternatives for 2025: From AlmaLinux to VzLinux
DevOps Cloud Academy
DevOps Cloud Academy
Dec 28, 2024 · Operations

Common Jenkins Issues and Their Solutions

This guide outlines frequent Jenkins problems—including master startup failures, out‑of‑memory errors, plugin incompatibilities, disk space exhaustion, configuration corruption, and Java compatibility issues—and provides step‑by‑step troubleshooting procedures to keep CI/CD pipelines running smoothly.

AutomationDevOpsJenkins
0 likes · 5 min read
Common Jenkins Issues and Their Solutions
php Courses
php Courses
Nov 20, 2024 · Backend Development

Go Language GraphQL Service Development Course Overview

This course teaches developers with basic Go knowledge how to build GraphQL services, covering fundamentals, schema design, request handling, and practical integration using Go, while comparing graphql-go and gqlgen and demonstrating deployment with Drone CI/CD.

APIBackend DevelopmentGo
0 likes · 5 min read
Go Language GraphQL Service Development Course Overview
Java Architect Essentials
Java Architect Essentials
Nov 7, 2024 · Backend Development

Building a Netty + WebSocket Message Push Server in Java

This tutorial explains how to use Netty to create a Java backend server with WebSocket support, covering server initialization, channel configuration, pipeline setup, custom handlers, and message‑push services, and includes complete code examples for each component.

JavaMessage PushNetty
0 likes · 10 min read
Building a Netty + WebSocket Message Push Server in Java
Architects' Tech Alliance
Architects' Tech Alliance
Sep 20, 2024 · Operations

Unlocking Kunpeng CPU Performance: Real-World Optimization Techniques and Benchmarks

This article provides a comprehensive, step‑by‑step guide to tuning Kunpeng‑based servers, covering hardware characteristics, matrix‑multiplication benchmarks, NUMA‑aware scheduling, compiler and JDK optimizations, acceleration libraries, disk and NIC tuning, and a practical MariaDB performance‑tuning workflow.

CPU optimizationKunpengLinux
0 likes · 17 min read
Unlocking Kunpeng CPU Performance: Real-World Optimization Techniques and Benchmarks
Java High-Performance Architecture
Java High-Performance Architecture
Sep 12, 2024 · Operations

Master Nginx: From Basic Config to Advanced Optimizations

This article walks front‑end developers through the essential Nginx concepts, from understanding the original nginx.conf file and its annotated version to practical deployment steps, key optimizations like gzip, reverse proxy, static‑dynamic separation, and essential command‑line operations for installing, managing, and tuning the server.

ConfigurationDeploymentGzip
0 likes · 15 min read
Master Nginx: From Basic Config to Advanced Optimizations
php Courses
php Courses
Sep 9, 2024 · Backend Development

Building GraphQL Services with Go: Course Overview

This course teaches developers with basic Go knowledge how to design and implement GraphQL servers, covering core GraphQL concepts, Go integration, practical examples, CI/CD deployment, and tools like gqlgen and GraphQL Playground to create modern, flexible APIs.

APIGoGraphQL
0 likes · 2 min read
Building GraphQL Services with Go: Course Overview
php Courses
php Courses
Aug 19, 2024 · Backend Development

Building GraphQL Services with Go: Course Overview

This course teaches developers with basic Go knowledge how to design and implement GraphQL services, covering fundamentals of GraphQL, schema definition, request handling, and integration techniques through practical examples to build modern, flexible APIs.

APIGoGraphQL
0 likes · 3 min read
Building GraphQL Services with Go: Course Overview
Architects' Tech Alliance
Architects' Tech Alliance
Jul 4, 2024 · Industry Insights

How to Optimize Kunpeng CPU Performance and Key Industry Trends

This article outlines the main directions for server performance tuning—CPU, memory, disk, and network—explains the typical workflow of metric collection, bottleneck analysis, and parameter optimization, and provides a curated list of recent CPU industry reports and technical resources.

CPUHardware OptimizationKunpeng
0 likes · 5 min read
How to Optimize Kunpeng CPU Performance and Key Industry Trends
Java Tech Enthusiast
Java Tech Enthusiast
Jun 2, 2024 · Operations

Why Most Servers Use Linux: Historical and Technical Reasons

Linux dominates modern server environments because its free, lightweight distributions and robust open‑source ecosystem outperform the costly, configuration‑heavy Windows/IIS stack, offering superior performance, native container support, and community‑driven innovation that overcame early Microsoft resistance and drove industry-wide adoption.

ApacheDevOpsIIS
0 likes · 9 min read
Why Most Servers Use Linux: Historical and Technical Reasons
Java Tech Enthusiast
Java Tech Enthusiast
Mar 17, 2024 · Fundamentals

Differences Between Server CPUs and Desktop CPUs

Server CPUs differ from desktop CPUs in size, price, integrated graphics, core count, memory support, scalability, and clock frequency, featuring larger dies, higher cost, no graphics, many more cores, ECC memory with many DIMM slots, multi‑CPU linking, and lower, more stable clock speeds.

CPUDesktopHardware
0 likes · 5 min read
Differences Between Server CPUs and Desktop CPUs
Java Tech Enthusiast
Java Tech Enthusiast
Jan 28, 2024 · Operations

Maximum TCP Connections per Server Process and per Server

A single server‑side process can theoretically handle up to 2^48 (≈2.8×10^14) TCP connections, but Linux file‑descriptor limits and memory consumption (about 3.44 KB per connection) restrict real‑world capacity to a few million connections per 8 GB machine, while a whole server’s total is bounded by the same resource constraints despite the much larger theoretical maximum.

LinuxNetworkingServer
0 likes · 8 min read
Maximum TCP Connections per Server Process and per Server
php Courses
php Courses
Oct 31, 2023 · Mobile Development

How to Develop AR Experiences for WeChat Mini Programs Using PHP

This article explains the required preparations, server configuration, and step-by-step PHP code to handle AR resource uploads, as well as the integration of WeChat Mini Program AR plugins and JavaScript calls, enabling developers to create AR experiences within Mini Programs.

ARMobile DevelopmentPHP
0 likes · 5 min read
How to Develop AR Experiences for WeChat Mini Programs Using PHP
Architects' Tech Alliance
Architects' Tech Alliance
Sep 29, 2023 · Artificial Intelligence

AI Compute Landscape: GPUs, Networking, and Storage

The article analyzes the AI compute ecosystem—highlighting GPUs as the core engine, network bandwidth as a bottleneck, and storage memory walls—while also promoting comprehensive server and storage e‑books for deeper technical insight.

AIComputeE‑book
0 likes · 4 min read
AI Compute Landscape: GPUs, Networking, and Storage
Architects' Tech Alliance
Architects' Tech Alliance
Sep 24, 2023 · Fundamentals

Analysis of Major Domestic Server CPU Vendors in China (2022)

The article provides a comprehensive overview of China's six leading domestic server CPU manufacturers—Zhaoxin, HaiGuang, FeiTeng, KunPeng, Loongson, and ShenWei—examining their instruction‑set licensing models, product line‑ups, performance benchmarks, ecosystem maturity, and market prospects within the context of the country's digital‑economy and trust‑worthy computing initiatives.

CPUChinaServer
0 likes · 18 min read
Analysis of Major Domestic Server CPU Vendors in China (2022)
Architects' Tech Alliance
Architects' Tech Alliance
Sep 12, 2023 · Fundamentals

Rise of ARM Servers in China: Market Share, Trends, and Implications

The recent CITIC Bank procurement reveals that ARM servers now dominate Chinese data‑center purchases, accounting for 77% of server spend, while global ARM server share is growing rapidly despite x86's historic dominance, driven by cost, performance‑per‑watt advantages and geopolitical constraints.

ARMData centerMarket analysis
0 likes · 7 min read
Rise of ARM Servers in China: Market Share, Trends, and Implications
Laravel Tech Community
Laravel Tech Community
Sep 7, 2023 · Information Security

PHP Server Security Configuration Guide

This article provides a comprehensive step‑by‑step guide to hardening PHP server settings, covering safe mode activation, directory restrictions, disabling dangerous functions, hiding version information, managing error reporting, and creating low‑privilege MySQL and Apache accounts for enhanced security.

SecurityServerdisable_functions
0 likes · 7 min read
PHP Server Security Configuration Guide
dbaplus Community
dbaplus Community
Jun 5, 2023 · Operations

Mastering Production Faults: Diagnose and Fix Network, Server, Database Issues

This guide outlines the most common production failures—including network, server, database, software, security, storage, configuration, and third‑party service issues—and provides step‑by‑step methods to detect, troubleshoot, and resolve each problem, helping maintain system stability and reliability.

OperationsServerdatabase
0 likes · 30 min read
Mastering Production Faults: Diagnose and Fix Network, Server, Database Issues
Liangxu Linux
Liangxu Linux
Apr 10, 2023 · Operations

Essential Bash Scripts for Linux Server Setup, Monitoring, and Maintenance

This article provides a collection of ready‑to‑run Bash scripts that cover disk partition creation, server initialization, real‑time network traffic monitoring, Nginx log rotation and analysis, disk usage alerts, MySQL backups, process counting with zombie termination, and automated blocking of malicious IPs, offering a practical toolkit for Linux system administrators.

AutomationBashNGINX
0 likes · 15 min read
Essential Bash Scripts for Linux Server Setup, Monitoring, and Maintenance
Xiao Lou's Tech Notes
Xiao Lou's Tech Notes
Feb 21, 2023 · Backend Development

Demystifying Go’s Built‑in RPC: From Demo to Deep Dive

This article walks through a hands‑on Go RPC demo, explains the underlying server and client mechanisms, explores registration, HTTP handling, request processing, object pooling, and the gob codec, and clarifies why Go includes RPC alongside HTTP.

Backend DevelopmentRPCServer
0 likes · 15 min read
Demystifying Go’s Built‑in RPC: From Demo to Deep Dive
21CTO
21CTO
Feb 13, 2023 · Operations

Top 10 Linux Distributions Every Server Admin Should Know

Linux dominates server environments because it is free, open‑source, stable, secure and easily deployable on bare metal, virtual machines and cloud platforms, and this guide highlights the ten most suitable Linux distributions for servers, from enterprise‑grade RHEL to lightweight Fedora CoreOS.

EnterpriseLinuxServer
0 likes · 11 min read
Top 10 Linux Distributions Every Server Admin Should Know
Architecture Digest
Architecture Digest
Jan 8, 2023 · Operations

Design and Evolution of Vivo Server Monitoring System

This article systematically presents the business background, basic monitoring workflow, usage guidelines, OpenTSDB fundamentals, code precision issues, vmonitor collector architecture, old and new system designs, core alerting metrics, demo illustrations, and a comparison with mainstream monitoring solutions, offering insights for technology selection.

AlertingOpenTSDBServer
0 likes · 18 min read
Design and Evolution of Vivo Server Monitoring System
Tencent Architect
Tencent Architect
Dec 9, 2022 · Operations

TencentOS Data Center Resource and Energy Management Technologies

This article presents a comprehensive overview of TencentOS’s evolution and its data‑center resource and energy management techniques, covering the OS’s mission for economic and green operation, resource utilization metrics (UTE, QOS, ROI), current management technologies, energy‑aware scheduling, performance results, and future development directions.

Data centerOperating SystemQoS
0 likes · 17 min read
TencentOS Data Center Resource and Energy Management Technologies
Architects' Tech Alliance
Architects' Tech Alliance
Nov 27, 2022 · Fundamentals

Trends and Future Directions of Server CPUs in the Post‑Moore Era

The article analyzes post‑Moore challenges for server CPUs, discusses the shift from general‑purpose to specialized processors, highlights architectural innovations, chiplet integration, edge‑computing demands, and the evolving strategies of major vendors to improve performance, power efficiency, and scalability.

AICPUPost-Moore
0 likes · 17 min read
Trends and Future Directions of Server CPUs in the Post‑Moore Era
Architects' Tech Alliance
Architects' Tech Alliance
Nov 16, 2022 · Fundamentals

Analysis of Major Domestic Server CPU Vendors and Market Outlook

This article provides a comprehensive overview of China's six leading domestic server CPU manufacturers, detailing their instruction‑set classifications, product lineups, performance specifications, ecosystem integration, and market positioning, and predicts short‑term beneficiaries and long‑term industry trends.

CPUChinaMarket analysis
0 likes · 18 min read
Analysis of Major Domestic Server CPU Vendors and Market Outlook
Open Source Linux
Open Source Linux
Oct 31, 2022 · Operations

Master Linux Performance: 10 Essential Commands to Diagnose Issues in 60 Seconds

This article from Netflix's performance engineering team outlines ten standard Linux command‑line tools and the USE method to quickly assess system health, focusing on error and saturation metrics before utilization, enabling rapid diagnosis of CPU, memory, disk, or network bottlenecks within the first minute.

LinuxOpsPerformance Monitoring
0 likes · 18 min read
Master Linux Performance: 10 Essential Commands to Diagnose Issues in 60 Seconds
Liangxu Linux
Liangxu Linux
Aug 31, 2022 · Operations

Set Up a Private Git Server on Linux in 5 Simple Steps

This guide walks you through installing Git, creating a dedicated git user, configuring SSH keys, preparing a repository directory, initializing a bare repository, and applying essential security hardening to run a private Git server on a Linux machine.

LinuxSecurityServer
0 likes · 8 min read
Set Up a Private Git Server on Linux in 5 Simple Steps
Architects' Tech Alliance
Architects' Tech Alliance
Aug 19, 2022 · Fundamentals

Analysis of China's Domestic CPU Industry and Future Outlook

This report examines the rapid development, challenges, and future prospects of China's domestic CPU industry, covering market growth, technological breakthroughs, ecosystem building, and strategic considerations for manufacturers and policymakers in the global context.

CPUChinaDomestic semiconductor
0 likes · 13 min read
Analysis of China's Domestic CPU Industry and Future Outlook
Programmer DD
Programmer DD
Jul 27, 2022 · Information Security

Secure Your Linux SSH: 8 Essential Hardening Steps

This guide walks through eight essential steps to harden SSH on Linux servers, including disabling root login, changing the default port, restricting password usage, limiting authentication attempts, enforcing protocol 2, disabling forwarding, using key-based authentication, and applying IP-based access controls.

ConfigurationLinuxSecurity
0 likes · 8 min read
Secure Your Linux SSH: 8 Essential Hardening Steps
Liangxu Linux
Liangxu Linux
Jul 20, 2022 · Information Security

How to Harden SSH on Linux: 8 Essential Security Steps

This guide explains why the default SSH configuration is risky and provides eight concrete actions—including disabling root login, changing the default port, limiting authentication attempts, and using key‑based authentication—to secure Linux servers against common attacks.

ConfigurationHardeningLinux
0 likes · 8 min read
How to Harden SSH on Linux: 8 Essential Security Steps
Architecture Digest
Architecture Digest
Jul 2, 2022 · Operations

Design and Evolution of Vivo Server‑Side Monitoring System

This article systematically outlines the design, components, data flow, and evolution of Vivo’s server‑side monitoring system, covering data collection, transmission, storage with OpenTSDB, visualization, alerting mechanisms, and comparisons with other monitoring solutions.

AlertingOpenTSDBOperations
0 likes · 19 min read
Design and Evolution of Vivo Server‑Side Monitoring System
Architects' Tech Alliance
Architects' Tech Alliance
Apr 21, 2022 · Fundamentals

China Xinchuang Market Size Estimation: County‑Level Opportunities Reach Trillion‑Yuan Scale

The report analyses the rapid growth of China's Xinchuang industry, estimating that county‑level government and public‑sector adoption could unlock a market worth over one trillion yuan, with total sector valuations ranging from 924 billion to 2.63 trillion yuan across three population scopes.

China ITGovernment SectorMarket Size
0 likes · 11 min read
China Xinchuang Market Size Estimation: County‑Level Opportunities Reach Trillion‑Yuan Scale
Tencent Cloud Developer
Tencent Cloud Developer
Mar 22, 2022 · Backend Development

Source Code Analysis of the netpoll Go High‑Performance Network Framework

The article dissects netpoll, a Go‑based high‑performance network framework that uses a Multi‑Reactor model with a main and sub‑reactors, detailing its server EventLoop, poll manager load‑balancing across epoll/kqueue, connection buffering and request handling, and the client’s non‑blocking dialing process.

GoServerclient
0 likes · 40 min read
Source Code Analysis of the netpoll Go High‑Performance Network Framework