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

Linux

8827 readers
444 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 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Lemongrab@lemmy.one 1 points 9 months ago (1 children)

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 9 months ago* (last edited 9 months 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