As much as I like Oh My Zsh sometimes you have to go back to original terminal as not all things are supported. NOTE: This is part of a setup I do for new computers, see HomeBrew – Mac OS Setup For more information on Oh My Zsh, see https://github.com/robbyrussell/oh-my-zsh
Category: Mac OSX
Posts in this category are specific to Mac OS and may not work on other UNIX based systems.
Mac OS X Terminal – New Computer Setup Script
This is a collection of configurations for the setup a new Mac in a business environment.
Mac OSX Terminal – Get Artist and Song From iTunes PlayList Export
There are more elegant ways to do this but I got bored and thought I’d do something that is only done with base Mac OSX tools
Mac OSX Terminal – Add User to Remote Management (VNC)
Replace “-users admin” with the username you need to grant access to.
Mac OS X – Terminal – FFMPEG – Convert Music Files FLAC to MP3 or MP4 to MP3
Prerequisite: Homebrew Essentially you can convert just about anything but this script is specific to FLAC to MP3 To convert from MP4 to MP3 the code below will work
Mac OSX Terminal – Convert RAW Photos to JPG
If you’ve ever been stuck with a directory of .DNG or .RAW files this script will quickly convert the images for you. Adobe Products may give a better result but seem to be one at a time still… Reference: https://coderwall.com/p/nhp7mq/convert-raw-photos-to-jpg-in-the-mac-os-terminal
UNIX Bash – Domain List Get Whois Info
If you manage a list of domains it’s sometimes helpful to have a script like this to check the information from time to time. I plan to clean this up in time but for now this works. First create a text file like below that has domains in it Then…