OSX software updates via command line
Just use the following command:
softwareupdate -i -a
This…
Recursively changing permissions
For files:
$ find /home/user/demo -type f -perm 777 -print…
Tar command through network over SSH session
To transfer a folder full of many small files it is quicker to…