Which model did this?
- 0 posts
- 23 comments
- 3 months
From looking online it seems people are migrating to Grimmory: https://github.com/grimmory-tools/grimmory
Not sure how trustworthy this fork is though.
It’s worth mentioning that it doesn’t support voice calls though.
- Link@rentadrunk.orgto
Selfhosted@lemmy.world•What are the benefits of a server having multiple public IP addresses?English
1 yearWhy can’t you run the STUN/TURN server on the same IP?
- 1 year
Isn’t the data sharing optional? I’m pretty sure it asks you on first startup and you can decline.
Keep in mind that the DAC on the Pi is pretty awful so it might not sound great.
You might want to get a audio HAT or USB DAC.
I’ve been using NetNewsWire. It’a free and open source and works with FreshRSS.
https://apps.apple.com/gb/app/netnewswire-rss-reader/id1480640210
Is this Forza Horizon 4 or 5?
- Link@rentadrunk.orgto
Selfhosted@lemmy.world•Does setting/reserving a static IP via router prevent its allocation to other devices in its network?English
2 yearsYes it does. Only the MAC address you assigned to that IP will get it.
- Link@rentadrunk.orgto
Selfhosted@lemmy.world•PSA: Docker nukes your firewall rules and replaces them with its own.English
2 yearsIs it? Last time I tried none of my docker compose files would start correctly in podman compose.
- Link@rentadrunk.orgtoGaming@beehaw.org•Nintendo is suing the makers of the Switch emulator Yuzu, claims 'There is no lawful way to use Yuzu'2 years
This is insane but why aren’t they going after Ryujinx too?
My Netgear switch doesn’t support Level 3 routing. It only supports basic VLAN functions.
From the switch? I thought the routing was done at the router level?
Doesn’t look like it but if I set up VLANs unless an user is on the correct VLAN they can’t access the web interface. And the only way for them to get access is to get physical access and plug a device into the correct port.
It is a managed switch. What’s wrong with TP-Link managed switches?
I have a basic Netgear managed switch for VLANs.
- 2 years
Or use LetsEncrypt it’s free to get an SSL certificate.
- 2 years
Where do you see that? Looks like a torrent client let running to me.
I believe the switch emulators support online local play. So if a game supports multiple switches connecting to each other without using the internet, then you can use this to play online instead with other emulator users.
However, if you want to connect to Nintendo’s servers that isn’t possible.
- 2 years
If only one container has been updated then when you run docker compose up -d it will only recreate that container, unless it is a dependency of another container (like a database) in which case it will restart all containers that depend on it as well.


Most servers are most likely on LTS distros and won’t be affected by this bug.
Interestingly it seems the first rule of kernel development, we don’t break user space should apply here.