- # bash# devops
Automatically Update AWS Security Group with Your Dynamic IP
Learn how to automate updating your AWS security group with your current IP address using a simple Bash script. Perfect for users with dynamic or CGNAT IPs who need secure, seamless access to their resources like bastion servers.
- # bash# postgres
3 simple steps to create a local backup of Postgres database using Bash script
In this article, I will show you how I back up the Postgres database hosted on Supabase (ideally can be anywhere) to the local system and automate this process.
- # bash# linux
Increase Root Partition Size On Fedora
Learn how to increase root partition size on fedora in 2 simple steps.
- # bash# linux
Backup Users Home Directory In Linux Using Tar Command
Learn how to easily and systematically backup your home directory in linux.