zlacker

[return to "Tiny Core Linux: a 23 MB Linux distro with graphical desktop"]
1. ifh-hn+Mc[view] [source] 2025-12-06 16:04:37
>>LorenD+(OP)
I've used many of these small Linux distros. I used to have Tiny Core in a VM for different things.

I also like SliTaz: http://slitaz.org/en, and Slax too: https://www.slax.org/

Oh and puppy Linux, which I could never get into but was good for live CDs: https://puppylinux-woof-ce.github.io/

And there's also Alpine too.

◧◩
2. t_mahm+es[view] [source] 2025-12-06 18:10:54
>>ifh-hn+Mc
Wondering if it would be a good idea to setup a VM with this. Setup remote connection, and intellij. Just have a script to clone it for a new project and connect from anywhere using a remote app.

It will increase the size of the VM but the template would be smaller than a full blown OS

Aside from dev containers, what are other options? I'm not able to run intellij on my laptop, is not an option

I use Nvim to ssh into my computer to work, which is fine. But really miss the full capacity of intellij

◧◩◪
3. Aurorn+vE[view] [source] 2025-12-06 19:45:20
>>t_mahm+es
Ive experimented with several small distros for this when doing cross platform development.

In my experience, by the time you’re compiling and running code and installing dev dependencies on the remote machine, the size of the base OS isn’t a concern. I gained nothing from using smaller distros but lost a lot of time dealing with little issues and incompatibilities.

This won’t win me any hacker points, but now if I need a remote graphical Linux VM I go straight for the latest Ubuntu and call it day. Then I can get to work on my code and not chasing my tail with all of the little quirks that appear from using less popular distros.

The small distros have their place for specific use cases, especially automation, testing, or other things that need to scale. For one-offs where you’re already going to be installing a lot of other things and doing resource intensive work, it’s a safer bet to go with a popular full-size distro so you can focus on what matters.

◧◩◪◨
4. dotanc+AK[view] [source] 2025-12-06 20:41:36
>>Aurorn+vE
To really hammer this home: Alpine uses musl instead of glibc for the C standard library. This has caused me all types of trouble in unexpected places.

I'm all for suggestions for a better base OS in small docker containers, mostly to run nginx, php, postgress, mysql, redis, and python.

◧◩◪◨⬒
5. autotu+R11[view] [source] 2025-12-06 23:16:48
>>dotanc+AK
How about debian-slim?
[go to top]