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.
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.
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!
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…
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.
Add comment