These are various scripts I use throughout my network for public consumption.
| .vscode | ||
| .htpasswd | ||
| autoattach | ||
| backup.conf.example | ||
| backup.sh | ||
| beep-notify.sh | ||
| bootstrap.sh | ||
| borgbackup.sh | ||
| cachet_notify | ||
| cachet_notifyV2.php | ||
| convertPTR2InvidiualDomains.php | ||
| createVhosts.sh | ||
| jellyfin_sslsetup.sh | ||
| monitor_ip.conf.example | ||
| monitor_ip.sh | ||
| openbsd_poweroff.sh | ||
| README.md | ||
| rsync.sh | ||
| timesheet.lhprojects.net.conf | ||
| update_firewall.sh | ||
README
This repository is a collection of scripts that I utilize throughout my infrastructure.
You can follow issue tracking here https://git.bugzbunny.net/lhp/scripts/issues
Scripts
| Command | Description |
|---|---|
| backup.sh | Script I use to rsync files to off-site storage center. You can costomize the configuration via backup.conf and then appending it as an argument during the script execution. |
| cachet_notifyV2.php | A script to update issue on Cachet website. |
| convertPTR2InvidiualDomains.php | Migrate PTR records from a single zone to individual zones. |
| 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 |
| jellyfin_sslsetup.sh | Rsync the certificate from edge server |