• 0 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle



  • I get your meaning, but there are other “unpolluted” distros where the theming and arbitrary package selection is kept at a minimum. Debian comes to mind.

    In fact, Fedora does take liberties with non-free drivers and configs for the sake of a sane and usable quality of life.

    I’m not trying to start a pissing contest here, just highlighting that there’s a Linux for everyone, and that is the great thing about Linux.


  • I grew up en français, albeit in Canada. In our informatique classes, we had CSA standard layout keyboards (IBM, not Microsoft).

    It’s essentially a QWERTY keyboard with built-in compose key modifier and silkscreened characters on the board for accented characters (capitals included). Not too bad to learn on, and considering that QWERTY would be so prevalent in my life, I think it’s a good compromise.

    When I was in uni in the 90s and finally ran across an AZERTY keyboard, I literally couldn’t use it. Not only is layout different, but the character mod sequence makes no ergonomic sense to me.

    NB: fun fact, y a pas de mots qui commencent en C cédille. C’est pas pour dire qu’on a pas besoin de majuscules cédillées. :)

    NBB: ¤ is an end-of-cell marker, introduced at the advent of word processors to distinguish newline and carriage returns from the ends of cells in tables. Not sure if it had a meaning before then, but my memory is saying it had something to do with sub-paragraphs.











  • I just vi the systemd/system/fancyname.service files father than use systemd edit, but I think the result is the same.

    There are two configs you can add to the [service] directive:

    user=someuser

    This should allow you to run the service under the credentials of your choosing.

    Remember to systemctl daemon-reload after making changes to unit files.


  • That is not normal. I have much the same setup, sabnzbd, Plex, jellyfin, sonar, radar. They all run under a particular user and their /opt and /var/lib folders don’t ‘revert’ to their old ownership and permissions.

    Either something is watching those folders and setting permissions, or some kind of immutability is in play, but permissions normally don’t revert like that.