mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-05 01:59:25 +01:00
73 lines
4.1 KiB
HTML
73 lines
4.1 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 -> 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-23 03:45:17 EEST - Why is GNU/Linux better then microsoft windows (winshit)">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<h1>Why is GNU/Linux better then microsoft windows (winshit)</h1>
|
||
|
<p>2021-10-23 03:45:17 EEST | <a href="..">back</a> | <a href="/">home</a> | <a href="//github.com/TruncatedDinosour/website">git</a></p>
|
||
|
<hr/>
|
||
|
|
||
|
<h1>It's open source</h1>
|
||
|
<p>Linux is open source so you can tinker with it
|
||
|
however you want, its codebase can be found on <a href="https://github.com/torvalds/linux">GitHub</a>.
|
||
|
Some people (like me for example) run a "custom kernel", that basically means that
|
||
|
You have configured the linux kernel manually and built it from source, a lot of binary
|
||
|
distros don't let you do that, but source-based ones like <a href="//gentoo.org">gentoo</a> let you do close to everything -
|
||
|
including, but not limited to, having a custom kernel.</p>
|
||
|
<h1>Security</h1>
|
||
|
<p>Linux is open source and has many people looking for bugs in linux everyday.
|
||
|
The bugs get patched quickly and we in return get a more secure kernel and so - an operating system.
|
||
|
And as it's less popular among desktop OS world, there's not a lot of people trying to make
|
||
|
malware for it.</p>
|
||
|
<h1>Can run on anything... quite literally</h1>
|
||
|
<p>Linux can run great on old hardware because it's not as bloated as windows or macOS.
|
||
|
People have <a href="https://www.eteknix.com/hacking-group-installs-linux-onto-potato/">even managed to run linux on a literal potato</a>.</p>
|
||
|
<h1>Perfect for IT enthusiasts</h1>
|
||
|
<p>Linux is easy to hack (as in change/modify) and it has great package management
|
||
|
and together with that most programming tools and languages support linux better
|
||
|
than windows or any other proprietary OSes.</p>
|
||
|
<h1>Control</h1>
|
||
|
<p>You can control when and how you update, when you reboot, etc. linux is yours, nobody is in charge besides you.
|
||
|
It doesn't randomly and painstakingly update after reboot, you usually upgrade through
|
||
|
you package manager - for example <a href="https://wiki.debian.org/Apt">apt</a> for debian and debian-based operating systems on top of linux.</p>
|
||
|
<h1>Customisation and choice</h1>
|
||
|
<p>In linux we have loads of window managers (WMs) and desktop environments (DEs).
|
||
|
You get to choose what you install and DEs nor WMs don't change as much as windows UI.
|
||
|
They're mostly open source so also really hackable and lighter than windows.
|
||
|
And WMs are really lightweight so great for old hardware.</p>
|
||
|
<h1>Distributions (distros)</h1>
|
||
|
<p>In linux we have a lot of distributions with different use cases and features, for example:
|
||
|
- Debian - stable
|
||
|
- RHEL - server/enterprise use
|
||
|
- Gentoo - hackability and customisation</p>
|
||
|
<h1>Linux is free</h1>
|
||
|
<p>Linux is free because it's open source.
|
||
|
Linux gets support from optional donations and community support.</p>
|
||
|
<h1>Great community and community support</h1>
|
||
|
<p>Linux has a good, knowledgable community so if you run into an issue
|
||
|
You will have good support and will probably solve it pretty quickly.</p>
|
||
|
<h1>Privacy</h1>
|
||
|
<p>Linux is private, it doesn't spy on you nor collect any data about you
|
||
|
just to sell it to companies and from linux came linux-libre which is even better
|
||
|
in privacy.</p>
|
||
|
<h1>Portability</h1>
|
||
|
<p>Linux supports a lot of architectures and computers so you can run it on basically
|
||
|
everything, unlike windows and macOS</p>
|
||
|
<h1>Easy debugging</h1>
|
||
|
<p>Linux is easy to debug and solve issues with, unlike in windows where you just
|
||
|
get a random blue screen with a ":(" and don't know what to do.</p>
|
||
|
<h1>Freedom</h1>
|
||
|
<p>Linux doesn't restrict your abilities - everything is possible</p>
|
||
|
<p><em>There are loads of other reasons, but I'm getting tired so - have a good day and consider using GNU/Linux(-libre) as your desktop operating system :)</em></p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
<!-- this is automatically generated by scripts/add_blog -->
|