Moritz
- 12 Posts
- 23 Comments
Moritz@lemmy.worldOPto Linux@lemmy.ml•[Question/Issue] In Game and Discord randomly no AudioEnglish1·1 年前See https://lemmy.world/comment/9404186 for a Solution. Spoiler: switching from NVIDIA to an AMD GPU fixed the issue.
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish2·1 年前Thanks, I might give it a try. I am not settled yet but FCOS sounds very promising. We will see.
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish1·1 年前Fedora has an annoying release cadence IMO. I have experienced desktop bugs in the early GA releases before which put me off. If I wanted instability I would sooner go with Arch (and I am yet to have many issues with Arch yet).
Do you mean they are too frequent, or what do you mean?
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish3·1 年前I am also curious. FreeBSD is, in my opinion, is such an unorthodox choice.
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish2·1 年前I don’t know if the use-case you describes fit into my problem. I only have one server and its a physical server. I’m also not really able to extend the number of servers, as I don’t really have the budget.
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish1·1 年前What is the difference/benefit to Fedora CoreOS?
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish1·1 年前I am also thinking about installing nix on my laptop, but I need a proprietary library for work, which is kinda hard to install/ not working on NixOS. But we might be able to just use docker for development. Well, that is currently preventing me from installing nix on my laptop, I am still looking for a way to fix that issue.
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish1·1 年前I’d recommend it, but would also recommend taking a look at Flatcar Linux which is more or less the same without the IBM dependency (which makes my stomach hurt sometimes).
Why exactly are the IBM dependencies a problem for you?
I used debian before for some years, but at some point became tired of manually updating the system (which is probably one of the biggest benefit of FCOS). It takes, however, quite some time to put your first Ignition config together, and debugging is tedious as you have to redeploy to see if a bug / error is now gone (I’ve used a VM for that).
I can’t really find good resources on how FCOS is working and what are the benefits. Is it updating the system/kernel automatically as well as the containers? And what are generally, in your opinion, the advantages of FCOS?
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish41·1 年前You can also use container within NixOS and AFAICT even declare the containers which should be running. Also NixOS is sad to be stable, or am I missing something?
Moritz@lemmy.worldOPto Selfhosted@lemmy.world•what will be my next server operating system (Fedora Server, Fedora CoreOS, NixOS), your experience and opinionEnglish4·1 年前I’m probably the odd one out, but my home server is running Arch Linux. And it’s been really smooth. I do weekly maintenance in the form of updates and cleanup and it’s been reliable since I set it up a couple of years ago.
I am basically doing the same right now, all by hand. It’s just that I am not doing the system and container updates regularly. I also often forget which services I have running and some of the Services I am not even using anymore. I just wanted to give them a try and now they are sitting there, wasting (barely any, but it’s nagging me) resources.
Moritz@lemmy.worldOPto Linux@lemmy.ml•[Question/Issue] In Game and Discord randomly no AudioEnglish1·1 年前Sadly, using WebCord or WebCord doesn’t fix the issue for me :( My sound is still deadlocked somehow.
Moritz@lemmy.worldOPto Linux@lemmy.ml•[Question/Issue] In Game and Discord randomly no AudioEnglish1·1 年前Sadly, using WebCord or WebCord doesn’t fix the issue for me :( My sound is still deadlocked somehow.
I am running Ubuntu server and I am… satisfied with it. It does what it should, no problems, nothing to worry about, stable AF (as any mature distro?). But lately I am thinking about switching to fedora server (I need to reset my system one way or another, because my space on the hard drive for the system ran out of space (it was a small drive)). I am using fedora on my work machine and I really like it, so I thought I could give fedora on my server a try.
Moritz@lemmy.worldto Privacy@lemmy.ml•I made a spreadsheet that ranks messengers for privacyEnglish19·1 年前The is the messenger matrix from the German blog Kukitz-Blog (it is a blog with a strong focus on privacy and is in my opinion well informed). But no worries, the matrix is also available in English.
Maybe you can take some inspiration from the matrix.
Moritz@lemmy.worldto Proton @lemmy.world•[@protonprivacy](https://lemmy.world/c/protonprivacy) I am using Fedora (Gnome) and I would like to launch ProtonMail Bridge in background. But I don't know how and cannot find a setting for that. HasEnglish1·2 年前For anyone who wonders how I solved my issue:
I created the file
~/.config/systemd/user/protonmail-bridge.service
and wrote the following into it:[Unit] Description=ProtonMail Bridge Flatpak Service [Service] ExecStart=/usr/bin/flatpak run ch.protonmail.protonmail-bridge --no-window Restart=always RestartSec=10 [Install] WantedBy=default.target
If you are not using the Flatpack version of ProtonMail Bridge, then modify the
ExecStart
value to your installation.After that I ran
systemctl --user start protonmail-bridge.service
to start the service andsystemctl --user enable protonmail-bridge.service
to make it auto-start upon login-in into my account.
Moritz@lemmy.worldto Proton @lemmy.world•[@protonprivacy](https://lemmy.world/c/protonprivacy) I am using Fedora (Gnome) and I would like to launch ProtonMail Bridge in background. But I don't know how and cannot find a setting for that. HasEnglish2·2 年前Launching the App at startup is not my problem (at least not for now). It is rather that I would like to have ProtonMail Bridge minimize into the background applications list (like steam does, shown in the screenshot appended).
Moritz@lemmy.worldto Proton @lemmy.world•[@protonprivacy](https://lemmy.world/c/protonprivacy) I am using Fedora (Gnome) and I would like to launch ProtonMail Bridge in background. But I don't know how and cannot find a setting for that. HasEnglish2·2 年前It seems, that I cannot answer from mastodon, therefore i will do it from lemmy.
Launching the App at startup is not my problem (at least not for now). It is rather that I would like to have ProtonMail Bridge minimize into the background applications list (like steam does, shown in the screenshot appended).
I just tried it. When using it (in a bright environment, had no dark environment/ night at my hands) the time to take the image felt like 1s max. So not that much longer. Also I would like to control the exposure time…