Show hidden files in Finder
More of a reminder to myself, - sometimes you may need to see those hidden files on your system.
In Terminal type:
"defaults write com.apple.finder AppleShowAllFiles TRUE" press the return key, then
"killall Finder" and obviously press return again.
To revert this, write "TRUE" instead of "FALSE"