Oct 16, 2025 · 2 min read · 🧭 Objective In this post, I’ll explain how I automated the website backup process for a static site hosted on App Server 3.The task was to create a bash script (blog_backup.sh) that: Creates a zip archive of /var/www/html/blog Saves it under /back...
Join discussionMay 11, 2025 · 3 min read · Introduction In a networked world, systems often need to communicate with each other using names rather than IP addresses. This is where DNS (Domain Name System) comes into play. However, before diving into centralized DNS, it’s important to understa...
Join discussion