Skip to content

Instantly share code, notes, and snippets.

@0xd61
Created January 30, 2023 21:30
Show Gist options
  • Save 0xd61/8b8c4e6c70988396c581f4c05b7c7d9e to your computer and use it in GitHub Desktop.
Save 0xd61/8b8c4e6c70988396c581f4c05b7c7d9e to your computer and use it in GitHub Desktop.
echo 1 > /proc/sys/kernel/sysrq
echo s > /proc/sysrq-trigger #sync
echo u > /proc/sysrq-trigger #unmount + mount readonly
echo b > /proc/sysrq-trigger #reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment