• SirEDCaLot@lemmy.today
    link
    fedilink
    English
    arrow-up
    6
    ·
    8 days ago

    AI or not, I feel like everybody has had “the incident” at some point. After that, you obsessively keep backups.

    Yup!

    Also totally unrelated helpful tip- triple check your inputs and outputs when using dd to clone a drive. dd works great to clone an old drive onto a new blank one. It is equally efficient at cloning a blank drive full of nothing but 0s over an old drive that has some 1s mixed in.

    • kamen@lemmy.world
      link
      fedilink
      English
      arrow-up
      8
      arrow-down
      2
      ·
      8 days ago

      And that’s a great example where a GUI could be way better at showing you what’s what and preventing such errors.

      If you’re automating stuff, sure, scripting is the way to go, but for one-off stuff like this seeing more than text and maybe throwing in a confirmation dialogue can’t hurt - and the tool might still be using dd underneath.

      • SirEDCaLot@lemmy.today
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        Quite true.
        It’s an argument I often have with the CLI only people, and have been having for years. Like ‘with this Cisco router I can do all kinds of shit with this super powerful CLI’. Yeah okay how do I forward a port? Well that takes 5 different commands…

        Or I just want to understand what options are available- a GUI does that far better than a CLI.