Cron Job Manager with Monitoring
Design a cron job management system with execution logging, failure alerting, overlapping-run prevention, and a status dashboard.
Meer in Linux & Shell Scripting Prompts
Linux: Automate Server Provisioning with Bash
Idempotent bash script to provision a production-ready Ubuntu server.
Bash: One-Liners Every SRE Should Know
15 production-grade bash one-liners for daily SRE work.
Linux: Performance Troubleshooting in 60 Seconds
Netflix-style 60-second Linux performance triage checklist.
Bash: Build a Retry Wrapper with Backoff
Reusable bash function for retrying any command with exponential backoff.