-
-
CentOS | Code | Debian | Fedora | macOS | macOS Shell | Raspberry Pi | Raspbian (Raspberry Pi OS) | Red Hat | Ubuntu | UNIX | UNIX Shell Scripts | Zorin OS
UNIX – List USB Devices With lsusb
On the Mac “lsusb -v” is rather clean in comparison to other systems.
-
Code | Fonts | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Mac OSX Terminal – Rename TTF/OTF Fonts
If you have ever received a list of fonts from a client where the font names didn’t make sense this code below will help. Caution: Backup your fonts directory just in case.
-
Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Mac OSX Terminal – Lynx HTML Parsing
Lynx has a lot of good purposes but in this example below I’m simply going to strip URLs from a bookmarks HTML file exported from Chrome. If you have created folders and links all over the place in Chrome or Firefox this below will be helpful
-
-
Azure | Azure CLI | Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Mac OS – Azure CLI Setup
Download from Microsoft Install using HomeBrew
-
CentOS | Code | Fedora | macOS | macOS Shell | Raspberry Pi | Red Hat | Ubuntu | UNIX | UNIX Shell Scripts
Bash – Trim/Remove White Space
-
Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
Mac OS X Terminal – Create Bootable OS X Installer
Need to create a thumb drive installer for Mac OS? This script will help you out
-
CentOS | Code | Fedora | macOS | macOS Shell | Network | Raspberry Pi | Red Hat | Ubuntu | UNIX | UNIX Shell Scripts
NMAP – Find Machines On Your Network
NMAP (a form of ARP list) is a tool for scanning your network for machines that are up or down along with pulling some helpful information from the machines that are up. Similar to Remotely Find Raspberry Pi IP but this is a bit more in-depth First install nmap if needed Now you need to…
-
Code | macOS | macOS Shell | UNIX | UNIX Shell Scripts
HomeBrew – Mac OS Setup
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…