this post was submitted on 28 Jun 2024
280 points (77.7% liked)
Linux
48008 readers
1194 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How does Gentoo compare to OpenSuse Tumbleweed?
Disclamer: last time I used OpenSUSE was very long time ago. Probably somewhere in 2018.
When I switched back to Gentoo, Gentoo had more packages in base repo, was more configurable and easier to fix and felt more convenient to me(especially for development). Also easier on resources in casual use. It was important to me since at the time my system had very small amount of RAM, while I wanted to host minecraft server with many mods and play on it with friends. Installing cross-compilers is very easy with crossdev. And I think there were problems with having multiple versions of gcc installed. The only downside I can think of is slower update process(especially compiling firefox/chromium/libreoffice/rust), but in return you get the system, which if breaks, you know how to fix it.
Would I recommend Gentoo to everyone who wants to install Linux on their own regular x86 computers and be what people call a regular user and doesn't want to understand how system works? Rather no.
Would I recommend Gentoo for someone who wants to install Linux for their granny and already knows Linux or even has Gentoo? Rather yes, stereotypical granny doesn't care about distro, she only needs browser and working sound.
Would I recommend Gentoo for any kind of developers(except webdevs, they are separate species)? Absolutely.
For gamers? It is one of reasons I choose Gentoo.
For tinkerers? You know the answer.
For wierd ARM/MIPS/RISC-V/ELBRUS computer? Very yes.
As a heavy gamer, never say those words 😂 and as IT student, this is really interesting. How well do containers, virtual machines, and flatpaks work? I was thinking about learning self hosting, emacs, and xmonad on a pi4.
Well, recommendation isn't based only on being gamer. But I noticed heavy gamers tend to more proactive in learning how their system works and tweak their system to their needs. I got one converted into Arch user. It's like heavy gamers have attention and initiative.
It was interesting even to some school students. I think I first Installed Gentoo somewhere in 6th grade.
Should be fine. Long time ago I tried to use lxc. It worked.
KVM works really well, I didn't try Xen.
Didn't need, didn't try. There is nothing preventing them from working.
I am running Gentoo 24/7 on noname chinese TV box on Allwinner A10 with 1GB of RAM. I wrote device tree myself and compiled mainline u-boot. Most of packages I precompile on my desktop with crossdev, that has exactly same make.conf. Same for Rock64 SBC, but it's sitting powered off. Also I did small modifications to devicetree for it as well. I can answer some qutsions.
TV box runs tor node 24/7 and private search of fimfarchive.
Thank you for your insight.