• TriflingToad@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    16
    ·
    13 hours ago

    accidentally deleted every dependency VLC requires instead of deleting VLC. Absolutely recked EVERYTHING on my PC.

    I deserve it for trying to remove the best video player 😔

    • cogman@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      15 hours ago

      sudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1)

      (Omit the $ if you are using the fish terminal)

  • qyron@sopuli.xyz
    link
    fedilink
    arrow-up
    10
    ·
    14 hours ago

    I once tried to delete something I was not supposed to and the system was quite adamant on advising against it. The system was to be reinstalled so I was just trying things.

    It’s been a while but I recall the system giving me a first warning that my command woud delete X, Y and Z, which could render the system inoperable.

    Then it questioned me if I was sure I wanted to proceed with the operation.

    The final warning was a sum of the potential damage I would do to the system and that it would be irreversible, without a full system install.

    So, three strikes.

  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    13 hours ago

    Android: screenshot dir? Use DIRECTORY_PICTURES env variable. Changing either? Lol, eat dirt pleb.

    • stuner@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      14 hours ago
      E: Removing essential system-critical packages is not permitted. This might break the system.
      

      You can still do it if you really want, but even Linux rightly has some protections against breaking your system.

      • KubeRoot@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        9
        ·
        14 hours ago

        I do want to clarify: it’s not Linux itself, but specific distributions (or rather their package managers). As far as I know, Arch’s pacman would do nothing to stop me 🥰

        • stuner@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          11 hours ago

          True, Linux applications (e.g. apt, dnf, pip, but also rm, sudo, and many more) would be more precise.

          For Arch, it’s probably not so easy to define “essential” packages, as it, for example, supports many different bootloaders. It is of course also a question of distro philosophy and target audience. Personally, I’ve noticed that “rm -r” as root prompts for every file on RHEL but does not on Arch…

        • addie@feddit.uk
          link
          fedilink
          arrow-up
          2
          ·
          13 hours ago

          Yeah, swapped out grub for systemd-init on a running Arch system not too long ago. Arch is cool with it. Be sure not to make any really bad typos while you’ve not got a boot manager, of course.

    • KubeRoot@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      3
      ·
      14 hours ago

      I might be wrong, but I think that actually wouldn’t do anything, because grub is installed by the tooling from the package, not the package itself?

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    9
    arrow-down
    3
    ·
    15 hours ago

    As a user, I hate when an OS gets in my way. Or insists that there is one right way to do something.

    As the tech support guy in my family, I’m grateful that windows denies permission, has big guard rails, and forces you to do updates.

    • Empricorn@feddit.nl
      link
      fedilink
      English
      arrow-up
      8
      ·
      14 hours ago

      Bruh. For how many years did Windows make every luddite, child, and grandparent default Administrator with full, unprompted access to install viruses, run scripts, and delete system files?

    • LeninOnAPrayer@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      12 hours ago

      Nah. Fuck forced updates. Only time I’m forced to use windows is for work.

      I have to play the “low battery” game when it starts notifying me during work. Unplugging and repowering the laptop right below 10% so it won’t restart and disconnect my VM and SSH sessions I’m using for work.

      I don’t care what anyone says. Updates that can’t have a forever “give me 1 more hour” indefinitely are just going to destroy work.

      Suddenly restarting in the middle of someone working is just awful design. I don’t care how many “warnings” there are.

      I’m connected to a remote session and doing work. If you restart my computer I could lose my work. The OS is not some self contained thing you can always save the state in.

    • tazeycrazy@feddit.uk
      link
      fedilink
      English
      arrow-up
      3
      ·
      15 hours ago

      I suppose immutable systems are ment to stop the end user from bugging out the system but even regular Linux distrios need to assume that there users are incompetent cus I am.

      • anguo@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        12 hours ago

        I managed to destroy my immutable linux install by resizing the OS partition while it was running.

  • Agosagror@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    14 hours ago

    I did this once by accident, I deleted every file that had KDE as a dependency recursively. As well as every file that KDE listed as a dependency, recursively.

    Lesson learnt

    • azha@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      14 hours ago

      You can’t kill windows with windows but you can kill Linux with Linux. Remember that.

  • Shanmugha@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    14 hours ago

    Yup. And I’ve seen countless “articles” by trust-me-i-am-it-guru’s whining that this is allowed

  • hddsx@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    15 hours ago

    That’s not true. Most distros now ask you to add —no-preserve-root

    • Elvith Ma'for@feddit.org
      link
      fedilink
      arrow-up
      4
      ·
      14 hours ago

      Have you tried to add * to the path? No more nagging about that pesky missing safety parameter…

      rm -fr /*
      

      Bonus points of you do:

      rm -fr $ACCIDENTIALLY_UNDEFINED_VAR/*
      
      • hddsx@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        12 hours ago

        Well, technically those aren’t the same command (but works well enough if you’re trying to render a system unusable).

        rm -rf /* would not remove /.secret. It rm -rf / would