this post was submitted on 02 Nov 2024
56 points (98.3% liked)
Linux
48012 readers
863 users here now
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.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We usually find solutions or workarounds to Nvidia driver issues within a day or two in the Arch community. The absolute worst case handling I've had to do was fork the Nvidia dkms package at the prior version (think
nvidia-dkms-550
) and run that until Nvidia themselves released a fixed version. Still pretty straightforward.The most helpful advice I can give to anyone running a distro maintained by folks with day jobs is "take system snapshots before updates" - do that and the worst case fix to any update problem like this is still really easy to handle, even if you're 10 minutes out from a work call and an update just went wrong.
I never appreciated snapshots until I ran a server. I used to just install a new distro whenever anything significant went wrong. Now I use them everywhere.
I wrote simple hooks for my package manager to fire system snapshots before I install or update any package. It's a nice safety belt that I've never actually needed to use, but if I do need it it's there.