workgood@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 22 hours agodo you miss anything from windows?message-squaremessage-square181fedilinkarrow-up199arrow-down13
arrow-up196arrow-down1message-squaredo you miss anything from windows?workgood@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 22 hours agomessage-square181fedilink
minus-squareimacatnotaman@lemmy.mllinkfedilinkarrow-up5·21 hours agoSometimes I miss BSODs because it forced a reboot and closed all of my open applications on a regular basis. With linux, i have a habit of getting lazy and never rebooting, meaning i always have a lot of open applications. lol
minus-squareLiketearsinrain@lemmy.mllinkfedilinkarrow-up3·20 hours agoSet a cron job that randomly does “echo c > /proc/sysrq-trigger” May need enabling of the sysrq magic key.
Sometimes I miss BSODs because it forced a reboot and closed all of my open applications on a regular basis. With linux, i have a habit of getting lazy and never rebooting, meaning i always have a lot of open applications. lol
Set a cron job that randomly does “echo c > /proc/sysrq-trigger”
May need enabling of the sysrq magic key.
lol good idea, thanks!