Tag: ChatGPT
-
More Garbage Sysadmin: Reboot Linux Server on Kernel Panic
Just like restarting a server when the memory is low, I’ve had a recent problem with kernel panics on my Raspberry Pi, and I’ve found a terrible solution to fix it: Just reboot. Setting the /proc/sys/kernel/panic file contents to a non-zero integer will reboot the server on kernel panic after that many seconds. Because I’m…
-
Get First Date of Week in Google Sheets, When the Week of the Year is Related to the Row Number
*phew* what a title For a recent project, I wanted to set up a Google Sheet that tracked something daily/weekly. I wanted one column to show the starting day of the week to help keep me on track, and I ended up with this: I used ChatGPT to help me make the formula to determine…