update @ Thu 11 Nov 20:22:13 EET 2021

This commit is contained in:
Ari Archer 2021-11-11 20:22:13 +02:00
parent 9e903ec1b6
commit c2bbbc90d5

View file

@ -1,71 +1,78 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="utf-8"/> <head>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title> <meta content="width=device-width, initial-scale=1.0" name="viewport" />
Ari::web -&gt; Blog <title>
</title> Ari::web -&gt; Blog
<meta content="website webdev linux programming ari terminal dark blog javascript opensource free" name="keywords"/> </title>
<meta content="Blog on 2021-11-11 20:17:48 EET - Thinking about switching to a fully minimalistic gentoo system" name="description"/> <meta content="website webdev linux programming ari terminal dark blog javascript opensource free"
<meta content="follow" name="robots"/> name="keywords" />
</head> <meta content="Blog on 2021-11-11 20:17:48 EET - Thinking about switching to a fully minimalistic gentoo system"
<body> name="description" />
<div> <meta content="follow" name="robots" />
<h1> </head>
Thinking about switching to a fully minimalistic gentoo system
</h1> <body>
<p> <div>
2021-11-11 20:17:48 EET | <h1>
<a href=".."> Thinking about switching to a fully minimalistic gentoo system
back </h1>
</a> <p>
| 2021-11-11 20:17:48 EET |
<a href="/"> <a href="..">
home back
</a> </a>
| |
<a href="/git"> <a href="/">
git home
</a> </a>
</p> |
<hr/> <a href="/git">
<p> git
Recently I have been thinking a lot about switching to a minimalistic hardened gentoo system. </a>
Not that I want to get away "from the bloat" as my current system is quite light, but just to challenge </p>
myself and get a simpler, more secure operating system that is functional. <hr />
</p> <p>
<p> Recently I have been thinking a lot about switching to a minimalistic hardened gentoo system.
Even though I'm the type of person who loves extreme customisation, I want to know how light I can get Not that I want to get away "from the bloat" as my current system is quite light, but just to challenge
my system and how secure I can get it, even though it might seem stupid to some people, It seems like myself and get a simpler, more secure operating system that is functional.
a fun experience for me and in general pushing myself. </p>
</p> <p>
<p> Even though I'm the type of person who loves extreme customisation, I want to know how light I can get
So here is my plan: my system and how secure I can get it, even though it might seem stupid to some people, It seems like
- X11 (xorg-server) as my display server a fun experience for me and in general pushing myself.
- DWM as my window manager </p>
- OpenRC as my init system <p>
- Hardened, no-multilib, openRC stage3 tarball So here is my plan:
- Harsh USE flags to make software minimal <ul>
- None/little eye candy <li>X11 (xorg-server) as my display server</li>
- Less proprietary blobs <li>DWM as my window manager</li>
- Stronger encryption <li>OpenRC as my init system</li>
</p> <li>Hardened, no-multilib, openRC stage3 tarball</li>
<p> <li>Harsh USE flags to make software minimal</li>
I will completely ditch everything I have customised probably, will make a completely <li>None/little eye candy</li>
fresh and minimal system, and hell, I might even like it! <li>Less proprietary blobs</li>
</p> <li>Stronger encryption</li>
<p> </ul>
Anyway currently deciding, I love my current setup, but I think it's a good thing to </p>
push yourself, anyway, If I decide to switch I will probably create a gentoo-minimal branch <p>
in my I will completely ditch everything I have customised probably, will make a completely
<a href="/dofiles"> fresh and minimal system, and hell, I might even like it!
dotfiles </p>
</a> <p>
so y'all will know if I decide to switch :) Anyway currently deciding, I love my current setup, but I think it's a good thing to
</p> push yourself, anyway, If I decide to switch I will probably create a gentoo-minimal branch
</div> in my
</body> <a href="/dofiles">
dotfiles
</a>
so y'all will know if I decide to switch :)
</p>
</div>
</body>
</html> </html>
<!-- this is automatically generated by scripts/add_blog --> <!-- this is automatically generated by scripts/add_blog -->