• lseif@sopuli.xyz
    link
    fedilink
    arrow-up
    30
    ·
    edit-2
    7 months ago

    I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, BusyBox/Linux, or as I’ve recently taken to calling it, BusyBox plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning BusyBox system made useful by the BusyBox corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX…

    Read more

    • clearleaf@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      7 months ago

      I know this is a joke but people calling it busybox/linux is how I came to understand what makes linux a separate thing from gnu.

  • BeigeAgenda@lemmy.ca
    link
    fedilink
    arrow-up
    8
    ·
    7 months ago

    Sounds right, if it’s made for small docker images busybox is the right way.

    I just don’t like scripting with ash and busybox, it’s a very limited shell.

  • Kogasa@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    It’s nice to use though. I recently set up 2 VMs to act as Docker servers, one of which was Alpine (the other NixOS, as a learning project). It’s dead simple to set up and use. I was pleasantly surprised at how little I had to get used to considering musl + lack of systemd.

  • whereisk@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    7 months ago

    I’ve only installed it a couple of days ago in a vm and It’s pretty good but a couple of things are a bit startling if you’re coming from debian.

    Eg. The lack of niceties like the ll alias. Or The config you have to go through to allow SSH Some utils I’m used to like broot refuse to install properly even though the apk exists. Fz-find doesn’t exist in the community repository.

    But you can’t argue with apk - so much better than apt or how frugal it is re resources.

    Looking forward to getting stuck into it a bit more.

    • extant@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Have you checked your bashrc file to see if the aliases are just commented out? I feel like it comes standard with bash but not every distro enables it by default.

      • whereisk@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        That’s the point! It doesn’t come with bash as a shell, it comes with ash - even if you install bash and switch to it, bashrc is empty. It’s a bit bare bones, which is kind of charming, until it’s annoying. Haha!