Operations

Showing 100 articles max
Woodpecker Software Testing
Woodpecker Software Testing
Aug 30, 2026 · Operations

A Deep Guide to Troubleshooting Data‑Preparation Failures in Performance Testing

The article systematically dissects common data‑preparation failure patterns in performance testing, explains root‑cause tracing techniques such as SQL log sampling and dynamic timestamp generation, and proposes a three‑layer, engineering‑driven pipeline—including JSON‑Schema validation, Drools rule checks, and read‑only API verification—to ensure reliable, reproducible test data.

SQLdata preparationfault diagnosis
0 likes · 8 min read
A Deep Guide to Troubleshooting Data‑Preparation Failures in Performance Testing
Raymond Ops
Raymond Ops
Aug 29, 2026 · Operations

Master Linux Filesystem: Quick Guide to Understanding Directory Structure

This guide explains why mastering the Linux directory hierarchy is essential for sysadmins, outlines the FHS standard, details each top‑level directory such as /etc, /usr, /var, and provides practical commands, examples, and safety tips for navigating, troubleshooting, and managing files across common distributions.

Linuxdirectory-structurefhs
0 likes · 42 min read
Master Linux Filesystem: Quick Guide to Understanding Directory Structure
FunTester
FunTester
Aug 29, 2026 · Operations

How to Shift Performance Testing Left in Development

The article explains why discovering performance problems just before release is risky and proposes moving performance testing earlier in the software lifecycle—defining measurable goals during requirements, validating components during development, checking service boundaries during integration, and using CI/CD for continuous feedback.

CI/CDearly testingload testing
0 likes · 12 min read
How to Shift Performance Testing Left in Development
Liangxu Linux
Liangxu Linux
Aug 29, 2026 · Operations

How to Run WeChat on Linux: Practical Methods and Tips

Linux users can run WeChat through several community‑driven approaches—including deepin‑wine, virtual machines or Docker containers, third‑party Electron wrappers, and simply using the mobile app—each with its own trade‑offs in stability, isolation, and convenience.

DockerElectronLinux
0 likes · 6 min read
How to Run WeChat on Linux: Practical Methods and Tips
CodeSmart Hoops
CodeSmart Hoops
Aug 29, 2026 · Operations

Chinese Website ICP Registration Explained: 10 Interview Questions & Answers

This article provides a comprehensive Q&A guide on China’s ICP registration system, covering the differences between ICP filing and ICP licensing, the regulatory history, management authorities, personal versus enterprise filing, step‑by‑step filing procedures, sub‑domain rules, overseas server considerations, change handling, common rejection causes, and migration between cloud providers.

Chinese internet regulationsICP filingcloud migration
0 likes · 15 min read
Chinese Website ICP Registration Explained: 10 Interview Questions & Answers
Raymond Ops
Raymond Ops
Aug 28, 2026 · Operations

20 Essential tcpdump Commands Every Ops Engineer Should Know

This comprehensive guide introduces tcpdump, the Linux equivalent of Wireshark, and walks through 20 frequently used command combinations covering basic packet capture, filtering by host, port, protocol, output formatting, performance tuning, advanced BPF filters, real‑world troubleshooting scenarios, and best‑practice recommendations for production environments.

BPFLinuxnetwork troubleshooting
0 likes · 36 min read
20 Essential tcpdump Commands Every Ops Engineer Should Know
MaGe Linux Operations
MaGe Linux Operations
Aug 28, 2026 · Operations

Why Traffic Is Still Blocked Even When Firewall Rules Look Correct

This guide explains why network traffic can be blocked despite seemingly correct firewall rules, detailing a systematic troubleshooting process that examines each layer from the client to the application, includes concrete command examples, Docker-specific considerations, and verification steps to pinpoint and resolve the issue.

DockerLinuxconntrack
0 likes · 43 min read
Why Traffic Is Still Blocked Even When Firewall Rules Look Correct
Java Companion
Java Companion
Aug 28, 2026 · Operations

Beszel: A Sub‑10 MB Open‑Source Monitoring Panel That Can Replace Prometheus

Beszel is a lightweight, open‑source server‑monitoring dashboard written in Go that runs a Hub‑Agent architecture, offers per‑machine history charts, Docker container stats, alerting, multi‑user access and backup, and can be deployed in about ten minutes with Docker Compose, making it ideal for small‑scale environments where Prometheus feels heavyweight.

BeszelDocker Composealerting
0 likes · 9 min read
Beszel: A Sub‑10 MB Open‑Source Monitoring Panel That Can Replace Prometheus
Coder Trainee
Coder Trainee
Aug 27, 2026 · Operations

How a DNS Resolution Failure Prompted a Full Network Layer Investigation

An intermittent DNS resolution failure caused third‑party API timeouts, leading to a step‑by‑step investigation that revealed an unstable public DNS server, and resulted in four practical solutions including switching DNS servers, adjusting JVM cache settings, adding hosts entries, and implementing retry logic.

DNSJVM cachehosts file
0 likes · 6 min read
How a DNS Resolution Failure Prompted a Full Network Layer Investigation

Why Removing the Vision Encoder Improves Infrastructure Efficiency

The article analyzes how eliminating the Vision Encoder from multimodal large language models simplifies the computation graph, reduces load imbalance, avoids conflicting parallel configurations, and makes scheduling and performance modeling more predictable, especially when visual features can be pre‑computed offline.

Cost ModelingEncoder-freeMultimodal LLM
0 likes · 9 min read
Why Removing the Vision Encoder Improves Infrastructure Efficiency
Raymond Ops
Raymond Ops
Aug 27, 2026 · Operations

Why Is Your Linux Server Booting So Slowly? Practical Boot Chain Optimization

The article explains why Linux servers often experience slow boot times, outlines a systematic method to analyze each stage of the boot chain—from firmware to user services—identifies common bottlenecks, and provides concrete systemd, BIOS, GRUB, initramfs, and service‑level optimizations with commands and verification steps.

GRUBLinuxboot optimization
0 likes · 33 min read
Why Is Your Linux Server Booting So Slowly? Practical Boot Chain Optimization
Java Tech Enthusiast
Java Tech Enthusiast
Aug 27, 2026 · Operations

Boost Your Productivity: Essential Windows DOS Commands You Should Know

This guide compiles the most useful Windows command‑line (DOS) commands—from checking system info and managing files to troubleshooting network issues, repairing disks, quickly launching tools, and fixing a frozen PC—so you can solve common problems without relying on the GUI.

Command PromptDOS commandsSystem Administration
0 likes · 7 min read
Boost Your Productivity: Essential Windows DOS Commands You Should Know
Architects Research Society
Architects Research Society
Aug 27, 2026 · Operations

Testing Autonomous Systems in Possible Worlds: Inside PEIRAVELA’s Experiment Control Plane

When agents, workflows, robots, or security controls affect production, teams must know how the system behaves under changing conditions; PEIRAVELA’s possible‑world experiment control plane creates isolated, reproducible worlds, injects perturbations, records raw evidence, and separates testing from judgment to enable independent verification.

PEIRAVELAautonomous systemsevidence generation
0 likes · 5 min read
Testing Autonomous Systems in Possible Worlds: Inside PEIRAVELA’s Experiment Control Plane
Java Architect Handbook
Java Architect Handbook
Aug 27, 2026 · Operations

Finally a Handy Nginx Log Analyzer: Introducing NginxPulse

The article presents NginxPulse, a lightweight Nginx log analysis panel built with Go, Gin, Vue3, and SQLite, explains how it compares to heavier solutions like ELK and GoAccess, and provides step‑by‑step Docker, Docker‑Compose, and single‑binary deployment instructions along with useful features such as multi‑site support, remote log fetching, custom log formats, and access control.

DockerELKGoAccess
0 likes · 8 min read
Finally a Handy Nginx Log Analyzer: Introducing NginxPulse
Coder Trainee
Coder Trainee
Aug 26, 2026 · Operations

How a Single Git Mistake Rolled Back Three Days of Production Code

A developer mistakenly ran a hard reset and forced push on the main branch, rolling back three days of production code; the article walks through the incident timeline, impact assessment, emergency recovery steps, root‑cause analysis, and preventive measures such as branch protection and safer Git commands.

Branch ProtectionForce PushGit Revert
0 likes · 7 min read
How a Single Git Mistake Rolled Back Three Days of Production Code