this post was submitted on 29 Dec 2023
276 points (99.3% liked)

Linux

47383 readers
712 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

To speed up working with slow hardware and for overall convenience, we’re now also offering binary packages for download and direct installation! For most architectures, this is limited to the core system and weekly updates - not so for amd64 and arm64 however. There we’ve got a stunning >20 GByte of packages on our mirrors, from LibreOffice to KDE Plasma and from Gnome to Docker. Gentoo stable, updated daily. Enjoy! And read on for more details!

you are viewing a single comment's thread
view the rest of the comments
[–] Nibodhika@lemmy.world 22 points 8 months ago (1 children)

I stopped using Gentoo because compiling everything was a major waste of time, but I have missed world files since then. This is a great reason to reconsider Gentoo for my next machine.

[–] Andy@programming.dev 2 points 8 months ago (2 children)

FWIW, Alpine Linux has a nice world file, too. And I am continually impressed by the selection of up to date packages in their Edge repos.

[–] Drito@sh.itjust.works 1 points 8 months ago* (last edited 8 months ago)

Alpine Linux is the most sane distro I tried. The absence of glibc brought limitations unfortunately, but it is the fault of developers that uses that shit instead of pure libc.

[–] Nibodhika@lemmy.world 1 points 8 months ago (1 children)

Can the file be split into different files like in Gentoo? I used to have different files for basic stuff, gaming, hardware specific, etc, so I could keep the parts of the Configs I wanted from one machine to another.

If so I'll definitely check it out, been meaning to try Alpine since for what I understand it's not GNU, right? Which should put a final nail in the GNU+Linux copy pasta hahahah.

[–] Andy@programming.dev 1 points 8 months ago (1 children)

I don't think apk would check multiple files for the world. But you could maintain them outside the apk mechanisms, just concatenating them into a single file, with tup/make/sh/whatever.

[–] Nibodhika@lemmy.world 2 points 8 months ago

Makes sense, I actually have a tool for that sort of thing that I wrote for i3 configs (it's called CFC and it's here in case you want to use it https://gitlab.com/Nibodhika/cfc )