Table of Contents

This is a page full of changes, additions, programs, and preferences that I like to often set on my mac platforms. Refer to it when you get a new mac, or have recently reinstalled the OS.

Cool Mac programs

Duhs - You have to have these

Everything else

Spotlight

Tabbing between fields doesn't work

Various preferences

Sleep vs Hibernation

To easily switch between sleep and hibernation enter the following commands:

Hibernate On
sudo pmset -a hibernatemode 1

Normal Sleep
sudo pmset -a hibernatemode 0

Weird Mode - save to disk but use RAM if possible. If you lose power you are not dead in the water, but if you are powered up it is still fast.
sudo pmset -a hibernatemode 3

Show settings
pmset -g

Sleep

Puts key components off, but keeps RAM in RAM and power to many components.

Hibernate

Saves RAM to HDD and turns off entire computer. When it boots back up, it loads the RAM image from disk and you start from where you were.