Handy code snippets
Sleep on Mac #
Disable sleeping when the lid is closed running on battery
sudo pmset -b sleep 0; sudo pmset -b disablesleep 1Re-enable sleeping when the lid is closed running on battery
sudo pmset -b sleep 5; sudo pmset -b disablesleep 0Hidden files in Finder #
Show hidden files
defaults write com.apple.finder AppleShowAllFiles TRUEkillall FinderHide hidden files
defaults write com.apple.finder AppleShowAllFiles FALSEkillall Finder