Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

J. Brandt Buckley updated June 17, 2009 at 5:00 AM

Questions Addressed

  • How do I set when my computer sleeps? How do I set when my computer sleeps?
  • How do I set my Energy Saver settings? How do I set my Energy Saver settings?

...

  1. From the Apple menu, select "System Preferences..."
  2. From the View menu, select "Energy Saver."
  3. Click the "Sleep" tab if it isn't already selected.
  4. To make changes, click the lock in the lower-left corner and authenticate with your IGPP username and password.
  5. Drag the "Put the computer to sleep when it is inactive for" slider to "Never."
  6. Click the "Options" tab if it isn't already selected.
  7. Check "Wake for Ethernet network administrator access"
  8. Check "Restart automatically after a power failure"
  9. Uncheck "Allow power button to sleep the computer"

Code Block
sudo systemsetup -setwakeonnetworkaccess on
sudo pmset -a displaysleep 30 disksleep 0 sleep 0
sudo pmset repeat wakeorpoweron MTWRFSU 01:00:00

...