# Show Full File Path in Finder
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES; killall Finder
# Make Hidden Apps “Hidden” in Dock
defaults write com.apple.Dock showhidden -bool TRUE; killall Dock
# Eliminate the Dock Reveal Delay
defaults write com.apple.dock autohide-time-modifier -float 0.12;killall Dock
# Change Mac software update frequency in days
defaults write com.apple.SoftwareUpdate ScheduleFrequency -int 3
# Disable different language options, and enable key repeat on hold
defaults write -g ApplePressAndHoldEnabled -bool FALSE
# Login Window Text
sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "ENTER HERE"
# Disable Dashboard
defaults write com.apple.dashboard mcx-disabled -boolean TRUE; killall Dock
# Enable password based compression
zip -er folder_name
# Fix issue with x-code
# Ex: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
sudo xcode-select --install
# Change screenshot type to png/pdf/tiff/jpg
sudo defaults write com.apple.screencapture type png
# Encrypt or Decrypt files on mac using openssl
# Encrypt
openssl enc -aes-256-cbc -e -in -out