My random banter....
Thursday, October 26, 2023
Bookmark: How to set iTerm2/3 tabbing behavior to sequential order rather than recency
›
Background: iTerm2/3 has built-in functionality to switch between tabs between the most recently used one. Problem: If you're used to...
Monday, September 27, 2021
Install multiple versions of JDK and switch between them via CLI on MAC OSX:
›
(Updated to include newer JDK versions) 1) Install the Oracle JDKs from here, as needed for dev work: 1.6: https://www.oracle.com/java/tec...
Monday, August 10, 2020
Show count and instance IDs of existing EC2 instances in all regions of AWS:
›
I'm kicking myself for not posting this earlier in my past life-- but here's a handy shell script that can list the number of instan...
Friday, February 28, 2020
Backing up dot files in my home folder
›
In spending some time with customizing my machine, I have some heavily modified configuration files within my home folder. As a good measur...
Monday, February 10, 2020
Update Sublime Text to automatically default a particular filetype
›
Found this nugget today on Stack Overflow: https://stackoverflow.com/questions/7574502/set-default-syntax-to-different-filetype-in-sublim...
Thursday, October 24, 2019
Windows 10 and EFI System Partitions
›
I recently was trying to swap some SSD drives between laptops and still keep the same OSes on the respective machines, which involved some b...
Tuesday, September 17, 2019
Testing Gzipped Tarball in Bash
›
Originally sourced from stack exchange. modified a bit: https://unix.stackexchange.com/questions/129599/test-tar-file-integrity-in-bash M...
›
Home
View web version