#Shell Script
9 articles
Redirect with exec Command
Master shell exec command for dynamic file descriptor redirection, input/output control, and terminal manipulation.
Prompt Confirmation When Pushing Directly to Master
How to create a safety net to prevent direct pushes to the master branch in git.
Installing anyenv on Mac
Install and configure anyenv on Mac to manage multiple programming language versions with proper PATH and environment setup.
Automating Let's Encrypt Certificate Renewal (cron) with a Touch of Slack Integration
Automate Let's Encrypt certificate renewal with cron scheduler and Slack notifications for both completion success and failure events.
How I Managed to Fix the Persistent Failure of Let's Encrypt Certificate Auto-Renewal
Fix Let's Encrypt certificate renewal failures with certbot-auto and force-renew options configured properly for nginx web servers.
Let's Encrypt Certificate Auto-Renewal Script
Automate monthly Let's Encrypt certificate renewal using automated shell script execution with Slack notification integration support.
Created Git Shortcut Commands in .bashrc
Create powerful git aliases and bash functions for branch checkout, pull, and push operations using .bashrc configuration.
Created a Shell Script to Simplify Git Commands
Build interactive shell scripts using select to manage git branch checkouts, remote branch pulls, and local branch deletion.
Got Tired of Typing Directories with the cd Command, So I Made It Easier with a Shell Script
Simplify bash directory navigation using shell scripts with menu selection for faster command-line traversal and productivity.