rblok
|||||||
Von hier
# Before doing anything, save your current configuration using
pmset -g
# To disable sleep
sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1;
# And to go back to normal
sudo pmset -a sleep 1; sudo pmset -a hibernatemode [original hibernatemode value]; sudo pmset -a disablesleep 0;
Und zum Retournieren:
Run all the same commands but switch the 1's and 0's like this: sudo pmset -a sleep 1; sudo pmset -a hibernatemode 1; sudo pmset -a disablesleep 0;
# Before doing anything, save your current configuration using
pmset -g
# To disable sleep
sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1;
# And to go back to normal
sudo pmset -a sleep 1; sudo pmset -a hibernatemode [original hibernatemode value]; sudo pmset -a disablesleep 0;
Und zum Retournieren:
Run all the same commands but switch the 1's and 0's like this: sudo pmset -a sleep 1; sudo pmset -a hibernatemode 1; sudo pmset -a disablesleep 0;