• Digit@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 days ago

    Yeah… uninstall the bootloader… I may just do that. Good idea. That’ll be fun… a little extra security hurdle to hop over to be able to boot into the machine. Doesn’t really do much to the attack surface, but eliminates about half of the dumb attackers. Glad for the freedom to have unique innovative security arrangements. Thankyou Free Software.

  • Renat@szmer.info
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    I once unistalled edge and now Teams app doesn’t work too. So I unistalled it too. Now I use Teams on Firefox

  • Honytawk@discuss.tchncs.de
    link
    fedilink
    arrow-up
    0
    ·
    4 days ago

    Now imagine which one would work best for regular users.

    The one that lets you do anything you like, or the one that protects the user from their own mistakes.

  • SleeplessCityLights@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Not going to lie. Many years ago on one of my first Linux installs that I actually built up to be more than just a dev playground, I deleted my bootloader… it just let me do that, no scary confirm. That is the day I learned Linux is guardrails-off, lol.

    • EatingOnions@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      5 days ago

      My personal hurdle as teenager always was having to keep windows on same disk for my sisters to use while struggling to install Linux besides it so I could have that semi transparent terminal like in the movies. Can’t even count how many times I’ve bricked bootloader because of that, but when it worked I felt like I’m a president

      • SleeplessCityLights@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        Windows is the best program to use if you want to accidentally lose your boot ability. I haven’t bothered to try dual boot for 10 years because I got tired of the bullshit.

        • EatingOnions@lemmy.worldOP
          link
          fedilink
          arrow-up
          0
          ·
          5 days ago

          Really especially at the my teenage times, there was no Google to help you, no mentors to guide you. You got some shitty homemade linux distro nobody ever heard of on CD from a friend and only way was through trial and error. Funny times

  • kittenzrulz123@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Technically speaking you don’t need a bootloader to boot Linux, with uefi of course you can use efistub and just boot from there but you could also have a separate Linux distro on a USB stick than chroot into your main one. Hell even if you uninstall the kernel there are still ways to repair the system.

  • myotheraccount@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    Just make sure to reinstall a bootloader before the next reboot. Or bring one one a USB stick when you need it. Or just copy me and boot me in a VM. What do I care? I’m just a kernel.

  • zeca@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    I wanna update my arch with a single command/click, no confirms.

    The whole forum: Nooooo!!! You’re gonna break your system!! You’ll regret this!! Nooooooooo!

    Meanwhile 99% of people just spam yes at their terminal when updating and restore a snapshot when things don’t work out.

  • Jankatarch@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 days ago

    A mistake in Linux can cause it to uninstall its bootloader.

    A mistake in Windows can also cause it to uninstalling Linux’s bootloader.

  • kamen@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    … and the irony that Windows can also fuck up your bootloader in a dual boot scenario.

    • bufalo1973@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      Windows doesn’t let you really screw your system because it’s its work and it’s very jealous of it.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 days ago

    You know, as much as I don’t love AI, a small model sitting in the terminal of noob installations might be a useful thing.

    update graphics driver

    :hey, that’s not a command, but if you’re looking to do that, you should … (step by step process)

    • Peffse@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      5 days ago

      I’ve… seen this? Well, not an AI model, but I know I’ve seen something where it takes common words and gives you the best guess on commands, and even common typos.

    • oppy1984@lemdro.id
      link
      fedilink
      English
      arrow-up
      0
      ·
      5 days ago

      That’s actually a good idea, just a tiny local model just to help you learn how to work in a terminal. I would have loved that when I first made the jump, the RTFM crowd almost made me give up.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        0
        ·
        5 days ago

        I’ve been avoiding RTFM for 30 years. command --help at best. Whoever writes the manual pages and I just don’t see eye to eye on documentation.

        command - description

        20 examples of common usage

        exhaustive list of options with a short paragraph each and acceptable usage.

        that’s what I want.

        It seems either they want to write you a 50 page novel mentioning random options or just give you 250 options with loose references of what’s not allowed with what.

        I’ve been throwing a lot of my shell scripts into llm and asking for best practice updates, it’s shocking how much cool shit it out there that i’ve never even considered.

        today’s gem:

        script -q ~/command.log

        do a bunch of crap

        exit

        script get’s written

        put that together with SSH.

        Now you log ssh sessions on all servers to one file. You can go back and farm that for history.

        script that out so that on exit it expunges export, sql and vault type passwords/keys.

        • forestbeasts@pawb.social
          link
          fedilink
          arrow-up
          0
          ·
          4 days ago

          EXAMPLES sections should be way more common!

          They do exist, a lot of man pages have them.

          They’re at the BOTTOM though, for some reason (probably because they’re kinda an afterthought, which is itself weird). It’d be nice to have them at the top.

          – Frost

      • ttyybb@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        the RTFM crowd almost made me give up.

        Ya, there just gatekeeping skum that want to feel better than everyone else.

      • InputZero@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        5 days ago

        Learning to not ask questions, feeling like a pleb when everyone else is a guru, and having RTFM yelled at you is part of the Linux experience. What else do you expect me to do when someone asks me a question? Provide that new user with a level headed answer that concisely addresses their problem in-order to encourage them to join the Linux community and help it to grow? Are you even listening to yourself right now, you sound crazy.