-
-
Code | PowerShell | Robotics | Tech Support | Windows
Windows – Essential Tools for Configuring Windows 11 for FIRST Robotics Competition (FRC)
First thing to note is that everyone has their own “tricks of the trade” way of setting up a computer in general or setting up a computer for FIRST Robotics Competition (FRC). This is only one of many ways to get a computer setup and you are free to use it. If you improve upon…
-
Excel – Excel Formula for Extracting File Names from URLs
When you are working with lists of URLs in Excel, sometimes you need to have the file name or the last item in the URL. The code below should work for most versions of Excel. Replace A1 with the column and row that has the URL.
-
Bash | CentOS | Code | Debian | Ecryption | Fedora | Raspberry Pi | Raspbian (Raspberry Pi OS) | Red Hat | RockyOS | Ubuntu | UNIX | UNIX Shell Scripts | Zorin OS
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.
-
Bash | Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Bash – Split Large Directory
If you have a directory with a lot of files/directories in it and need it to be smaller this block will help by grouping 400 files at a time into different sub-directories.
-
Bash | Code | Picture Management | UNIX | UNIX Shell Scripts
Bash – Move Picture Based on Camera Type
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…
-
Bash | Code | UNIX | UNIX Shell Scripts
Bash – Find files greater than 100 mb
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
-
Code | macOS | macOS Shell | Network | UNIX | UNIX Shell Scripts
macOS – Allow SSH After OS Upgrade
After an upgrade of the macOS you sometimes will lose the capability to SSH into other computers/servers. The code below will add the needed pieces to be able to SSH again. Please note that some sites will state to do ‘HostKeyAlgorithms +ssh-rsa,ssh-dss’ but ssh-dss was discontinued in 2015 and mostly should not work.
-
Bash | Code | Picture Management | UNIX | UNIX Shell Scripts
Bash – Rename Pictures to Image Taken
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…
-