Posts

SmartSheet Gantt to PowerPoint
If you need to insert a SmartSheet generated Gantt chart in to…

CSV to XML scripts
To generate a valid XML file from a CSV (or Excel on the Mac)…

Quitting an OSX application remotely via ssh
So I use my laptop as an alarm clock: on waking from its sleep…

Command for TFL bus wait times
curl -s http://countdown.tfl.gov.uk/stopBoard/55335 \
| tr '}'…

OSX software updates via command line
Just use the following command:
softwareupdate -i -a
This…