Created
June 25, 2026 19:38
-
-
Save demmm/c10e47746d5668f3b597dfa6daab1375 to your computer and use it in GitHub Desktop.
reboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sync | |
| umount -a | |
| mount -f / -o remount,ro | |
| echo s >| /proc/sysrq-trigger | |
| echo u >| /proc/sysrq-trigger | |
| echo b >| /proc/sysrq-trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment