veracrypt_mount.sh : Remotely decrypt veracrypt volumes.
This script mounts veracrypt volumes on a remote pi device taking passwords as input.
Check out the GitHub repository for more details.
wifi_check.sh Reconnect to particular Wi-Fi if not connected.
This script checks if a particular Wi-Fi network is connected. If it's not, it reconnects using nmcli.
The Wi-Fi network should be connected at least once before hand for this to work.
Check out the script on GitHub.
hash_chk.bat : An user interactive windows script that checks the hash (MD5, SHA1, SHA256, SHA512
etc) of a file.
You can customize the location from where the script shows the files, check all the files in that directory,
set the name of the file, and also the hash type to check.
It also provides the option to rerun the script after completion.
I use this script to check the hash of files I download from the internet to detect any changes from the
official file.
mass_murder.bat : This windows script will close a list of all applications you want to at a
time.
I made this script to close some apps that I need to run on startup but not if battery is low.
Instead of closing each app individually, I just run this script.
hidden.bat : A windows script to hide hidden files or folders if you have previously selected
"view hidden files" in the file explorer.
This script uses the registry editor in windows to acheive its functionalities. You can change the scripts
function to show hidden files instead of hiding them.
flushdns.bat : A simple windows script to clear dns cache. This script helped me to learn how to
display a message box in windows and add a button to it.
git.bat : A simple script to start git bash and login directly. This is the first script I made.
This script takes in the location where you downloaded git. You can add additional git functionalies you
migh need.
mac.bat : This is an odd one. This windows script is useful only if you are installng Apple's MacOS
via virtualbox.