Macbook Sleep/Hibernation Tip
Very useful tip on how to speed up the already super-fast sleep/hibernation of the Macbook.
“sudo pmset -a hibernatemode 0? = suspend to RAM only (default on desktops)
“sudo pmset -a hibernatemode 1? = suspend to disk only
“sudo pmset -a hibernatemode 3? = suspend to disk + RAM (default on laptops)To see your current hibernatemode: “pmset -g | grep hibernatemode”.