Categories
How-To

The Daily Reboot —

There are times when you had a bad system and know it.  And the action to keep it available is rebooting daily.  While I am not in favor of the reboot, it may be necessary.  So I use the following steps on a pesky Ubuntu server I know. Log into your Ubuntu server and ‘sudo […]

Categories
How-To

Kernel Panic Reboot (Ubuntu)

While I never had this happen on my Ubuntu Web Server, I have known a system in my life that seems to panic and lock up. Ubuntu Server doesn’t have this enabled by default, so I enabled it by adding the following to /etc/sysctrl.conf ‘kernal.panic=60’ This will auto reboot my server 60 seconds after a […]