We all know about Debian, Fedora and Arch but what about the lesser known ones that are built from the ground up?

  • OMNI@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    47 minutes ago

    Sculpt OS.

    Although I’m not completely certain it is linux since it uses Genode which supports multiple kernels.

  • axx@slrpnk.net
    link
    fedilink
    arrow-up
    3
    ·
    3 hours ago

    SliTaz GNU/Linux is a cool lightweight diatro.

    Haven’t used it in a while. It was dead for a bit, but it’s active again. I should look at what it feels like these days. I remember being impressed at how smoothly it ran while looking good, +10 years ago, in 300MB or so.

    • axx@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      3 hours ago

      And its little sister, PiCore, which enables the excellent PiCorePlayer.

  • rosco385@lemmy.wtf
    link
    fedilink
    arrow-up
    0
    ·
    3 hours ago

    Less popular distros that I use are NixOS and FreeBSD. I haven’t tried Gentoo yet, but I want to.

    I want to buy a Framework laptop later this year. FreeBSD with KDE Plasma will be installed first, I might switch to Gentoo later, especially if work on the GNU Hurd kernel progresses far enough.

  • Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    11 hours ago

    Buildroot, Alpine and OpenWRT

    Just a word of warning: be careful of some of the more obscure distros as they tend to get behind on security updates

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        6 hours ago

        Generally it is pretty solid. By obscure I mean distros like Tinycore that don’t have security as a focus

    • TehPers@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 hours ago

      Alpine is less obscure now because of containers, but I haven’t considered running it as a desktop OS.

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        10 hours ago

        I wouldn’t personally use it on the desktop. If it ran systemd I’d consider it for servers.

  • lime!@feddit.nu
    link
    fedilink
    arrow-up
    32
    arrow-down
    1
    ·
    17 hours ago

    puppy linux! an entire live graphical desktop system with browser and office suite compressed to fit in 300MB, so you can run it from RAM and use the USB for storage.

      • lime!@feddit.nu
        link
        fedilink
        arrow-up
        2
        ·
        9 hours ago

        yeah but it’s a different one every release, whatever makes the smallest image.

    • wizardbeard@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      13
      ·
      15 hours ago

      Puppy linux is wonderful as part of an IT “USB toolkit” for when it might not be safe to boot the normal OS, if you need to try data recovery on a dying HDD, or just need quick access to linux based tools.

      And it’s surprisingly full featured for the small size. I’ve lived out of it for a week or so when a HDD died and I was waiting for a new one to ship.

  • lime!@feddit.nu
    link
    fedilink
    arrow-up
    5
    ·
    13 hours ago

    oh does yocto count? it’s more of a compiler that produces a linux, though.

  • Björn@swg-empire.de
    link
    fedilink
    arrow-up
    22
    ·
    17 hours ago

    I’ve got a really obscure one.

    Anyone here heard about FLI4L? Floppy ISDN for Linux? Built from the ground up to be usable on your really old PC as a router. Originally it fit on a single floppy disc and was able to turn a 386 into a modem or ISDN router. Later they added the ability to route between LANs and DSL.

    By now the requirements have been raised to super beefy 586 PCs. It probably doesn’t fit on a floppy disc anymore.

  • Turret3857@infosec.pub
    link
    fedilink
    English
    arrow-up
    27
    ·
    18 hours ago

    I’m going to say Alpine/postmarketos. The reason I say both is pmos uses Alpine as a base, but a lot of the code is built from the ground up as its a linux distro designed to run on mostly ARM devices (old phones and tablets. Even some old iOS devices!)

    • wizardbeard@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      15 hours ago

      It makes sense it would run on some old iOS devices. Iirc, they run heavily heavily customized alpine linux under the hood.

      I remember jailbreaking my first-gen touch, and one of the first steps after you get root is to change the default creds from user: alpine pass: alpine, because there was a joke “malware” going around that relied on the default creds.

      • Turret3857@infosec.pub
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 hours ago

        I believe the drivers for pmos are all written from scratch, at least for the iOS devices. I’m sure some things could be borrowed from Lineage device trees. Their Wiki says that most of their supported iOS devices dont have anything past basic screen support, so I would guess that the shared base is only marginally helpful, unless alpine is no longer a part of iPhones (iPhone 6 is the oldest on the supported list I think?)

  • rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    15 hours ago

    NixOS is fun once it clicks for you. It’s nice having a system you can run your way, configured your way, and there’s really no wrong way. I mean hell you can have your configuration in javascript if you REALLY wanted to. you can have everything in a single configuration file if you prefer that or you can have things in individual modules and managed via a flake.nix. You can have all your various configurations for your DEs/WMs/etc in the .config dir or you can put them all in a single file or you can have NixOS manage the individual configs for you for easy backup.

    I like that it’s extremely easy to reproduce the system and back it up. my system is backed up to a private git repo and if I need to rebuild my system on another PC it’s just a matter of installing NixOS and then cloning my system repo and then I’m on the exact same setup as another machine. Also because of this and with nix-shells it makes dev work a breeze. same exact setup every time so the old argument of “well it works on my machine” doesn’t apply.

    All that being said I’m not sure if I’d recommend it to others. It makes the hard things easy and the easy things hard. But it’s one of those distros where you’ll switch from it for like a week or two and then miss it and want to go back. but keep in mind those weekly/bi-weekly switches are common. sometimes you’ll just feel like you’re spending way too much time configuring your nixos system so you’ll switch to like Fedora or something so you don’t have to think about it. Or you get frustrated trying to get something to work on NixOS so you’ll switch to Arch where everything just works. but then you’ll get bored of those distros and go back to NixOS.

    It’s a never ending cycle. Thankfully NixOS takes all of 10-15min to reinstall and back to the previous setup.

  • Mistress Remilia@lemmy.cyberia9.org
    link
    fedilink
    English
    arrow-up
    14
    ·
    17 hours ago

    I have a copy of one called Poe-Lina Linux on a CD somewhere in storage. This is one of the few sites I’ve found about it (sorry, all Japanese, it came in a book I bought when I lived there), and here is a brief video of it.

      • wizardbeard@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        7
        ·
        15 hours ago

        Knoppix might be dead? That sucks. It was my first exposure to Linux. A family member who never participated in holiday gift-giving and almost never visited suddenly visited one day when I was young. I don’t remember much of the visit, but he left me with a Linux or Knoppix “for dummies” book with a Knoppix live bootable CD in it, and a burned disc of a more up to date version. He knew I was into tech, and this was pre-Steam days. Internet then was not what it is now, so it was a seriously nice gift for a growing nerdling.

        He’s slightly more present now that I’m an adult, and he swears he has no memory of this. Or of Knoppix. But he daily drove Ubuntu as of a few years ago, and he’s the only family member even remotely techy and old enough for it to have been.

        Maybe I was blessed by Tux himself?

        Might have also been one of my Dad’s coworkers, as he got one of them to backlight mod my GBA back before the SP came out. But it would be very weird if I confused an actual visit. Maybe there was no visit and my dad just handed me the stuff and told me who it was from?

        It’s a bit of a mystery, with significant impact to my life trajectory.

        • curbstickle@anarchist.nexus
          link
          fedilink
          English
          arrow-up
          5
          ·
          14 hours ago

          No release in several years, forums have a bunch of spam posts in there, etc. Seems to be mostly untouched at this point, so probably dead yeah.

        • JüS@techhub.social
          link
          fedilink
          arrow-up
          4
          ·
          15 hours ago

          @wizardbeard @massive_bereavement

          Well, Knoppix is not *dead* as it is free software, and anyone is free to pick it up and continue it. The code is alive and kicking, so to say.

          It’s just that the maintainer has had no more spare time due to other occupational obligations.

          • massive_bereavement@fedia.io
            link
            fedilink
            arrow-up
            2
            ·
            7 hours ago

            I meant in distrowatch appears as so. Then again I really like these kind of hobbyist opinionated distros that sprouted in the early 2000s and the zeitgeist behind.