• @[email protected]
    shield
    M
    link
    fedilink
    English
    120
    edit-2
    2 days ago

    Keep it polite, folks. No personal attacks against others, especially speculations regarding mental or emotional capabilities.

  • @[email protected]
    link
    fedilink
    812 hours ago

    rm -rf / can brick your system

    Well good thing there’s basically no legitimate reason to ever even use rm -rf / anyway so GNU version is perfectly within its rights to refuse to do that by default, am I right? If you know what you’re doing and want to nuke partitions, that’s what cfdisk and mkfs are for, dammit

  • y0kai
    link
    fedilink
    English
    1416 hours ago

    I love how he complains about being “brigaded” when the most comments on any post in the community is like 8.

    • fatalicus
      link
      fedilink
      21 hour ago

      The community definitely has been brigaded though, as every single post (except one that is negative to Microsoft) has been downvoted to oblivion.

    • @[email protected]
      link
      fedilink
      English
      411 hours ago

      That, and due to the relatively small nature of the fediverse, simply being in the new tab makes things likely to be seen for quite a bit, enough for ~8 users to come in and explain how backwards they’re being.

  • katy ✨
    link
    fedilink
    4621 hours ago

    linux is terrible because removing the entire root folder can brick your system it should be more like windows where removing system32 can brick your system

    • Ziglin (they/them)
      link
      fedilink
      English
      211 hours ago

      I was going to ask why anybody would want to move the root directory and where to but it was a joke right?

    • @[email protected]
      link
      fedilink
      1120 hours ago

      The mention of UEFI in this context likely means they are thinking of a deletion recursing through sysfs and by extension deleting all visible UEFI variables which, in some firmware editions and versions, causes it not to be able to get through post or into the setup menu.

      I vaguely recall this and the general issue was very bad firmware design, but it was possible to make it impossible to even reinstall a system. If you were industrious in windows you could have done the same thing, so malware under windows could also brick such platforms.

      Of course rm has more safeguards on it so you have to pass more flags and really really be asking it to try to screw things up.

      • @[email protected]
        link
        fedilink
        418 hours ago

        Like you said, it was just some early implementations of UEFI. I haven’t heard of anything like this happening recently.

        • @[email protected]
          link
          fedilink
          717 hours ago

          Also the kernel makes those variable immutable by default now, except the well known standard ones, so even for buggy UEFI this is mitigated nowadays. Just pointing out it came from a once legitimate space as a consequence of “everything is a file in a monolithic file namespace”. Which on the one hand is bad if someone uses rm with all sorts of flags to overrule the “you don’t want to do this” protections in the utility. On the other hand what you accidentally managed to do in Linux represented a problem that windows malware could have exploited.

          • @[email protected]
            link
            fedilink
            214 hours ago

            Also the kernel makes those variable immutable by default now

            More specifically it has done that for the last 8 years :-D

      • @[email protected]
        link
        fedilink
        English
        118 hours ago

        Nice to know.

        So, I would assume the firmware gave write access to a part of permanent memory, critical to starting the system.

        I feel like that would be someone like me, thinking of it as a feature and giving the possible values for those variables in the readme. And of course, who reads the readme even though it says “READ ME”?

        • @[email protected]
          link
          fedilink
          417 hours ago

          UEFI defines a structured way to have data shared with OS as read write variables, including the ability to create, modify, and delete variables that UEFI can see.

          However, some firmware used this facility to store values and then their code assumed the variables would always be there. The code would then crash when it goes to read a deleted variable and not know what to do. The thing is deleting those variables per spec is a perfectly valid the due the OS to do, but firmware was buggy and the bugs not caught because normally OS would not bother those variables except for a few standard popular ones, like boot order.

          • @[email protected]
            link
            fedilink
            English
            013 hours ago

            I see, in that case, that would not be someone like me :P as I tend to care about specifications.

            This is a really useful explanation for someone who doesn’t know about the UEFI spec.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      16 hours ago

      I’m a bit bias right now because I tried to install PopOS on a partition last night to see if i could play with it and make a media server. My VPN client failed to install properly, corrupted the OS and when I booted back to the live disk (Rufus made USB) I was able to format the partition but no longer install to it. The boot loader no longer works and it can’t get into any OS now.

      I have to say I haven’t had this problem before, but working in IT and installing Windows on over 10 thousand computers in my career, this has happened to none.

      (I’ll try another installer likely and format the partition over and see if another bootloader like grub will take and fix the issue).

      Edit: changed course and said fuck it… formatted the entire drive and so much for the other data that was there. Clean install maybe the VPN client won’t botch everything this time.

      • @[email protected]M
        link
        fedilink
        English
        416 hours ago

        Bootloader no worky can be caused by a hundred different issues. The installer may have removed the kernel or a CPIO archive (initramfs or processor microcode) that the bootloader needs. You could be missing some EFI program. If the boot entry is set to identify the root filesystem by its UUID, formatting/reinstalling would have changed the real UUID and then the bootloader wouldn’t be able to find it. Maybe installing the OS simply wiped or damaged that partition.

        If you have to reinstall the OS, you should also reinstall the bootloader (the OS installer usually lets you do that from the GUI), or if you’re confident, update the boot entries to reflect the state of the computer. I strongly recommend using btrfs as your root filesystem instead of ext4, and use Timeshift to set up regular snapshots (btrfs) or backup clones (ext4) in case this happens again.

        • @[email protected]
          link
          fedilink
          English
          116 hours ago

          Darn, wish I would have read this prior to restarting the install after wiping the disk. I would have tried btrfs, it defaulted to ext4 as the machine was using mbr previously and not uefi for the boot, so I Rufus popped up with ext4 recommended and I ran with it

          • @[email protected]M
            link
            fedilink
            English
            415 hours ago

            Ext4 is still perfectly fine. It’s a mature technology, and much more stable than btrfs. Your experience will not be any different because of this.

            I still recommend using Timeshift. The only downside is that only the Rsync backup method will be available, which creates a full on-disk copy of your system files.

            • @[email protected]
              link
              fedilink
              English
              1
              edit-2
              15 hours ago

              Thanks I’ll try it out once I set up the media server and figure out storage setup. Right now it just has an old 256ssd (sata) for the boot drive, originally was just taking 50gb for that and was going to use old 7200 drives for media storage. I assume I’ll need to have the time shift backups running to one of the other drives or it would be useless if the drive dies.

              • @[email protected]M
                link
                fedilink
                English
                215 hours ago

                Yes, it’s best to store them on a separate hard drive. The target partition must be formatted as a Linux filesystem (ext2/3/4 or btrfs) in order to retain file ownership and permissions. I have a 512 GB partition on a hard drive reserved for the last three weekly backups and never ran out of space.

  • Net_Runner :~$
    link
    fedilink
    English
    1820 hours ago

    For whatever reason, Reddit’s algorithm decided I should start seeing that community, and I’ve always struggled to figure out if it’s just Linux users shitposting, or if there are people out there who really just have huge boners for Microsoft

    • @[email protected]
      link
      fedilink
      311 hours ago

      I’m inclined to think former. Excepting X box players, I’ve never actually met anyone in real life who actually likes Microsoft. Only people who are forced to use it, and don’t feel like migrating to greener pastures.

    • Mayor Poopington
      link
      fedilink
      English
      312 hours ago

      I also thought it was Linux shitposting, but I’ve had a few comments deleted there. I think they seriously hate Linux for some reason.

    • @[email protected]
      link
      fedilink
      1418 hours ago

      It started out as ironic shit posting which attracted and built an unironic hate/conspiracy community

      It’s happened over and over and over again lol

  • @[email protected]
    link
    fedilink
    516 hours ago

    I’m gonna be real with you, one of the first things I’ve done when I joined lemmy, was to block most of the linux-centered communities.

    Don’t get me wrong, it’s not the same as blocking fucking metric tons of brainrot that you have to do on other platforms, but at the end of the day - constant spam of geeky stuff is still a clutter if you’re not interested in the topic.

  • AItoothbrush
    link
    fedilink
    English
    821 hours ago

    Its one guy(whos the mod) posting a bunch of stupid shit there. A bunch of the posts are just “i compared you to a minority group so i win the argument”. Some of the “memes” are so badly made that it actually shows you problems with windows more than linux.

    • @[email protected]
      link
      fedilink
      English
      314 hours ago

      I’ve seen the same thing. I remember thinking to myself a couple of times, “This isn’t the dunk you think it is.”

      There’s clearly a fundamental misunderstanding there about how Linux development happens when the majority of the terrible memes treat the thousands of open source projects that go into the myriad of different distributions as a single monolithic effort run by some central authority. Or that there’s some coordinated effort to obscure the truth about switching from Windows because evangelizing the gospel of Linux is more important than everything else. And that’s beside the fact that so many of the memes aren’t even grounded in fact or are just badly outdated.

      I’ve never bothered to interact with anyone there, and everyone is entitled to an opinion, but I legitimately think that there are issues at play here that go beyond mere preferences in operating systems. I won’t antagonize the situation because of that.

  • @[email protected]
    link
    fedilink
    1282 days ago

    Lol don’t give them any attention. It’s the same 3 people who didn’t get loved enough during their formative years and cannot distinguish between good attention and bad attention

  • Fubarberry
    link
    fedilink
    English
    1032 days ago

    Some of those posts are decent jokes to be honest. Some are just desperate/scare tactics though.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        18 hours ago

        They’re very serious. Or a very dedicated troll. Or both.

        I got banned from that community when I said that I had no trouble playing any Steam or Heroic Launcher games. I also said I don’t play any AAA slop and especially any rootkit shit.

        If it was satire, they wouldn’t have taken offense at that.

      • @[email protected]
        link
        fedilink
        320 hours ago

        If you satirically make a community about the Earth being a triangle, users who actually believe it will pop up eventually.

      • @[email protected]M
        link
        fedilink
        English
        502 days ago

        The owner once said they were not a meme community in a post. Empirical evidence disagrees.

      • Fubarberry
        link
        fedilink
        English
        182 days ago

        I’m not sure. Some posts legitimately seem like Linux users making fun of themselves. Others really seem like people who have an actual grudge against it.

      • CubitOomOP
        link
        fedilink
        English
        62 days ago

        Ehh, it’s not like Linux is perfect. And if we want more Linux adoption it’s good to have different perspectives and be made aware of things that perhaps we haven’t thought of. It could be useful to vent about Linux through memes if we can have proper discourse and are willing to work collaboratively to solve issues.

        • @[email protected]
          link
          fedilink
          1022 hours ago

          a satirical linuxsucks would be so funny, like making fun of Linux for not having enough LLM integrations and ads

        • Possibly linux
          link
          fedilink
          English
          216 hours ago

          Why do we want more Linux adoption? I think that’s part of the problem. There is no reason to try to oversell Linux. If someone doesn’t want to use Linux and they don’t ask to about it you shouldn’t just randomly show up and say to use Linux.

          • CubitOomOP
            link
            fedilink
            English
            516 hours ago

            If someone is complaining about windows, or raising privacy concerns that Linux would solve, or just talking about price options, then I think it’s perfectly fair to mention Linux.

            Right now the biggest issue with Linux is that some software is not made for it. With more Linux market share, devs have a higher incentive to build software for Linux. Like imagine if videogame devs didn’t think they needed windows to work, or Mac to run adobe.