If you run into issues with SSL certificate verification the below should help. NOTE: Even though we backup the original configuration, test this on a development server first.
Category: UNIX
Bash – Download YouTube Music
Alternate option, read a text file. Create a text file with the YouTube links with a line break between each. The links can be a single video or a playlist URL, the downloader will parse the playlist and download each of the videos in the playlist and convert to MP3
Bash – Mass NSlookup
When you are moving from one server public IP to another you could use some help knowing things are changed. This bash script will do an NSLookup on various DNS servers.
Mac OSX Terminal – Bash – Convert MP3 to M4R (iPhone Ringtone)
If you have an MP3 that you’d like to use for your iPhone the script below will help you get that file into your ringtone options. Then you can copy the .m4r files into iTunes Tones directory/screen and sync with your phone.
JSON – Pull #FIRSTInspires data from @thebluealliance API
Working on a couple tasks that need team information so I registered a read-only API key and started pulling down data for an offline app. Initially populating data using bash and jq. This may be cleaned up in time but it works for my purpose for now. Currently I’m just…