From 45a108ac1a70a4fa630d7067c134839c2856a736 Mon Sep 17 00:00:00 2001 From: Lutchy Horace Date: Mon, 8 Nov 2021 21:44:44 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7125f4e..36155cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -########## -#README -########## + +README +---------- + This repository is a collection of scripts that I utilize throughout my infrastructure. @@ -17,3 +18,6 @@ Scripts | createVhosts.sh | Modern VHOST script to create VHOSTS RHEL systems | | beep-notify.sh | Attempts to emit a beeping sound through system speaker | | rsync.sh | A rsync script to rsync data to rsync to remote servers | +| monitor_Ip.sh | Place this script in a cron job, when an IP differs, will restart Nginx. See script header for more detials. | +| openbsd_poweroff.sh | My own personal poweroff script for OpenBSD hosts | +| autoattach | A custom script to auto attach to a TMUX session when you first SSH in |