Bash – Unix – Create Encrypted Disk
NOTE: This script currently only natively will work in a UNIX (Debian, Ubuntu, Red Hat, Rocky, CentOS, Fedora, etc.) operating system and will NOT natively work in a macOS or Windows operating system.
NOTE: This script currently only natively will work in a UNIX (Debian, Ubuntu, Red Hat, Rocky, CentOS, Fedora, etc.) operating system and will NOT natively work in a macOS or Windows operating system.
NOTE: This will typically only work on pictures that have been obtained from the camera that took the picture. (Social media services typically remove the needed information to get the EXIF info to determine the camera type.) Prerequisite is to install exiftool (See https://exiftool.org for more installation help) In this first block of code you…
This can be helpful if you have larger files in your git directory. Change ~/repo to the directory you wish to check, you can also use a . for the current directory
Similar to “PowerShell – Rename Pictures to Image Taken“, this script will work on macOS and most Unix systems (Fedora/CentOS/Rocky/Red Hat (RHEL) and Ubuntu/Debian for example). NOTE: This is an update to a previous posted version of this script. Both exist to provide some options. Previous post: BASH – Picture / Video File Name Manipulation…
If you are using Pi-Hole you may find this script useful Currently this is designed to run on the server that is running Pi-Hole but as I have more than one I want to monitor I will soon have an update for additional. First make sure you update your /var/www/html/admin/scripts/pi-hole/php/data.php Look at getSummaryData function and…
I use a Mac for my primary computer and sometimes I need to setup a new VM similar to my computer for testing. Here is the basic setup that I use HomeBrew for. I’ll add more later as I remember more or use it more. NOTE: If you receive an error on installing HomeBrew like…