33
Which distro should I use?
(self.linux)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
EndeavourOS if you've never used Linux before.
Arch if you've played around with Linux, but want to learn some more basic terminal stuff so that in case your Desktop Environment breaks down, you know what to do to get it back up again without a full reinstall.
Should note EndeavourOS is just Arch with an easier installer and slightly pre-configured with common dependencies installed out the box.
EndeavourOS + KDE is what got me daily driving Linux and even after using vanilla Arch for 2 months at one point, I went back to EndeavourOS because it was just less hassle.
Yes and the manual install taught me how to deal with DEs refusing to start without having to do a full reinstall.
It's such a pleasure to be able to save your setup no matter what the issue, apart from the time I accidentally erased my hard drive with a
sudo rm -rf *command that was supposed to wipe a USB drive.OK, by that logic, it should be arch then 😃👍 (I think that to get the system working again if the DE crashes, I have to install a new DE through the terminal, control + shift + t I think, and then start the DE session through the terminal.)
If your truely going the endevour route, here some tips on recoving from a broken state:
The archwiki is your friend, read the relevant pages before asking on forums
Install arch manually (no archinstall) and thoroughly read the wiki to understand how your system is put together. Then install endevour, just from doing a manual arch install you should have the knowlage to fix like 90% of issues
Learn the basics of systemD, will also help you on 99% of mainstream distros
Keep your /home directory on a seperate partition, useful for doing a system rescue and for distrohopping