My first year using Linux: My experience

https://feddit.de/post/6069629

My first year using Linux: My experience - Feddit

In the end of November 2022 (1 year ago), I switched from MacOs to Linux (Debian with KDE Plasma) on my MacBook. No regret! Was a very good decision. I think, I’ll never go back. Experience: - I did not know about KDE Plasma until 1 year ago. The picture in my head about Linux was pretty much GNOME. I’m a huge fan of KDE Plasma now. KDE Plasma 6 in 2024 will probably be awesome. - The GitHub repository “Awesome Linux” was awesome during the first weeks. It made me realize that most of the stuff I was already using, is also available for Linux. Only software I had to leave behind: Affinity Designer (IMO far more intuitive to use than GIMP, sorry FOSS community) and Visual Studio for Mac (which is dead anyway) - The only advanced thing I had to do in the beginning: My WIFI connection is always gone when I close my MacBook, but there is not automatic reconnect when I reopen it. None of the usual stuff recommended when using Debian on a MacBook helped. So, I had to write a service that checks for this (something with rmmod, modprobe, brcmfmac, …). Probably too much for a casual user and hopefully not necessary for them… TODO in the next year: - Trying out gaming on Linux, maybe buying a Steam Deck - Migrating to KDE Plasma 6 (and switching to Wayland) - Recommending our religion Linux to others

I made the switch to Linux about 1.5 years ago. Never looked back. I started with Linux Mint and have been happy with it ever since. Now, I’m learning about Arch Linux and trying to make that my primary driver.

FYI, you don’t have to get a Steam Deck to try out gaming. I’m sure your current distro would support that quite well. But, if you’re looking for something that is portable, then I definitely recommend the Steam Deck. Now is a good time to get one, since they released a refresh with an OLED screen. Also, the Steam Deck runs on Arch Linux, so if you’re ever interested in check that out, then definitely get a Steam Deck.

Try Void. I was aiming at Arch as well, but then I stumbled upon Void… never made the switch to Arch.
What’s good about Void?
  • It doesn’t use systemd, it uses runit.

  • The repo is full of any software you might need, including proprietary (through xbps-src).

  • Everything just works, if it doesn’t it’s probably your fault.

  • It’s a rolling release distro, yet focused on stability and usabilty, so you won’t get the latest and greates, but instead builds that are known to be solid. For example the kernel, it’s not the latest, as is with Arch, but it’s maybe one or two minor versions behin. The same applies to software, they’re known to jump versions if the current build proves to be unstable.

  • Lightning fast boot up. It’s also the fastest distro there is, apart from the *BSDs.

  • Compiling and testing is a breeze thanks to xbps-src.

There are other things, I’m sure, but these are the ones I can think of ATM.

Everything just works, if it doesn’t it’s probably your fault.

Not even console locale did on my notebook, have to fix that setup sometime. And the installer is pretty barebones.

Not even console locale did on my notebook, have to fix that setup sometime.

What exactly did you do that you couldn’t change your locale? You do know that you have to reconfigure glibc-locales afterwards.

And the installer is pretty barebones and a bit buggy.

What exactly is buggy about the installer?

Nononono, there are only two POSIX certified linux distros: K-UX and Huawey’s EulerOS.

POSIX certification costs money. There are a lot of distros and OSes that are POSIX compatibe, just not certified.

You do know that you have to reconfigure glibc-locales afterwards.

Oh, i did? Thanks anyways!

What exactly is buggy about the installer?

I had to work around it so that it doesn’t send me to (disk? network? not sure anymore) setup again and again.