46

Just made a dedicated repo about a bunch of tricks I regularly use.

A KDE Plasmoid is definetly missing on that list. Having it work without garbage Electron, at least most of the time, is crucial.

top 7 comments
sorted by: hot top new old
[-] anzo@programming.dev 1 points 2 years ago

Cool. Btw, I'm using gluetun container, and sending through VPN only a few containarrs. It's just another take, instead of running the VPN connection on the OS level and then whitelisting apps for exclusion.

[-] Lemongrab@lemmy.one 0 points 2 years ago* (last edited 2 years ago)

The one-line command I recommend for install Mullvad's RPM repo is as follows:
curl --tlsv1.3 -fsS https://repository.mullvad.net/rpm/stable/mullvad.repo | pkexec tee -a "/etc/yum.repos.d/mullvad.repo"

My explanation: This curl command enforces strong TLS encryption and pipes the fetched repo file to the tee (append) command, which requests to run with root permissions and appends the file to the specified path. pkexec is useful instead of plain sudo because if the current user isn't in wheel/sudo groul it requests the local admin account to authenticate.

[-] boredsquirrel@slrpnk.net 1 points 2 years ago

That is nice, I will update it

[-] Lemongrab@lemmy.one 2 points 2 years ago

Replying to remind you.

[-] boredsquirrel@slrpnk.net 1 points 2 years ago
[-] Lemongrab@lemmy.one 1 points 2 years ago

I used tee -a because that is how I have seen it recommended. If it works without then do that instead.

[-] boredsquirrel@slrpnk.net 1 points 2 years ago* (last edited 2 years ago)

I checked, -a is append and if that file already exists it would write the stuff to the end of it again.

> is the correct one

this post was submitted on 24 Oct 2024
46 points (97.9% liked)

Linux

14997 readers
99 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS