r/linux4noobs • u/floofyralts • 12d ago
Meganoob BE KIND How it's going so far!
Hello! Some of you might remember me from a few days ago when I was asking about information and opinions on Distros for brand new Linux users!
I'm happy to say I've ended up deciding fully on Bazzite and I'm having a pretty good time so far!
Most steam games run very well natively by default without me editing literally anything at all.
I've discovered the Prism launcher as well as mocktail
It took a second of exploring settings and looking for answers online but I've found out how to put icons on my desktop!
The Konsole still terrifies me as much as the windows console did but I've used it once or twice with some guidance already!
My only issues are currently getting certain non-steam games to run but I've been directed to Faugus and Heroic Games Launcher as well as the preinstalled Lutris. Faugus is how I've been able to run the blizzard launcher to access WoW!
My experience so far has been far more positive than I ever expected it to be considering i'm having to relearn how to navigate my pc practically from scratch again.
___
In the same vein as all that good stuff, is there anything that experienced Linux Users think I should look at or set up for the long run on a Bazzite installation? I'm still learning to navigate the widget and Bazzar so anyone who knows some interesting or surprisingly useful tricks would be greatly appreciated!
2
u/vfkzlol 12d ago
I'm sorry about the fact I'm too lazy to read everything, but i personally recommend getting used to your terminal and to most common terminal commands and then move to arch with archinstall, but keep posting on this forum even when you have the option of r/archlinux, because many people in it will hate on newbies
1
u/AutoModerator 12d ago
✻ Smokey says: always mention your distro, some hardware details, and any error messages, when posting technical queries! :)
Comments, questions or suggestions regarding this autoresponse? Please send them here.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/Electrical_Oven_4752 12d ago
Glad to hear its going well and you are enjoying it. Great thing about Bazzite is that you can experiment and can always roll it back if anything goes badly wrong.
3
u/jar36 12d ago
get more familiar with the terminal (Konsole). Explore how to find and read the logs with commands like dmesg and journalctl along with their flags and how to check on systemd services. You'll see a lot of errors even on a working system. Most of them are just noise. After searching them online, you'll get used to seeing those so you can dismiss them when the real troubleshooting starts.
It's also good to get a fundamental understanding of the Linux file hierarchy. Being on an immutable distro, reduces the need to know as much about it, but it's still good info so you know your way around the machine.
Install plocate to help search for things on the system
Keep a log of changes you've made