|
|
|
|
|
by artemonster
1033 days ago
|
|
how do you deal with absence of working task manager? any random hang-up is a forced restart, no way to kill offending process as EVERYTHING just freezes up. Tried forcing myself to migrate to Linux, even after forcing no updates, a lot of things magically stop working or break, forcing me to spend hours on google to fix some crap by copypasting random nonsense into terminal. I just want to use my PC, not be a debugger non stop. |
|
I usually end up using something like htop for a quick overview, together with nvidia-smi when I do GPU-related stuff.
> any random hang-up is a forced restart, no way to kill offending process as EVERYTHING just freezes up.
I've not had this happen for as long as I've used Linux, besides GPU driver bugs/crashes that brought down the computer, but I've had this happen more frequently on Windows than Linux. Processes using up all CPU should make the computer a lot slower to use, but shouldn't bring it down. Processes using up all RAM should be killed by the OOM manager that you distribution should include (but anyways you should have swap setup to avoid the situation in the first place). Processes using up all disk space is a bit harder, but again shouldn't bring the computer down.
> a lot of things magically stop working or break, forcing me to spend hours on google to fix some crap by copypasting random nonsense into terminal.
I'm guessing the problem of having things stop working/breaking "magically" is a effect of random copypasting stuff into the terminal, not the other way around.
Linux does want you to learn about the system in order for you to not mangle it, which has it's good and bad sides. Think of it like a chef having sharp knives in order to do their job better, it's true that you could do more damage if you fuck up, but their job requires them to have professional knowledge about the tools they use, and the knowledge about how to use those tools in a good way.