Tec(h)tonic

Insights into building a solid I.T. foundation in the mid-size business world.

Tag: *nix

  • Send SMS messages from the command line

    This is, pretty much, my favorite discovery of 2016 so far: a freely-available API to send SMS text messages. Called TextBelt (http://textbelt.com/), it uses the *nix curl command to send a line of text and a specified phone number. I’ve started to use this with some of my server scripts set up to notify me…

  • Shell script to force share unmount

    Some of my users have recently run in to a problem where a mounted file share begins to malfunction. Specifically, the share no longer appears to be mounted to the system (no desktop icon, no line item along the left-side nav bar in Finder windows) yet, when one goes to (re)mount the share, the “Connect…

  • Mass distribute printer configurations to Mac users

    We recently upgraded our office’s printers and I found myself faced with the prospect of updating the printer configurations of each-and-every Mac in the office. In the past, I’ve done it via “SneakerNet” but decided it was time to figure out how to do it remotely. Fortunately, it turns out to not be too difficult.