秘籍宝典

The Book Of Secret Knowledge

by bytesagain3

A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and m the book of secret knowledge, python, awesome.

3.9k内容与创意未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bytesagain3/sysadmin-handbook

文档

Sysadmin Handbook

Sysadmin Handbook v2.0.0 — a thorough sysops toolkit for system administrators. Record, track, and manage all aspects of system administration from the command line. Every action is timestamped and logged locally for full auditability.

Why Sysadmin Handbook?

  • Works entirely offline — your data never leaves your machine
  • Simple command-line interface, no GUI needed
  • Timestamped logging for every operation
  • Export to JSON, CSV, or plain text anytime
  • Automatic history and activity tracking
  • Searchable records across all operation types

Getting Started

bash
# See all available commands
sysadmin-handbook help

# Check current health status
sysadmin-handbook status

# View summary statistics
sysadmin-handbook stats

Commands

Operations Commands

Each command works in two modes: run without arguments to view recent entries, or pass input to record a new entry.

CommandDescription
sysadmin-handbook scan <input>Record a scan operation (port scans, vulnerability scans, network sweeps)
sysadmin-handbook monitor <input>Log monitoring observations (service health, uptime checks, resource usage)
sysadmin-handbook report <input>Create report entries (incident reports, audit summaries, status updates)
sysadmin-handbook alert <input>Record alert events (threshold breaches, security warnings, service failures)
sysadmin-handbook top <input>Log top-level metrics (CPU hogs, memory consumers, disk leaders)
sysadmin-handbook usage <input>Track usage data (disk usage, bandwidth, API calls, license counts)
sysadmin-handbook check <input>Record health checks (service checks, config validation, dependency tests)
sysadmin-handbook fix <input>Document fixes applied (patches, config changes, workarounds)
sysadmin-handbook cleanup <input>Log cleanup operations (temp files, old logs, orphaned processes)
sysadmin-handbook backup <input>Track backup operations (full backups, incrementals, snapshots)
sysadmin-handbook restore <input>Record restore operations (data recovery, config rollbacks)
sysadmin-handbook log <input>General-purpose log entries (freeform notes, observations)
sysadmin-handbook benchmark <input>Record benchmark results (performance tests, load tests, I/O benchmarks)
sysadmin-handbook compare <input>Log comparison data (before/after, environment diffs, config comparisons)

Utility Commands

CommandDescription
sysadmin-handbook statsShow summary statistics across all log categories
sysadmin-handbook export <fmt>Export all data (formats: json, csv, txt)
sysadmin-handbook search <term>Search across all entries for a keyword
sysadmin-handbook recentShow the 20 most recent history entries
sysadmin-handbook statusHealth check — version, data dir, entry count, disk usage
sysadmin-handbook helpShow the built-in help message
sysadmin-handbook versionPrint version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/sysadmin-handbook/. Structure:

  • scan.log, monitor.log, report.log, etc. — one log file per command, pipe-delimited (timestamp|value)
  • history.log — unified activity log across all commands
  • export.json / export.csv / export.txt — generated export files

Each entry is stored as YYYY-MM-DD HH:MM|<input>. Use export to back up your data anytime.

Requirements

  • Bash 4+ (uses set -euo pipefail)
  • Standard Unix utilities (date, wc, du, tail, grep, sed, cat)
  • No external dependencies or internet access needed

When to Use

  1. Incident response tracking — Log scan results, alerts, and fixes during an active incident so you have a complete timeline for the post-mortem
  2. Daily ops journaling — Record monitoring observations, health checks, and cleanup tasks as you go through your sysadmin routine
  3. Backup & restore auditing — Track every backup and restore operation with timestamps to prove compliance or diagnose failures
  4. Performance benchmarking — Store benchmark results over time and use compare to track regressions or improvements across deploys
  5. Team handoff documentation — Log everything during your shift so the next admin can run recent or search to get up to speed instantly

Examples

bash
# Record a network scan result
sysadmin-handbook scan "192.168.1.0/24 — 14 hosts up, 3 with open SSH"

# Log a monitoring observation
sysadmin-handbook monitor "web-prod-01 CPU at 92% for 15 minutes"

# Document a fix you applied
sysadmin-handbook fix "Increased nginx worker_connections from 1024 to 4096"

# Track a backup operation
sysadmin-handbook backup "Full backup of /data completed — 48GB, 23 min"

# Export everything to JSON for archival
sysadmin-handbook export json

# Search all logs for a keyword
sysadmin-handbook search "nginx"

# View recent activity across all commands
sysadmin-handbook recent

Output

All commands output to stdout. Redirect to a file if needed:

bash
sysadmin-handbook stats > report.txt
sysadmin-handbook export csv

Configuration

Set SYSADMIN_HANDBOOK_DIR environment variable to override the default data directory (~/.local/share/sysadmin-handbook/).


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

相关 Skills

内部沟通

by anthropics

Universal
热门

按公司常用模板和语气快速起草内部沟通内容,覆盖 3P 更新、状态报告、领导汇报、项目进展、事故复盘、FAQ 与 newsletter,适合需要统一格式的团队沟通场景。

按公司偏好的模板快速产出状态汇报、领导更新和 FAQ,既省去反复改稿,也让内部沟通更统一、更专业。

内容与创意
未扫描111.8k

主题工厂

by anthropics

Universal
热门

给幻灯片、文档、报告和 HTML 落地页快速套用专业配色与字体主题,内置 10 套预设风格并支持现场生成新主题,适合统一品牌或内容视觉。

主题工厂能帮你把幻灯片、文档到落地页快速统一视觉风格,内置 10 套主题,还能按需即时生成新主题。

内容与创意
未扫描111.8k

文档共著

by anthropics

Universal
热门

围绕文档、提案、技术规格、决策记录等写作任务,按上下文收集、结构迭代、读者测试三步协作共创,减少信息遗漏,写出更清晰、经得起他人阅读的内容。

写文档、方案或技术规格时容易思路散、信息漏,它用结构化共著流程帮你高效传递上下文、反复打磨内容,还能从读者视角做验证。

内容与创意
未扫描111.8k

相关 MCP 服务

热门

免费的加密新闻聚合 MCP,汇集 Bitcoin、Ethereum、DeFi、Solana 与 altcoins 资讯源。

内容与创意
130

by ProfessionalWiki

让 Large Language Model 客户端无缝连接任意 MediaWiki 站点,可创建、更新、搜索页面,并通过 OAuth 2.0 安全管理内容。

内容与创意16 个工具
72

借助 86+ 个云端 media processing robots,处理视频、音频、图像和文档。

内容与创意
71

评论