links/src/Linux/distros/Gentoo.md

28 lines
1.5 KiB
Markdown
Raw Normal View History

2021-10-23 19:21:03 +00:00
# Gentoo
Lets take one step further into the “make your own distro” world and
the memes. Although Gentoo is not *that* hard to install, Gentoo does
not come with **any** precompiled package. Instead, you will have to
compile everything yourself, and if you dont know how to
[RTFM](https://xkcd.com/293/), this distribution will make sure that
you will. While yes, it *is* CPU intensive to maintain such a
distribution, every compilable package will be able to fully use the
entire set of available assembly calls your CPU has and you *might*
get some performance boost from it. Keyword: *might*. In a lot of
cases, you might not actually notice it, or if you do it might just be
your imagination. But I wont deny its a great distro for tinkerers,
and you can easily make your own packages.
Documentation for this distribution is pretty great and it can give
you some nice insights on other distributions too, and you can choose
whether to use Gentoos own init system or Systemd.
As you might have guessed it, this is clearly not a distribution made
for beginners, and avoid installing it on machines that dont have
good performance unless you dont value your time. Below is the
typical evolution of a Gentoo user.
![https://www.explainxkcd.com/wiki/index.php/456:_Cautionary](/img/xkcd_456_cautionary.png "This really is a true story, and she doesn't know I put it in my comic because her wifi hasn't worked for weeks.")
* [Homepage](https://www.gentoo.org/)
* [Download](https://www.gentoo.org/downloads/)