workgood@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 1 day agodo you miss anything from windows?message-squaremessage-square191fedilinkarrow-up1106arrow-down13
arrow-up1103arrow-down1message-squaredo you miss anything from windows?workgood@lemmy.dbzer0.com to Linux@lemmy.mlEnglish · 1 day agomessage-square191fedilink
minus-squareimacatnotaman@lemmy.mllinkfedilinkarrow-up5·23 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·22 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!