this post was submitted on 24 Feb 2024
62 points (91.9% liked)

Linux

46758 readers
2564 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
 

I've installed gentoo but there seems like there's so many sacrifices. I love that it's all open source, but I really don't mind closed source software now and then, because after all I would be using it to play closed source games. The biggest compromise I've observed is the very long build times. I have a lukewarm cpu(i3 10100) and it's powerful enough for good gaming but the build times are still like 10x minimum for some software. All this to say, is using gentoo really worth it? I love the idea behind it, and if I was doing criminal activity I'd definitely use it, but is there some absolute upside to it or is it a really good OS for privacy that sacrifices in usability?

you are viewing a single comment's thread
view the rest of the comments
[–] stewie3128@lemmy.ml 52 points 6 months ago* (last edited 6 months ago) (1 children)

Gentoo is more about the fun of building a Linux distro that is perfectly tailored to your hardware and personal preferences. Sometimes you'll see a performance increase of 0.01%, sometimes 25%+. Just depends on a lot of different things.

The build times are really only a consideration on first or second install of the OS. And even with your first install, you'll probably want to start with the pre-built options, and then gradually move away from that to compiling more and more of your own system.

There are a couple apps like Firefox that also have pre-compiled binaries available for Gentoo, so no waiting there. Of course, there's also Flatpak for desktop-based apps.

Otherwise, you just compile what you want, when you want. And you can tell Portage how much in terms of cores/threads/resources it gets to use when compiling, so that it can just run in the background while you're doing your normal thing (or scheduled for when You're not using your machine).

Portage is also a phenomenal package manager, and can track and satisfy all dependencies for you as-needed. You can also specify what elements of your system to keep on stable, vs testing, etc. It's not like Slackware.

Gentoo is what was used to build ChromeOS, along with many other distros. It's as complex/simple, secure/insecure, private/un-private, latest-and-greatest/LTS as you tell it to be. You can choose to update things continuously in the background, or just once a week overnight, or on any other schedule that you want.

You'll probably learn some new things in the course of installing it, but follow the handbook to the letter, avail yourself of the community, and be patient to start with. It works for me, and I like it, but there are plenty of excellent pre-cooked distros that are also great. I'm just a tinkerer by nature, and enjoy getting increasingly more out of my machines over time.

[–] lung@lemmy.world 6 points 6 months ago

Man that's wild that ChromeOS started as Ubuntu but then changed to Gentoo as a base. Then they launched the Linux VM thing and those images are based on Debian

Well, I can't say I get it, but yeah cool