this post was submitted on 24 Aug 2023
3 points (100.0% liked)

Linux

47361 readers
903 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
 

Screenshot of QEMU VM showing an ASCII Gentoo Logo + system info

I followed Mental Outlaw's 2019 guide and followed the official handbook to get up-to-date instructions and tailored instructions for my system, the process took about 4 hours however I did go out for a nice walk while my kernel was compiling. Overall I enjoyed the process and learnt a lot about the Linux kernel while doing it.

I'm planning on installing it to my hardware soon, this was to get a feel for the process in a non-destructive way.

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

My first Gentoo install took like a week to get X running. It was my first foray into Linux (Ok, I briefly tried mkLinux).

I learnt the hard way, but I learnt. And I'm still on that same path: Gentoo. Why I don't bother switching? Because I can customize Gentoo to whatever I like, so instead of doing distro hop I just reconfigure things.

[–] [email protected] 0 points 1 year ago (1 children)

Because I can customize Gentoo to whatever I like

Can you customise it to support AAA videogames?

[–] [email protected] 1 points 1 year ago

Yeah. Install steam.

[–] [email protected] 1 points 1 year ago (1 children)

How much maintenance does Gentoo need once installed? I don't mind a complicated install but it's the constant tinkering I can't deal with.

[–] [email protected] 1 points 1 year ago (1 children)

If you've done arch, it's like long arch

[–] [email protected] 1 points 1 year ago

Gentoo probably doesn't have all packages. One of the reasons I love Arch is because it almost always has any package in the AUR. It's a lot more work to try and get something installed on Ubuntu related distros. They try to keep up by using snaps and stuff but it's still no comparison. Arch has everything.

Still it's gets a bit boring now since I know it so well, so want to try Gentoo at some point also.

[–] [email protected] 0 points 1 year ago (1 children)

Everyone should do this at least once

[–] [email protected] 1 points 1 year ago (2 children)

Agreed. It's such a great learning process. I ultimately gave up on Gentoo but learned a lot by using it for about 2 years way back in around 2005.

Linux From Scratch brings a huge leap in understanding too.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I found Gentoo more helpful than LFS because with LFS you compile about 80 packages from source one at a time but you don't learn too much about the packages.

LFS gave me much more awareness of what packages actually come with a Linux install but Gentoo taught me more about configuring and booting a Linux system.

Although I'd definitely recommend both to anyone wanting to learn. I'd do Gentoo first then LFS.

Edit: LFS is also a masterclass in cross compiling so if that's something you're curious about LFS is the way to go.

[–] [email protected] 1 points 1 year ago

Back in like 2011 I was living out of state for college. Had decided to drop out at the time so had limitless free time for a bit. I definitely used that time to compile my own kernel and setup gentoo lol. I haven’t played with gentoo since but it was fun and helped my appreciation for Linux.