~/Task Automation: From Cron and Make to a Go Task Runner (Read full article)
Learn Linux task automation from scratch. Start with cron, at, make, and systemd timers, then build a Go task runner that schedules, executes, and monitors …
Learn Linux task automation from scratch. Start with cron, at, make, and systemd timers, then build a Go task runner that schedules, executes, and monitors …
Build a secure multi-tenant user system from scratch. Start with simple useradd, hit the security issue (users accessing each other's files), fix with groups …
Master bash scripting the way you actually learn it — by solving real problems. Start with a simple echo script, add variables, hit the set -e trap that breaks …
Want to make your Jenkins installation faster, more reliable, and easier to manage? Learn how to create a custom AMI of Jenkins that's perfect for your …
Learn how to build custom AMIs using EC2 Image Builder with Amazon Linux 2023. Step-by-step guide with modern best practices.