Showing 100 articles max
Linux Tech Enthusiast
Linux Tech Enthusiast
May 20, 2026 · Operations

18 Essential Shell Scripts for Everyday Linux Operations

This article compiles 18 practical Bash scripts covering tasks such as verifying file consistency across servers, scheduled log cleaning, network traffic monitoring, numeric analysis in files, FTP operations, Nginx error handling, process monitoring, bulk user management, iptables protection, and IP validation, each accompanied by clear code examples.

0 likes · 19 min read
18 Essential Shell Scripts for Everyday Linux Operations
Architecture & Thinking
Architecture & Thinking
May 20, 2026 · Operations

Six‑Step Emergency Plan to Detect, Recover, and Eliminate Message Backlog

In distributed systems, message‑queue backlogs can cripple core services; this article breaks down a six‑step emergency workflow—from alert detection and throttling to temporary scaling, root‑cause analysis, targeted fixes, and final validation—plus long‑term architectural and monitoring strategies, illustrated with real‑world cases and Java code samples.

BacklogIncident ResponseJava
0 likes · 21 min read
Six‑Step Emergency Plan to Detect, Recover, and Eliminate Message Backlog
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 18, 2026 · Operations

How I Built a Complete Supply‑Chain Visualization Dashboard in 2 Hours

The article walks through a step‑by‑step process for turning fragmented sales, procurement, production, inventory and shipping data into a single, real‑time supply‑chain dashboard using the 简道云 platform, highlighting data integration, three‑layer visual design and automated alerts that cut down firefighting and improve decision‑making.

OperationsSupply Chainautomation
0 likes · 9 min read
How I Built a Complete Supply‑Chain Visualization Dashboard in 2 Hours
Ops Community
Ops Community
May 18, 2026 · Operations

Master Docker: From Basics to Advanced Core Principles Explained

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

ContainersDevOpsDocker
0 likes · 42 min read
Master Docker: From Basics to Advanced Core Principles Explained
Cloud Native Technology Community
Cloud Native Technology Community
May 18, 2026 · Operations

How to Cut Engineering Time on Kubernetes Upgrades

Kubernetes upgrades can consume 4‑6 weeks of engineering effort per minor release, delaying product roadmaps and inflating cloud costs, while reports show teams lose dozens of workdays to incidents and over‑provisioned resources, highlighting the need for dedicated SRE ownership to reclaim time for business‑impacting work.

KubernetesOperational CostPlatform Engineering
0 likes · 8 min read
How to Cut Engineering Time on Kubernetes Upgrades
MaGe Linux Operations
MaGe Linux Operations
May 16, 2026 · Operations

How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide

By establishing baselines, methodically profiling logs, and applying layered tweaks—such as keepalive connections, gzip compression, proxy caching, worker tuning, HTTP/2, kernel parameters, and backend caching—this guide demonstrates how to reduce Nginx’s total response time from 500 ms to under 50 ms with measurable results.

HTTP/2KeepaliveLinux Tuning
0 likes · 25 min read
How to Cut Nginx Response Time from 500 ms to 50 ms: A Practical Optimization Guide
MaGe Linux Operations
MaGe Linux Operations
May 14, 2026 · Operations

Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%

The article lists ten essential Linux operations tools—Shell scripting, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical scenarios, advantages, and concrete usage examples, helping engineers streamline daily tasks and reduce overtime.

DockerELK StackGit
0 likes · 9 min read
Ops Veteran's Secret: Master These 10 Tools to Cut Overtime by 80%
IT Services Circle
IT Services Circle
May 14, 2026 · Operations

Can Windows 11’s New Instant CPU Boost Cut UI Lag by Up to 70%?

Microsoft has quietly added a low‑latency profile to Windows 11 that momentarily raises CPU frequency for high‑priority UI tasks, and tests on low‑end hardware show up to a 70% reduction in menu‑click lag and up to 40% faster app launches with minimal impact on battery life or thermals.

CPU boostLow Latency ProfileUI latency
0 likes · 5 min read
Can Windows 11’s New Instant CPU Boost Cut UI Lag by Up to 70%?
Linux Tech Enthusiast
Linux Tech Enthusiast
May 14, 2026 · Operations

9 Visual Guides to Linux Performance Tuning Tools

The article presents nine diagrams that illustrate Linux performance tooling categories—including observability, static analysis, benchmarking, tuning, sar, perf-tools, tracing, and BPF tools—providing a quick visual reference for system engineers.

BPFLinuxObservability
0 likes · 2 min read
9 Visual Guides to Linux Performance Tuning Tools
Deepin Linux
Deepin Linux
May 14, 2026 · Operations

How to Diagnose Kernel Panic: A Step‑by‑Step Guide to Finding the Root Cause

This article explains what a Linux kernel panic is, enumerates common hardware and driver causes, walks through the panic() function internals, and provides a practical troubleshooting workflow with log analysis, debugging tools, and a concrete driver example to help operators quickly locate and fix the underlying fault.

DebuggingDevice DriversKernel Panic
0 likes · 24 min read
How to Diagnose Kernel Panic: A Step‑by‑Step Guide to Finding the Root Cause
MaGe Linux Operations
MaGe Linux Operations
May 13, 2026 · Operations

Solve System Issues Fast with Linux Log Analysis

This guide walks Linux operators through the core log architecture, essential log files, powerful command‑line tools such as grep, awk, sed and journalctl, and step‑by‑step troubleshooting scenarios—including SSH connectivity, service failures, disk space, memory leaks, security incidents, and application logs—while providing ready‑to‑run scripts and advanced techniques for automated and centralized log analysis.

GrepLinuxTroubleshooting
0 likes · 41 min read
Solve System Issues Fast with Linux Log Analysis