Hacker News new | ask | show | jobs
by herewulf 1419 days ago
My golden rule of sys admin is that anything on a Linux based OS can be fixed. Preferably without a reboot.

Though a friend of mine once discovered that it's a bad idea to force remove glibc (on a non BusyBox distro, of course).

2 comments

God, yes. If all you know is reboot & reinstall (bad habits probably brought from the windows world where you generally can't do anything else), you'll never get past the basics.
Reinstalling broken Linux systems has been my go-to technique for 20-odd years. It shouldn't take any time at all to get them back up and running, because all the installation and deployment is automated.

I've never tried Windows but I've heard it's a faff to do this. Good to hear it's catching up, though!

> My golden rule of sys admin is that anything on a Linux based OS can be fixed. Preferably without a reboot.

Is it worth your time, though?