500+ copy-paste commands for website owners, sysadmins, and DevOps engineers.
Live tool → ordinarymantrying.com/tools/toolkit/
Most command cheatsheets are static text. This toolkit has editable placeholders — click any domain name, IP address, or path inside a command card and it updates across the whole card. No more hunting through strings to find what to replace.
Every command also includes a strategy note: when to use it, what suspicious output looks like, and what to do next.
| Toolkit | Commands | Languages |
|---|---|---|
| Website Admin & Diagnostics | DNS, SSL, WordPress health checks | EN + ZH |
| Linux Incident Response | Post-breach forensics, log analysis | EN + ZH |
| Windows Incident Response | Event logs, persistence, memory | EN + ZH |
| Windows Malware Check | Autoruns, WMI backdoors, rootkits | EN + ZH |
| Webshell & Vulnerability Detection | File scanning, backdoor hunting | EN + ZH |
| Security Hardening | SSH, firewall, file permissions | EN + ZH |
| Docker & Containers | Container forensics, Kubernetes | EN |
| Nginx Performance | Cache, compression, rate limiting | EN |
| WordPress CLI | Bulk operations, migrations | EN |
| Git Deployment | Deploy workflows, rollbacks | EN |
| SEO Diagnostics | Technical SEO commands | EN |
| New Website Launch Roadmap | Step-by-step launch checklist | EN |
| "I Think I Got Hacked" Guide | Incident response for non-experts | EN |
| Website Health Check | Uptime, SSL, performance | EN |
- WordPress / shared hosting owners who need to diagnose problems before calling support
- Sysadmins running post-breach investigations
- DevOps engineers managing containers and deployments
- Security practitioners scanning for backdoors and misconfigurations
- Beginners following the New Website Launch Roadmap
- No login, no account, no install — runs entirely in the browser
- Read-only by default — commands that modify systems are clearly marked
- Bilingual (English + Chinese) for 8 of the most common toolkits
- Works on Linux, Windows, and macOS targets
- Single-file HTML pages — can be saved offline and used without internet
toolkit/
├── index.html # Main hub (all toolkits)
├── toolkit-admin.html # Website Admin & Diagnostics (EN)
├── toolkit-admin-zh.html # Website Admin & Diagnostics (ZH)
├── toolkit-linux-ir.html # Linux Incident Response (EN)
├── toolkit-linux-ir-zh.html # Linux Incident Response (ZH)
├── toolkit-windows-ir.html # Windows Incident Response (EN)
├── toolkit-windows-ir-zh.html # Windows Incident Response (ZH)
├── toolkit-win-malware-check.html
├── toolkit-webshell-vuln.html
├── toolkit-hardening.html
├── toolkit-containers-db.html
├── toolkit-docker.html
├── toolkit-nginx-speed.html
├── toolkit-wp-cli.html
├── toolkit-git-deploy.html
├── toolkit-seo.html
├── toolkit-hacked.html
├── toolkit-health-check.html
├── toolkit-website-roadmap.html
└── *-zh.html # Chinese versions
MIT — use freely, modify freely, attribution appreciated but not required.