

mailcow-dockerized is great, really makes email setup so much easier.
Do you ever send mails to Gmail and Office365? Do you get through the spam filter without PTR record?
mailcow-dockerized is great, really makes email setup so much easier.
Do you ever send mails to Gmail and Office365? Do you get through the spam filter without PTR record?
Up until recently, there was no HDR support at all on regular desktop Linux. Now Wayland has HDR support and Kodi is getting it soon.
CoreELEC on Odroid (and many other ARM boxes) is able to switch between HDR/SDR, different resolutions and passthrough all audio codecs. All of which I need for proper media playback in my home theater.
Neat, I might finally be able to use a proper Linux PC as HTPC instead of an Odroid running CoreELEC once HDR switching works.
If your use case is only desktop and phone, KDE Connect can do it independently from your music service. Works in both directions as well.
I use Jellyfin but I download all my songs from Tidal, Qobuz or Deezer and tag them automatically right then and there in a clean format so Jellyfin does not have to guess at all.
I also have some automatic checks in place to convert incorrect metadata to a proper format. Like moving artists from the title (feat. Somebody else)
to the artists tag Somebody; Somebody else
and a bunch more.
Together with Finamp on desktop and mobile everything is pretty much working as expected.
Bazzite has a version for legacy Nvidia GPUs (including the 10xx series). I would start there.
SteamOS, even if it releases anytime soon, most likely will not support your GPU.
I switched from Fedora KDE to Kinoite a few months ago. Both were 100% stable for me as well.
The main reason I switched to Kinoite is because I’m a digital hoarder and after 5 years or so all my systems are completely trashed with various libraries, 12 different PHP/.NET versions, custom builds and a bazillion Python packages.
In the end it always causes issues like my builds stop working because I have some ancient version of a library stashed away somewhere.
Immutable distros are really easy to return to “factory defaults”. It keeps a list of all the packages that are installed on the system and everything else now goes in Toolboxes, Distroboxes or Docker containers. If I mess up my C++ environment (again) I can just delete that toolbox and start from scratch.
I still manage to bloat my home directory but that is much easier to clean up than looking through all system files.
I’m running this on a 7900 XTX with 32GB RAM. No issues so far. According to their instructions, Nvidia is a little bit more involved but it should perform the same on consumer or pro GPUs.
I assume decause it’s using Docker, the more RAM the better.
Docker has pretty much no overhead, so you only need enough RAM to run the games/sessions you want to run in addition to your regular desktop.
They don’t do the same thing: Sunshine is intended to stream a single physical desktop.
Games on Whales runs headlessly and creates virtual desktops for each session in a Docker environment.
For example, you can create an instance that runs at 800p so you can stream to your Steam Deck at its native resolution. You can even still use your desktop normally since the streams run in the background.
Both of them support connection via Moonlight.
Games on Whales has worked really well for me: https://games-on-whales.github.io/
That’s a shame. Still very cool and much tidier than doing it directly but I thought you could actually pull windows:latest now and get going.
Wait, Docker and Podman can create Windows VMs?
I had winapps setup using QEMU quite a while ago but this seems like a much tidier setup.
But more users need Linux.
I’m not OP but I use mailcow to host my mail and it comes with the + aliases by default. So mail+google@example.org goes to mail@example.org.
You can also do fully random aliases on demand, both time limited and permanently. Useful for those few services that do not accept + in their email fields.
If your device supports it, you might want to encode to Opus instead. Opus produces much higher quality files at much smaller file sizes than MP3.
For example, Opus at 128kbps is considered transparent when compared to the source file. You can probably go down to 64-96kbps when its just for playback in your car.
https://wiki.xiph.org/Opus_Recommended_Settings
As for transcoding them, you might want to check out ffmpegfs: https://github.com/nschlia/ffmpegfs
It can create a “virtual” drive based on your source files and automatically transcodes them when you drag & drop files from there onto your device.
Fedora Kinoite, because it fits my workflow the best and has a nice mixture of stable and leading edge.
Everything I run was containerized either way (Flatpak, Docker or Podman) long before I switched to an immutable distro.
I have lots of different development environments for various versions of different programming languages that are incredibly easy to setup, throw away and recreate with toolbox without having to dive into the language specific tools for creating virtual environments (venv, conda, …). On regular Linux/Windows systems I end up at a point after a few years where there is junk laying around everywhere from 6 different PHP versions, 7 gcc variants and 8 .NET versions.
I was on Fedora KDE before that and the main reason for choosing it was that Ubuntu/Debian/Mint were too old to include firmware for my GPU. Arch and derivatives are on the opposite side of the spectrum and are too new for my taste, I’m fine with waiting a few weeks for .1 versions to release with bugfixes.
As for why not Bazzite or Aurora: Because I wanted to be as close to the original (Fedora & KDE) as possible. The modifications those distros make (and I need), I can do myself in a few minutes.
I do recommend Bazzite or Aurora for less experienced people though, they have a lot of tweaks that Kinoite is really lacking. Kinoite, just like the Fedora KDE variant has a lot of polishing issues that quickly become gigantic obstacles for beginners (Nvidia drivers, Flathub repository, H264/H265 codecs, missing udev rules, …)
I don’t have a Behringer UV1 but I do have an UMC404HD and an UMC202HD. Both work flawlessly on Linux out of the box.
Doesn’t work for me unfortunately, always falls back to CPU ever since the packages were split up.
Looks like you’re right.
I switched to it when Alpaca stopped working on AMD GPUs and was under the impression it is open source.
If you don’t follow their tuning guide, Nextcloud does run very poorly on SQLite and without Redis/caching. Apache also performs significantly worse than nginx + php-fpm.
https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html
It does run very well with Postgres + Redis + php-fpm + OPcache and has been pretty much the center of my selfhosting endeavor since ownCloud times.