Moritz
- 14 Posts
- 27 Comments
Honestly I don’t have a spare cable at home. I need to organize one and then test it, which is probably taking some time.
I am now trying the freezer trick and tomorrow I will have an update :) Btw, such a nice read xD I really enjoyed it.
I hope I will notice in reasonable time and go get a new one for the next backup :)
Moritz@lemmy.worldOPto
Android@lemmy.world•Exposure time/ shutter speed is cappedEnglish
2·2 years agoI 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…
Moritz@lemmy.worldOPto
Linux@lemmy.ml•[Question/Issue] In Game and Discord randomly no AudioEnglish
1·2 years agoSee 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 opinionEnglish
2·2 years agoThanks, 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 opinionEnglish
1·2 years agoFedora 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 opinionEnglish
3·2 years agoI 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 opinionEnglish
2·2 years agoI 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 opinionEnglish
1·2 years agoWhat 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 opinionEnglish
1·2 years agoI 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 opinionEnglish
1·2 years agoI’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 opinionEnglish
51·2 years agoYou 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 opinionEnglish
4·2 years agoI’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 AudioEnglish
1·2 years agoSadly, 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 AudioEnglish
1·2 years agoSadly, using WebCord or WebCord doesn’t fix the issue for me :( My sound is still deadlocked somehow.
Moritz@lemmy.worldto
Selfhosted@lemmy.world•Which OS do you use for your homeserver?English
21·2 years agoI 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 privacyEnglish
19·2 years agoThe 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. HasEnglish
1·3 years agoFor anyone who wonders how I solved my issue:
I created the file
~/.config/systemd/user/protonmail-bridge.serviceand 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.targetIf you are not using the Flatpack version of ProtonMail Bridge, then modify the
ExecStartvalue to your installation.After that I ran
systemctl --user start protonmail-bridge.serviceto start the service andsystemctl --user enable protonmail-bridge.serviceto make it auto-start upon login-in into my account.





I only got that one drive (and that one usb drive) and the other drive is online. I would have to shut down my system, in order to test it. I can only do that in a few days.
Nope, just what I posted, IIRC.