Skip to content

Instantly share code, notes, and snippets.

@boardstretcher
Created September 22, 2013 00:31
Show Gist options
  • Save boardstretcher/6655510 to your computer and use it in GitHub Desktop.
Save boardstretcher/6655510 to your computer and use it in GitHub Desktop.
reboot without using reboot command
echo 10 > /proc/sys/kernel/panic
echo 1 > /proc/sys/kernel/sysrq
echo s > /proc/sysrq-trigger
sleep 5
echo s > /proc/sysrq-trigger
sleep 5
echo b > /proc/sysrq-trigger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment