this post was submitted on 10 Jul 2024
29 points (100.0% liked)
Linux
48033 readers
974 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
Spin up a VM with Aurora, and try to develop a simple GUI app in a distrobox yourself. See what it can do out of the box. I've been practicing getting a problematic VPN installed that way (on Bazzite), so that when I move to the bare metal version, I'll be ready to go.
Also, if you're unsure about distrobox, it's just a wrapper for
podman
. If you need detailed settings beyond what distrobox can offer, you should look into podman's options.How did you go with the VPN? I will be looking at that next. I'm using Proton VPN which has an rpm package, but if that doesn't work I can fallback to manually setting up the WireGuard config.
ProtonVPN actually has a flatpak, and it worked for me when I tested it out a couple months ago.
But my personal use case is with Private Internet Access. I basically had to install it from source, tweak the installer by commenting out some lines that tried to write to
/usr
(which is immutable), install and modify the systemd daemon service manually, then install the.desktop
file for my local user. And for some reason, the OpenVPN tunnel doesn't work, but WireGuard works fine.I may try my hand at making a flatpak or RPM for a cleaner install, but it's seriously made me reconsider if I want to keep this provider, move to one like AirVPN, or go with a different immutable distro like NixOS or openSUSE MicroOS.
If ProtonVPN has its package in the Fedora repos or as a downloadable RPM file, it should be as easy as
rpm-ostree install protonvpn
orrpm-ostree install /path/to/protonvpn.rpm
.