No, that’s not a typo.

  • CaptainTightpants
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    3 years ago

    Maybe I can finally get my pull merged for /dev/grohl which just outputs random Foo Fighters lyrics.

  • ☭SaltyIcetea☭@lemmy.ml
    link
    fedilink
    arrow-up
    8
    ·
    3 years ago

    My knowledge about useful/funny /dev files grows by the day…

    I now know of: random & urandom, null, zero and now full…

    Bouta make an infinity gauntlet meme of them

      • dotfiles@lemmy.world
        cake
        deleted by creator
        link
        fedilink
        arrow-up
        3
        ·
        3 years ago

        The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)

        sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"

  • itboss@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    So do you change your scripts to write to that to test what happens if a write didn’t occur?

  • schmonie@lemmy.sdf.org
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    The bottom of that Wikipedia page has a reference to something else that sounded interesting called “/dev/mordor” in some Plan 9 OS fork called 9front. Sent me down a really interesting rabbit hole http://9front.org/