Entries from June 2015

How To Find the AWS Region and Availability Zone Via the CLI

Author: , June 30th, 2015

/opt/aws/bin/ec2-metadata | grep placement

R.I.P. Dick Van Patten

Author: , June 24th, 2015

How To Get a Count of Open Files by User on MacOSX

Author: , June 18th, 2015

13137 erics 2421 root 330 _www 139 _mdnsresponder 56 _softwareupdate 34 _coreaudiod 33 _mysql 32 _networkd 23 _assetcache 21 _usbmuxd 21 _locationd 18 _spotlight 13 _nsurlsessiond 13 _netbios 13 _appleevents 10 _windowserver 10 _iconservices 10 _displaypolicyd 8 _nsurlstoraged 8 _distnote

How To Copy Top-Level Directory Only Using rsync

Author: , June 17th, 2015

Regular Files: rsync -av –no-r –progress /volumes/source/* /volumes/destination/ Dot Files: rsync -av –no-r –progress /volumes/source/.* /volumes/destination/

How To Disable Dock Icon Bounce For MacOSX Terminal

Author: , June 15th, 2015