141
I switched from Nixos to void Linux. Here's my experience so far.
(sh.itjust.works)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I’ve been experiencing a total system crash/hang due to Firefox or steam on endeavour OS. Never had such issues on nobara. Any idea why?
When you have full system crashes there is a very high chance it's the graphics drivers,
journalctl -b -1
might show some information why it crashes, as it's often just the graphics output that freezes, not the rest of the system.Another common form of crashing is just running out of memory. Linux still handles that not well at all and will just freeze for a long long long time (
SysRq-F
will invoke the OOM killer, which can often help and speed up the process dramatically, there are other workaround like earlyoom).