this post was submitted on 10 Sep 2024
68 points (94.7% liked)
Linux
48044 readers
784 users here now
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.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For me atomic distributions are the way to go.
You get a rock solid base system that get updated automatically, and every single user has the same image so you can't get into a bug that's only reproduced on your system because of your combination of system packages. If for any reason you have a problem with an image update, you can always boot on the previous image from grub.
Then user apps come on top of that, and can't break the base system.
I know you tried Kinoite and got stuck, but there is always a way to unblock yourself and install what you want. If it's not in flatpak there is homebrew (for CLI), and if it's in neither there is distrobox. You can also do a rpm-ostree for native packages if all the others fail.
You can also check universal blue, Aurora in particular if you want KDE. It's based on Fedora Silverblue but with an improved out-of-the-box experience.
https://universal-blue.org/
I have yet to successfully install the Private Internet Access client on Bazzite. It does a lot of system modification at runtime, which doesn't play nice with the immutable system.
There's definitely limitations like that one, so I'd say there's a solution for most, but not all cases. Hopefully, that will become a non-issue when
bootc
is fully ready.Can't you simply get the OpenVPN or Wireguard details from in PIA, and then put them into Gnome/KDE's built-in VPN app?
Like this: https://helpdesk.privateinternetaccess.com/kb/articles/where-can-i-find-your-ovpn-files
Will be something similar for Wireguard.
Yes and no. WireGuard configs are still not something they offer, despite customers asking for the last several years. They have often said they would do it, but they have yet to deliver on that promise.
OVPN configurations are an option, but the main benefit of the client is the ability to change tunnel configurations on the fly. If there's something you want to change, such as connecting to a different endpoint, you have to go back to the website to configure that tunnel and generate the config.
So you basically get 40% of the service you pay for if you try to use PIA with an immutable distro like Bazzite (which is not the various distros' faults).
I'm not sure how it works with PIA, but on Proton I can export multiple configs, let's say 6 different ones with a combination of countries and other options.
Then I add them all into KDE and I can switch between them at will.
It's a slight extra cost of time at the start, but after that it's smooth and easy.
Their OVPN performance isn't as good as WG, so it's really just a backup solution in my mind.
But my main point is that there exist edge cases like that where "install it in a distrobox" isn't a panacea. You either have to learn
podman
and how to forward your network traffic through the container or learn how to pack your own flatpak/appimage/RPM.