#Shell Script

9 articles

Redirect with exec Command
Application 2019-05-08

Redirect with exec Command

Master shell exec command for dynamic file descriptor redirection, input/output control, and terminal manipulation.

#bash#Shell Script#exec
Prompt Confirmation When Pushing Directly to Master
Application 2019-05-08

Prompt Confirmation When Pushing Directly to Master

How to create a safety net to prevent direct pushes to the master branch in git.

#Git#Shell Script
Installing anyenv on Mac
Infrastructure 2017-10-01

Installing anyenv on Mac

Install and configure anyenv on Mac to manage multiple programming language versions with proper PATH and environment setup.

#Shell Script#anyenv
Automating Let's Encrypt Certificate Renewal (cron) with a Touch of Slack Integration
Infrastructure 2017-10-01

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.

#cron#Let's Encrypt#Shell Script#Slack
How I Managed to Fix the Persistent Failure of Let's Encrypt Certificate Auto-Renewal
Infrastructure 2017-10-01

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.

#cron#Let's Encrypt#Slack#Shell Script
Let's Encrypt Certificate Auto-Renewal Script
Infrastructure 2017-10-01

Let's Encrypt Certificate Auto-Renewal Script

Automate monthly Let's Encrypt certificate renewal using automated shell script execution with Slack notification integration support.

#cron#Let's Encrypt#Shell Script#Slack
Created Git Shortcut Commands in .bashrc
Application 2017-09-26

Created Git Shortcut Commands in .bashrc

Create powerful git aliases and bash functions for branch checkout, pull, and push operations using .bashrc configuration.

#bash#Git#Shell Script
Created a Shell Script to Simplify Git Commands
Application 2017-09-26

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.

#Git#Shell Script
Got Tired of Typing Directories with the cd Command, So I Made It Easier with a Shell Script
Application 2017-09-26

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.

#bash#Shell Script