Recent
Webhook Automation with Hooky
·2228 words·11 mins
A comprehensive guide to automating Docker deployments using Hooky, a lightweight webhook server written in Go. Learn how to install Hooky on CentOS, configure HMAC signature validation, integrate with GitHub Actions, and set up secure automated deployments behind Caddy reverse proxy.
Smart Bedtime Light Automation for Kids with Home Assistant
·487 words·3 mins
Discover a practical Home Assistant automation to dim and turn off kids’ bedside lamps at night. This step-by-step guide includes YAML code, customization tips, and a breakdown of each automation element.
The Missing Mirror
·481 words·3 mins
Explore the true essence of morality in ‘The Missing Mirror,’ where self-reflection and empathy distinguish the good from the bad. Uncover how remorse not only defines moral character but also serves as a catalyst for personal growth and change.
Linux Patch Management Tutorial
·206 words·1 min
This tutorial provides a step-by-step guide on how to create and apply patches in Linux, including an example of patching a simple piece of software.
Automate Dynamic DNS Updates with Gandi API and Docker
·1497 words·8 mins
This tutorial demonstrates how to automate dynamic DNS updates using Gandi API, Docker, and shell scripting. Learn to package the update script into a Docker container for seamless deployment, ensuring uninterrupted DNS updates even with dynamic IP changes.