• Successful_Try543@feddit.de
    link
    fedilink
    arrow-up
    26
    ·
    edit-2
    5 months ago

    For Linux you don’t need a GUI tool, most how tos just dd the ISO onto the USB medium, e.g.

    sudo dd if=<file> of=<device> bs=16M status=progress oflag=sync
    

    like described in the Debian FAQs

    • Snot Flickerman@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      24
      ·
      5 months ago

      Man, Google really does suck now. It feels nearly impossible to get something like a how-to deep in the Debian FAQs to come up, as it mostly surfaces this auto-generated SEO crap for How To’s.

      Very cool, I’d assumed there was a simple command line set of commands, just was failing to find it. Thanks.

      • s38b35M5@lemmy.world
        link
        fedilink
        English
        arrow-up
        13
        ·
        5 months ago

        Man, Google really does suck now. It feels nearly impossible to get something like a how-to deep in the Debian FAQs to come up, as it mostly surfaces this auto-generated SEO crap

        By design. The longer you’re Googling, the more ads they can sell.

        …Ben Gomes – a long-tenured googler who helped define the company during its best years – lost a fight with Prabhakar Raghavan, a computer scientist turned manager whose tactic for increasing the number of search queries (and thus the number of ads the company could show to searchers) was to decrease the quality of search. That way, searchers would have to spend more time on Google before they found what they were looking for.

    • orsetto@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      9
      ·
      5 months ago

      I don’t remember where, but i read that this method only works because linux distributors “abuse” the ISO format to allow this. If I remember right, it’s not possible to use this ISOs on regular disks

      Of course the command you provided is right and it’s what I use, it’s just a fun fact

      • Successful_Try543@feddit.de
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        5 months ago

        Yes and no, it’s the other way round. The ISOs often are hybrid images which you can burn onto a CD/DVD or dd onto a USB pen drive. Until approximately 10-15 years ago, if I remember correctly, the distributed Linux ISOs where standard not hybrid images, thus you always needed some other program to create bootable USB media.