this post was submitted on 27 May 2025
1387 points (98.9% liked)

linuxmemes

25135 readers
2274 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    you are viewing a single comment's thread
    view the rest of the comments
    [–] jyl@sopuli.xyz 63 points 3 days ago (10 children)

    Tf are you people doing to your computers to break the OS?

    [–] judgyweevil@feddit.it 70 points 3 days ago (3 children)

    Changing graphics card configs in linux or editing fstab, probably

    [–] Cethin@lemmy.zip 20 points 3 days ago

    Luckily fixing fstab is pretty easy. I've broken it twice I think since I started using Linux full time about two years ago, and it's not really an issue. It takes a few minutes, but if you're remotely comfortable with the command line it's pretty trivial to get it booting again.

    Had my server set up with encrypted drives and getting the root key from a flash drive. Cloned a drive and replaced the old one, somehow it was crypttab that just stopped working with me. Took like 4 hours solid to get it actually back up.

    [–] omgboom@lemmy.dbzer0.com 1 points 3 days ago* (last edited 3 days ago)

    Lol I just had an fstab issue today where my computer wouldn't boot

    [–] tauren@lemm.ee 30 points 3 days ago

    Exercising my skills 😎 pls help

    [–] naught101@lemmy.world 28 points 3 days ago (1 children)

    Dist-upgrading across 2+ years of upgrades.

    It's been a long while for me, but some kind of dumb tinkering resulting in system death was semi regular 15 years ago. It got real bad when encyption started getting involved..

    [–] ladicius@lemmy.world 14 points 3 days ago (1 children)

    Updated Ubuntu over three or four LTS versions in the course of an afternoon several weeks ago - no problems, updated smoothly as fuck, machine (15 years old laptop) is running fine.

    Anecdotic evidence is anecdotic.

    [–] naught101@lemmy.world 3 points 3 days ago

    Correct. But usually it's spelled anecdotal.

    [–] lightnsfw@reddthat.com 10 points 3 days ago* (last edited 3 days ago)

    Literally every time I touch fstab. I've also had Mint and Bazzite installs stop booting for no reason.

    [–] huquad@lemmy.ml 9 points 3 days ago (1 children)

    Most recently a regular update borked my nvidia driver so I had to ssh in to revert.

    [–] merc@sh.itjust.works 1 points 3 days ago

    I'm used to (on Windows) occasionally having the nVidia driver break things so the computer blue screens. At that point, your computer is shutting down and there's nothing you can do about it.

    It was weird under Linux when I had an nVidia bug and the display stopped working, but the computer was still alive. I was able to SSH in and do a graceful shutdown. It was weird to watch because my display was completely frozen. The mouse pointer didn't move, the clock wasn't updating, but the windows were still all there. But, behind the scenes everything was working normally (bar high CPU usage because something else in the system was bothered by the display being screwed).

    As nice as it is that Linux responds a bit better to bad nVidia drivers, it's also annoying how poor the quality of those closed-source drivers is. There are certain kinds of bugs that apparently have been issues for years and nVidia just isn't addressing them.

    [–] mjhelto@lemm.ee 5 points 3 days ago

    Installing stuff, then looking online for a way to fix an annoyance, find a script to fix a StackOverflow post that vaguely matches our issue, only to break that thing even more. Rinse and release, ad nauseum.

    [–] Gutek8134@lemmy.world 3 points 3 days ago

    Removing /dev/sda1 alongside Windows partition I was dual booting

    I was dual booting, distro hopping to figure out what I liked & didn't like. After a few installs, I got cocky and thought I had the hang of things, and instead somehow deleted the bootloader, or something like that. Couldn't boot up at all to any OS.

    [–] VitabytesDev@feddit.nl 1 points 3 days ago

    Forgetting to put the correct keys for secure boot.

    [–] SomethingBurger@jlai.lu 1 points 3 days ago (1 children)

    I use btrfs on my NAS and it shits the bed about once a month. Thankfully I use NixOS (btw) and have working backups so it's not too hard to restore but still.

    [–] merc@sh.itjust.works 2 points 3 days ago

    My NAS is one place where I wouldn't risk anything that isn't rock solid. Even if you don't lose data, the NAS is infrastructure that should always be available.