Skip to content

Instantly share code, notes, and snippets.

@eby
Created September 14, 2016 13:10
Show Gist options
  • Save eby/3bb7f5d70d0d69043ae9076ca92a7304 to your computer and use it in GitHub Desktop.
Save eby/3bb7f5d70d0d69043ae9076ca92a7304 to your computer and use it in GitHub Desktop.
Force Remote Reboot
# Same result as hard reset via button so use accordingly
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment