Tagged articles
8 articles
Page 1 of 1
Ops Community
Ops Community
Sep 30, 2025 · Operations

7 Ready‑to‑Use Shell Scripts for Automated Server Health Checks

This article presents seven production‑grade Bash scripts that automate server health inspections—including system resource monitoring, disk analysis, network diagnostics, process validation, security baseline checks, MySQL health assessment, and a batch scheduler—plus best‑practice guidance for integrating them into an operations workflow.

Server AutomationShell scripting
0 likes · 72 min read
7 Ready‑to‑Use Shell Scripts for Automated Server Health Checks
Open Source Linux
Open Source Linux
Sep 13, 2024 · Operations

Essential Bash Scripts for Server Monitoring, Automation, and Security

This article presents a collection of practical Bash scripts that cover file consistency checks, scheduled log management, network traffic monitoring, numeric analysis, FTP downloads, user input handling, Nginx 502 detection, variable assignments, bulk file renaming, text processing, port scanning, word filtering, command menus, SSH automation with Expect, user creation, Apache monitoring, password rotation, iptables rate‑limiting, and IP validation, providing sysadmins with ready‑to‑use solutions for everyday Linux operations.

BashServer AutomationShell scripting
0 likes · 25 min read
Essential Bash Scripts for Server Monitoring, Automation, and Security
MaGe Linux Operations
MaGe Linux Operations
Nov 9, 2018 · Operations

Python Tool for Automating Multi-Server Commands and rsync-Style File Sync

This article introduces a Python 3.5 script that streamlines the management of dozens of servers by enabling batch remote command execution, multithreaded file upload/download with an rsync-like mechanism, strict or non-strict modes, and cross-platform support for both Linux and Windows, all driven by docopt and paramiko.

ParamikoServer Automationcross‑platform
0 likes · 6 min read
Python Tool for Automating Multi-Server Commands and rsync-Style File Sync
转转QA
转转QA
Apr 18, 2018 · Operations

Design and Implementation of ZuanZuan Server‑Side Environment Maintenance Program (Agent + CMD)

The article presents a comprehensive overview of ZuanZuan's server‑side environment maintenance system, detailing its agent‑cmd architecture, modular directory structure, Python‑based script redesign, execution‑list assembly, reflection‑driven method invocation, termination callbacks, plugin‑style modules, utility functions for services like Nginx, and an interactive console tool for streamlined operations.

PythonScript DesignServer Automation
0 likes · 9 min read
Design and Implementation of ZuanZuan Server‑Side Environment Maintenance Program (Agent + CMD)
Beike Product & Technology
Beike Product & Technology
Mar 9, 2018 · Operations

Cloud-Based Automated Server Installation System Overview

This article describes a cloud-enabled automated server provisioning platform that uses PXE boot and Kickstart files to remotely install operating systems, collect hardware data, manage templates, track progress, and synchronize results to a CMDB, significantly improving deployment efficiency and accuracy.

CMDB integrationKickstartPXE
0 likes · 6 min read
Cloud-Based Automated Server Installation System Overview