A collection of small maintenance utilities for both Windows and Linux. Each script lives in its own folder with a short README explaining how it works. The goal is to keep common troubleshooting steps in one place so they're easy to run when needed.
.
├── linux/ # Bash utilities
├── monitoring/ # Cross-platform monitoring/exporter scripts
└── windows/ # PowerShell utilities
- See linux/README.md for Linux scripts.
- See windows/README.md for Windows scripts.
- See monitoring/README.md for metrics exporters.
For general usage instructions check docs/README.md.