2014 Links & Tips
I love my Pebble! Agree 100% with this guy. Nerdwise, today I learned how to quickly control Time Machine from the command line. This is useful because TM and Aperture share a physical disk (and it's slow enough already without having to multitask).
Finally, this command allows a time-stamped status ping to run from my terminal widget, to check that my machines are healthy and on-network:
ping -i 20 192.168.xx.xx | while read line; do echo `date` - $line; done
Finally, this command allows a time-stamped status ping to run from my terminal widget, to check that my machines are healthy and on-network:
ping -i 20 192.168.xx.xx | while read line; do echo `date` - $line; done
0 Comments:
Post a Comment
<< Home