mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Wed 27 Oct 02:01:17 EEST 2021
This commit is contained in:
parent
c77bf08349
commit
3d3d66ad7e
3 changed files with 36 additions and 1 deletions
33
page/blog/blogs/Why-I-prefer-source-based-distros.html
Normal file
33
page/blog/blogs/Why-I-prefer-source-based-distros.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!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 -> Blog</title>
|
||||
|
||||
<meta name="keywords" content="website webdev linux programming ari terminal dark blog javascript opensource free">
|
||||
<meta name="description" content="Blog on 2021-10-27 02:01:13 EEST - Why I prefer source-based distros">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Why I prefer source-based distros</h1>
|
||||
<p>2021-10-27 02:01:13 EEST | <a href="..">back</a> | <a href="/">home</a> | <a href="//github.com/TruncatedDinosour/website">git</a></p>
|
||||
<hr/>
|
||||
|
||||
<p>Mainly because of tikarability, security and customisation, binary distros
|
||||
don't give you as much control over your system customisability,
|
||||
for example some software might be compiled with features you don't want
|
||||
in the kernel and the source based one just requires some feature disabled
|
||||
so you could get it, with binary ones you cannot. For example if you wanted to get
|
||||
vim with no python support in source based distros you'd just disable it
|
||||
where in binary ones you cannot and vise versa. I also like the customisation
|
||||
of it because some packages won't work without systemD because of the
|
||||
way they were built. Also if the binary built has some odd memory leak
|
||||
you can't make it go away until the next update, but if you compile everything
|
||||
then your binary will be unique. And few more things, like optimisation,
|
||||
every binary you build even better if you pass certain flags to it.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!-- this is automatically generated by scripts/add_blog -->
|
|
@ -18,6 +18,7 @@
|
|||
<li><a href="/page/blog/blogs/Why-is-GNU_Linux-better-than-microsoft-windows-(winshit).html">Why is GNU/Linux better than microsoft windows (winshit)</a></li>
|
||||
<li><a href="/page/blog/blogs/Schools-should-exclusively-use-free,-open-source-and-in-general-libre-software,-here's-why.html">Schools should exclusively use free, open source and in general libre software, here's why</a></li>
|
||||
<li><a href="/page/blog/blogs/Why-is-open-source-software-better-than-closed-source-software.html">Why is open source software better than closed source software</a></li>
|
||||
<li><a href="/page/blog/blogs/Why-I-prefer-source-based-distros.html">Why I prefer source-based distros</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
* [Why is GNU/Linux better than microsoft windows (winshit)](/page/blog/blogs/Why-is-GNU_Linux-better-than-microsoft-windows-(winshit).html)
|
||||
* [Schools should exclusively use free, open source and in general libre software, here's why](/page/blog/blogs/Schools-should-exclusively-use-free,-open-source-and-in-general-libre-software,-here's-why.html)
|
||||
* [Why is open source software better than closed source software](/page/blog/blogs/Why-is-open-source-software-better-than-closed-source-software.html)
|
||||
* [Why I prefer source-based distros](/page/blog/blogs/Why-I-prefer-source-based-distros.html)
|
Loading…
Add table
Reference in a new issue