80 lines
2.7 KiB
HTML
80 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Ari::web -> OldBlog</title>
|
|
|
|
<meta
|
|
name="keywords"
|
|
content="website webdev linux programming ari terminal dark blog javascript opensource free"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="Blog on 2021-10-22 09:39:11 EEST - Gentoo linux is perfect for me"
|
|
/>
|
|
<meta name="robots" content="follow" />
|
|
|
|
<meta property="og:site_name" content="Ari::web -> Blog" />
|
|
<meta property="og:url" content="https://blog.ari-web.xyz/" />
|
|
<meta property="og:title" content="Ari::web -> Blog" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta name="theme-color" content="#262220" />
|
|
<meta name="color-scheme" content="dark" />
|
|
|
|
<link rel="stylesheet" href="/styles/styles.css"/>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<h1>Gentoo linux is perfect for me</h1>
|
|
<div style="text-align: center !important;">
|
|
<p>
|
|
2021-10-22 09:39:11 EEST | <a href="..">back</a> |
|
|
<a href="/">home</a> | <a href="/git">git</a>
|
|
</p>
|
|
</div>
|
|
<hr />
|
|
|
|
<h2>Why?</h2>
|
|
<p>Gentoo has everything I need/want. it meets my requirements well:</p>
|
|
<ul>
|
|
<li>
|
|
Choice - you can get anything on the distro (Like a custom kernel,
|
|
init system,
|
|
</li>
|
|
<li>Lightweight - the distro is light, comes with barely anything</li>
|
|
<li>Manual installation - the installation process is manual</li>
|
|
<li>
|
|
Customisable software - you can decide what features go into software
|
|
you install
|
|
</li>
|
|
<li>
|
|
Source-based - the software I install should be compiled from source
|
|
on my local system
|
|
</li>
|
|
<li>Rolling release - the distribution has the most recent packages</li>
|
|
<li>
|
|
Big repositories - the software repositories should be big enough for
|
|
me to be able to use it
|
|
</li>
|
|
<li>
|
|
Good package manager - easy to configure, easy to add and create repos
|
|
package manager
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Gentoo has them all except "big repositories", well it is usable by
|
|
default - i still had to create my own custom overlay for a couple of
|
|
packages, though GURU (basically gentoo's aur) has them all, so that's
|
|
like 0.5 of a point.
|
|
</p>
|
|
<p>
|
|
Gentoo also has great forums and in general community so I personally
|
|
love gentoo in a lot of ways.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
<!-- this is automatically generated by scripts/add_blog -->
|