

Why not run the image registry on the Raspberry Pi itself? Then you can do your builds on your regular machine and push them to your Raspberry Pi when done.
Why not run the image registry on the Raspberry Pi itself? Then you can do your builds on your regular machine and push them to your Raspberry Pi when done.
I did something similar a while ago but for changing volume on a single application, should work for devices as well though since both are just nodes.
Try this:
#!/bin/sh
node_id=$(pw-dump | jq '.[] | select(.type == "PipeWire:Interface:Node" and .info.props."node.name" == "Virtual-Sink-1") | .id')
echo "Adjusting volume for $node_id"
wpctl set-volume $node_id 10%-
Replace Virtual-Sink-1
with the name of your audio device and -
with the operation you want to perform.
I think you are right about the Elgato PCI-e models not working on Linux unfortunately.
In case you are ever in the market for a new capture card in the future:
99.9% of USB capture cards work out of the box. Alternatively, if it has to be PCI-e: Blackmagic provides first-class Linux drivers for their PCI-e cards.
We use some Blackmagic cards for larger projects and for the smaller ones we use Elgato USB capture cards.
Also, my $250 elgato capture card doesn’t support Linux.
Which one? We use a few Elgato capture cards with OBS on Linux at work and all of them are bog-standard UVC video devices.
I played minecraft with my spouse
Check out Prism Launcher if you play Java Minecraft. It allows you to easily manage multiple Minecraft versions. Modded, unmodded, different versions, etc…
Does Zorin develop their own tools/patches or what do they bundle as office and creative suite in their Pro version?
This works out of the box on KDE (should work on GNOME too), what desktop environment do you use?
Props for releasing it!
I built my own downloader for Tidal, Qobuz and Deezer, which monitors the favorites on each platform and downloads them automatically. Was always too afraid to release it.
Yep, that’s why. If your controller is new enough, use Bluetooth.
Pretty much connect & play via Bluetooth.
I just installed a fresh Debian 12 VM and it looks like this on the login screen:
However, I don’t have an Nvidia GPU, so maybe their drivers disable Wayland?
There is something in the Debian wiki for Wayland on Nvidia: https://wiki.debian.org/NvidiaGraphicsDrivers#Wayland
Your entire session has to run in Wayland, you can’t only run Firefox in Wayland.
Can you run echo $XDG_SESSION_TYPE
in your terminal? Does it say x11 or wayland?
As of version 121, Firefox defaults to Wayland if your session is running Wayland.
Might want to try in a fresh profile since you made config changes.
It’s really snappy for me behind a Traefik reverse proxy (with HTTP/3) but I got it running on a beefy machine so I’m not sure how heavy it is.
That makes sense. Didn’t even know Valheim had a screenshot feature.
For Steam it is F12, for the OS it is just Print Screen.
I recommend the latter since you can also do a partial screenshot, draw on it and it gets saved in your Pictures folder automatically.
Nextcloud can embed Collabora Code (essentially Libreoffice) so you can open all your documents in Nextcloud in the browser and edit them together with multiple people.
https://www.collaboraonline.com/code/
Works pretty well.
What about it sucks?
I self-host Collabora Code in Nextcloud and think it’s excellent.
If you like Islets, the follow up “Crypt Custodian” is on sale on Steam and GOG right now.
Didn’t play it yet since I need to finish Kingdom Come but it’s next on the list.
Does Hyprland work well for gaming compared to KDE? Can it do HDR, VRR and so on?
Always wanted to try a tiling WM but was afraid of losing features.
Do you think Aurora is a good choice for beginners? A friend of mine wants to switch and I’m still looking for a good match.
It should be immutable, use KDE, have Nvidia drivers pre-installed (or a easy UI for installing them), not be maintained by a single maintainer and should not have non-OS applications like Steam pre-installed.
Aurora so far seems to be the best choice.
What GPU are we talking about?
Your kernel is defaulting to the radeon driver instead of amdgpu, depending on which generation your GPU belongs to, you can force the kernel to use amdgpu instead. It’s considered unsupported but you’re still going to be much better off running the much newer amdgpu, if your hardware is still capable of using it.