Archive for the ‘Uncategorized’ Category
Reset your LCD on MacBook or MacBook Pro
So, I just learned this interesting key combo tonight. Hold down ctrl-shift-eject keys to reset your LCD to factory defaults. Hmm…. Another hidden gem.
R
Unlocking a folder via terminal
Always a useful command to have when working on someone’s machine. To remove a “Lock” from a user’s folder run the following command.
sudo chflags nouchg --pathtoFolder--
This certainly came in handy for me today.