I have neevr heard of this OS before! Now you got me thinking about researching about it.
Qubes is a linux distro where you pretty much run everything in a virtual machine. I guess you could think of it as
the operation system of VMs. It can take some time to learn and fully utilize the distro since it works differently than a traditional OS. You can create a new VM (called Qubes) to compartmentalize the things you do, like you can have one only for email and another for banking. The benefit of this is if one gets compromised (e.g. open a malicious email) then the rest will be unaffected. You can also spin up a disposable qube that automatically self-destruct after use.
Is it too much for my use case? Yes
Does it give me the ease of mind my stuff is secure? Yes
I do like having one airtight qube that doesn’t have any outside connection where I keep my passwords and another strictly for managing my servers.
If you have the time and hardware (this is an intensive OS after all) then I recommend trying it.
This is the second time I've heard someone using Open SUSE. I wonder what it's like using it and for what prupouse?
Opensuse TW is a fine distro. In the past TW never clicked with me so I always ended up switching within a week, but when I got my current Desktop I decided to give it another go because I wanted to use a stable rolling release distro with automatic full disk encryption. After year and half I’m still using it and it has some pros and cons.
Cons are it doesn’t come with all of the codecs you maybe require to watch videos, so you have to use a third party repository for it. The package manager, zypper, used to be a major con since it was extremely slow, like a big update could easily take more than 30 minutes. But zypper was updated earlier this year and now same updates could take like 5 minutes or less.
Pros are updates pretty much never cause breakages 99% of the time, software that matters for gaming are up-to-date and a feature called Snapper that I consider to be its killer app. If an update or your tinkering causes your system to bork then you can use it to revert to a previous snapshot. Also it includes a cute gecko :3
How do people even set up Linux sevrers!??!!
Well, you install the linux flavor of your choice and the necessary software on a computer, and then remotely connect to it to send and receive data. What software? Well it could be for backups (Nextcloud), media server (Jellyfin/Plex), and just anything really. You could host a web server but it is however not really the best idea to host it on your home network since if you open up your router to the outside world it could potentially cause issues. If you don’t have the hardware and/or want to host a website than you can rent a virtual private server (VPS). I use VPS for all of my publicly hosted stuff but use my own hardware for private use.
Thank you for reading my rant and I hope I didn’t info dump you (and everyone else)