I managed to remove all the kernels instead of all the old kernels. It was a good learning experience fixing it later, and now I pay much more attention when apt warns about "potentially dangerous operations".
I once tried to delete something I was not supposed to and the system was quite adamant on advising against it. The system was to be reinstalled so I was just trying things.
It's been a while but I recall the system giving me a first warning that my command woud delete X, Y and Z, which could render the system inoperable.
Then it questioned me if I was sure I wanted to proceed with the operation.
The final warning was a sum of the potential damage I would do to the system and that it would be irreversible, without a full system install.
Bruh. For how many years did Windows make every luddite, child, and grandparent default Administrator with full, unprompted access to install viruses, run scripts, and delete system files?
Nah. Fuck forced updates. Only time I'm forced to use windows is for work.
I have to play the "low battery" game when it starts notifying me during work. Unplugging and repowering the laptop right below 10% so it won't restart and disconnect my VM and SSH sessions I'm using for work.
I don't care what anyone says. Updates that can't have a forever "give me 1 more hour" indefinitely are just going to destroy work.
Suddenly restarting in the middle of someone working is just awful design. I don't care how many "warnings" there are.
I'm connected to a remote session and doing work. If you restart my computer I could lose my work. The OS is not some self contained thing you can always save the state in.
Unplugging and repowering the laptop right below 10% so it won’t restart and disconnect my VM and SSH sessions I’m using for work.
For SSH, assuming that the remote system is Linux, run tmux on the remote system and do your work in that. If your SSH connection gets killed off, you just ssh back in and tmux attach to your old tmux session.
I suppose immutable systems are ment to stop the end user from bugging out the system but even regular Linux distrios need to assume that there users are incompetent cus I am.
I do want to clarify: it's not Linux itself, but specific distributions (or rather their package managers). As far as I know, Arch's pacman would do nothing to stop me 🥰
I did this once by accident, I deleted every file that had KDE as a dependency recursively.
As well as every file that KDE listed as a dependency, recursively.