idk if i want to live in a world where I can't tell someone on Linux to run alt + prntscrn + c in order to crash their entire system
idk if i want to live in a world where I can't tell someone on Linux to run alt + prntscrn + c in order to crash their entire system
If you get errors like "This sysrq operation is disabled" then you need to enable it, I personally have every sysrq operation enabled.
If you get errors like "This sysrq operation is disabled" then you need to enable it, I personally have every sysrq operation enabled.
https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
#linux
https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
#linux
Full guide here: ostechnix.com/linux-magic-...
#LinuxMagicSysRq #MagicSystemRequest #Sysrq #Reisub #Linuxkernel #Linuxtroubleshooting
Full guide here: ostechnix.com/linux-magic-...
#LinuxMagicSysRq #MagicSystemRequest #Sysrq #Reisub #Linuxkernel #Linuxtroubleshooting
sudo echo "o" > /proc/sysrq-trigger
sudo echo "o" > /proc/sysrq-trigger
$ echo s > /proc/sysrq-trigger
$ mount / -o remount,ro
$ echo o > /proc/sysrq-trigger
(équivalent de " sync;mount..;halt ")
$ echo s > /proc/sysrq-trigger
$ mount / -o remount,ro
$ echo o > /proc/sysrq-trigger
(équivalent de " sync;mount..;halt ")
Including getting kernel log over UART via USB-Cereal, building/flashing custom kernel, breaking into KGDB via /proc/sysrq-trigger or by sending SysRq-G over serial, dealing with watchdogs, etc.
xairy.io/articles/pix...
Including getting kernel log over UART via USB-Cereal, building/flashing custom kernel, breaking into KGDB via /proc/sysrq-trigger or by sending SysRq-G over serial, dealing with watchdogs, etc.
xairy.io/articles/pix...
Introduction: In the high-stakes game of Linux incident response, the Magic SysRq key has long served as a forensic lifeline—a hardware-level interrupt capable of dumping process lists and killing…
Introduction: In the high-stakes game of Linux incident response, the Magic SysRq key has long served as a forensic lifeline—a hardware-level interrupt capable of dumping process lists and killing…