I don’t know why Ubuntu server doesn’t have this enabled by default, but you should add the following to /etc/sysctrl.conf:
kernel.panic=60
This will automatically reboot your server 60 seconds after a kernel panic.
I don’t know why Ubuntu server doesn’t have this enabled by default, but you should add the following to /etc/sysctrl.conf:
kernel.panic=60
This will automatically reboot your server 60 seconds after a kernel panic.
I remember spotting this Google car on the way to work last fall. Too bad you can’t see my face through the windshield. I’m in the black Honda Civic.
With the net user command, it’s possible to modify active directory user accounts on the command line.
net user myuser mypassword
Similarly, it’s possible to modify group membership with the net group command.
net group mygroup myuser /add
This is all well and good, but Microsoft in all its infinite stupidity did not include a way to [...]
My previous experience with tuning MySQL servers was that you should start with the example my.conf that most closely matches your hardware and then Google around for the little tweaks that others have reportedly had good luck with. Definitive step-by-step guides on exactly what settings to change and why have historically been a little [...]
I have been using Kaseya for over six months now, and even after the recent update to version 5.0, the network monitoring functionality remains pretty much a joke. I don’t understand how this app became so popular in the MSP world. Here’s a list of reasons why:
No concept of “state” for services - [...]