The Scripts
It is hard to overstate how powerful shell scripting is. It can bring a UNIX-based system to its knees in one line (sudo rm -R / anyone?) . It also allows you to dig deep into the system to uncover bits and pieces about your machine and your applications.
Combined with Geektool, it’s the most elegant way to monitor how your Mac is doing.
Diagnostic #2 with overall CPU usage
Diagnostic #3 with RAM usage (using file created in #2)
-Available space on my main drive, on my Time Machine drive and on my auxiliary drive.
-The last backup dates and times for my Backblaze account and Time Machine
Weather
Made of 2 geektool windows:
-A Script that goes and gets the weather illustration, the text
-An Image to display the said illustration
SSH connection log and the “attacker alert”
This set of scripts performs the following:
-gets the artist and track names currently playing in iTunes
-displays the lyrics if present in iTunes, otherwise tries to find them on the internet (using 3 different sites)
-stores them in iTunes if found
-puts out a growl notification if not found
Copyright 2010-2012. Blazing Frog. All rights reserved.