I have finally gotten rid of Windows
-
This 100%. Give up Windows and never look back, you will not regret it.
If you do then you already know that. The recommendation is still good, and I'm hoping you agree, but sometimes it doesn't work. Cool. We don't need to hear that every time. We know.
-
I'm so used to terminal that I've installed most of the apps I'll use using it
I'm curious why you chose Bazzite then? I'm not saying it's the wrong choice, but it does seem like a strange choice if you're comfortable, well unless this is for a console-like computer, not a desktop.
-
Nice! I recently tried KDE Plasma and I’ve been really impressed not just with the polish but with the look and feel that still kind of reminds me of Windows without being Windows.
Yeah, it's like all the good parts of the Windows UI (whichever version you like best) without the bad parts, and also customizable so you can make it work best for you, and not what some corporation decides is best this year.
-
I totally agree - distro hoppers who complain about the "nightmare" of finding the right distro are living in a hell of their own making.
I somewhat get it. I used Mint ages ago on a laptop I had. It was fine. Two years ago I decided to see if I could use Linux full time in my desktop, and I installed Ubuntu. It was fine. Windows decided to fuck things up and I never fully recovered the system, and decided to cut Windows out and start fresh, and I installed Fedora, and it was fine. I fucked that up somewhat while messing around and learning and heard about Garuda and tried that. I love it!
I could have lived with any of the previous distros I tried. They did the job fine, and I didn't think much of it. Garuda seems perfect for me though. Being Arch based is great, but it started with most of what I needed so it wasn't the typical Arch install process (though I hear that's better now than is memed). For someone comfortable with their computer skills, I think it's the perfect option for gamers coming to Linux. I probably wouldn't recommend it for someone coming from Windows who never learned computer skills, but anyone who edited registries should be able to handle it just fine.
-
So anyway, any beginner tips?
So, this one is a bit controversial but, when something doesn't work try running it from terminal.
Unlike windows, Linux doesn't tend to do "pop up errors". Running in terminal gives these alerts, and can often give you a hint as to why it isn't working - be it a missing library, a permission error, or something internal you can quickly search. Usually, someone has a fix!
-
I'm curious why you chose Bazzite then? I'm not saying it's the wrong choice, but it does seem like a strange choice if you're comfortable, well unless this is for a console-like computer, not a desktop.
Other people recommended it to me, simple as that
-
So, this one is a bit controversial but, when something doesn't work try running it from terminal.
Unlike windows, Linux doesn't tend to do "pop up errors". Running in terminal gives these alerts, and can often give you a hint as to why it isn't working - be it a missing library, a permission error, or something internal you can quickly search. Usually, someone has a fix!
Also, if it's a decent application, it probably logs stuff somewhere. Check /var/log for software installed system wide. If the logs are not there, check the install dir etc. If there's a README around, check that out first.
Good luck!
-
So anyway, any beginner tips?
learn how to configure your shell now it will save you so much time and make it easier to learn if everything is already tailored to you just find documentation on your shells configuration its usually in ~/.zshrc or ~/.bashrc
-
I somewhat get it. I used Mint ages ago on a laptop I had. It was fine. Two years ago I decided to see if I could use Linux full time in my desktop, and I installed Ubuntu. It was fine. Windows decided to fuck things up and I never fully recovered the system, and decided to cut Windows out and start fresh, and I installed Fedora, and it was fine. I fucked that up somewhat while messing around and learning and heard about Garuda and tried that. I love it!
I could have lived with any of the previous distros I tried. They did the job fine, and I didn't think much of it. Garuda seems perfect for me though. Being Arch based is great, but it started with most of what I needed so it wasn't the typical Arch install process (though I hear that's better now than is memed). For someone comfortable with their computer skills, I think it's the perfect option for gamers coming to Linux. I probably wouldn't recommend it for someone coming from Windows who never learned computer skills, but anyone who edited registries should be able to handle it just fine.
Almost everything is better than it's memed. Too many people treat memes like information when they're more like graffiti.
-
I kinda hope one day there is a "easy mode" Immutable distro, or perhaps atleast some kind of point-and-click GUI tools for managing something like flakes on a NixOS like system. I love the idea behind NixOS, but don't want to learn a new programming language just to configure my system. It'll get easier in the future I suppose. And when it does, I'll be here for it.
Obviously Bazzite is trying to be more beginner friendly which is cool, but it's still quite a complicated system underneath the limited GUI options.wrote on last edited by [email protected]Bazzite is very easy... I think people psych themselves out about using the terminal, it's really not difficult. You don't even need to use the terminal in Bazzite if you don't want to. But you can if you want to tinker or whatever... I just find it strange for someone to be savvy enough to tinker, yet intimidated enough by the terminal to avoid it completely.
But yeah most, if not all, of the things you need to do in Bazzite is available with some sort of gui. It's just unnecessary imo.
-
Bazzite is very easy... I think people psych themselves out about using the terminal, it's really not difficult. You don't even need to use the terminal in Bazzite if you don't want to. But you can if you want to tinker or whatever... I just find it strange for someone to be savvy enough to tinker, yet intimidated enough by the terminal to avoid it completely.
But yeah most, if not all, of the things you need to do in Bazzite is available with some sort of gui. It's just unnecessary imo.
See my other comment above. I'm quite comfortable using a terminal, but for the purposes of tweaking system files in their POSIX location. I don't want temp files or symlinks or sandboxed/containerised packages. I want binaries, I wanna compile software from source. Immutable distros make this quite difficult. The file system is setup differently (on purpose of course).
I guess it's less a criticism than it is a preference.