this post was submitted on 12 Apr 2023
19 points (100.0% liked)

Linux

47368 readers
1038 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Good guide on how to register mullvad browser as an application too

you are viewing a single comment's thread
view the rest of the comments
[–] snoopa@lemmy.ml 2 points 1 year ago (1 children)

Just use the flatpak from flathub

[–] stephen@vanderwarker.social 3 points 1 year ago (2 children)

@snoopa @altair222 just don't use the damn snap package 😜

[–] anders@rytter.me 1 points 1 year ago

@altair222 @snoopa @stephen I don't like Snap packages. They are really slow at launching. Flatpaks seem more clean, run better and integrates better with the host system such as theming.

[–] Furycd001@fosstodon.org 1 points 1 year ago (1 children)
[–] anders@rytter.me 1 points 1 year ago (1 children)
[–] Furycd001@fosstodon.org 0 points 1 year ago (1 children)

@anders @altair222 @snoopa @stephen Really I've just never got around to giving it a try, but I've always just installed from the package manager & if it's not available then I've compiled it from source....

[–] anders@rytter.me 1 points 1 year ago (1 children)

@altair222 @snoopa @stephen @Furycd001 Flatpak is really good and easy to use. I use Fedora Silverblue so Flatpak is my preferred way of getting applications, otherwise I build an image and use Distrobox in order not to change the host system, which takes a bit more time. I'd say it's good for most things, except maybe the browser. Fedora's Firefox seems to be the most optimized and fastest one compared to the Flatpak version published by Mozilla. Also I avoid Flatpaks published by third-parties where security is important - for example crypto wallets.

[–] ryankage@mastodon.social 0 points 1 year ago (1 children)

@anders @altair222 @snoopa @stephen @Furycd001 i'm still confused about immutable. what happened when you need vpn or jellyfin/plex server stuff? do you just not use them? i know a lot of people just use vpn on router now, but unfortunately i can't do that with t-mobile wifi gateway.

[–] anders@rytter.me 1 points 1 year ago* (last edited 1 year ago) (1 children)

@altair222 @snoopa @ryankage @stephen @Furycd001 you can install packages on main system - it's just best to avoid it when it's possible. I have VPN layered on the host system because I don't think thats possible through a container. Server applications can be run in a container and toolbox and distrobox make it easy because it makes the container applications run almost the same as on the host. With distrobox it's even possible to run an init system such as systemd inside a container. So I would say it like this: whenever possible, try to run applications inside a container or use Flatpaks. if it isn't possible then layer them on the host system as the last resort.

[–] ryankage@mastodon.social 2 points 1 year ago (1 children)

@anders @altair222 @snoopa @stephen @Furycd001
gotcha thanks. so it's like how steam deck works with entering "dev mode".

[–] anders@rytter.me 1 points 1 year ago

@altair222 @snoopa @ryankage @stephen @Furycd001 yeah I heard that it's also immutable. never tried it though.