exu
@exu@feditown.com
- Comment on non-tailscale sever 1 via tailscale router cannot ping server 2, but server 2 can ping server 1. Why? 3 weeks ago:
Can you ping server 1 from the subnet router?
Make sure to check if you have a firewall blocking ICMP packets on server 1 or somewhere between.
Maybe run traceroute from both serves and compare the route taken and where it stops. - Comment on New social experiment 4 weeks ago:
applications/
- Comment on New social experiment 4 weeks ago:
group
- Comment on New social experiment 4 weeks ago:
GRUB
- Comment on New social experiment 4 weeks ago:
share/
- Comment on New social experiment 4 weeks ago:
fish
- Comment on New social experiment 4 weeks ago:
cpuinfo
- Comment on Tis the season 1 month ago:
USD has inflated, but I don’t think it’s been that strong.
- Submitted 2 months ago to technology@lemmy.world | 6 comments
- Submitted 2 months ago to technology@lemmy.world | 4 comments
- Comment on "What Is Your Dream for Mozilla" - Mozilla is doing a survey, questions include "What is most important to you right now about technology and the internet?" 2 months ago:
Google controls Chromium same as it controls Android. The product direction and included features are set by the team at Google.
- Comment on Patient gamers, what are your favorite OSTs? 2 months ago:
Hollow Knight, though I don’t really listen to it outside the game.
Cyberpunk has some great songs on the radio. - Comment on Static site generator for an idiot who doesn't want to learn a new templating language just to have a blog? 2 months ago:
As the sibling comment says, not a static site generator. If you want to customize pretty much anything about the layout or theming you still need to use Twig, CSS and if you’re unlucky JS.
- Comment on WordPress demands conf organizers share social media logins. 2 months ago:
Every action by Automattic/WordPress Foundation sounds like something from a 101: How to kill your community book
- Comment on Monke 3 months ago:
eyy
- Comment on Has anyone tried the new Resilio Sync 3? 3 months ago:
I mean the 4K77 Project stuff. They have everything on their own forum and only offer Resilio downloads.
- Comment on Has anyone tried the new Resilio Sync 3? 3 months ago:
I only used it to download certain Star Wars versions, because these nice gentlemen couldn’t be bothered to use real torrents.
No idea how you would use that as a Syncthing replacement though.
- Comment on True dat 3 months ago:
Even Mixtral is somewhat censored as they, like many others, used ChatGPT to generate question/answer pairs for the instruct finetuning.
There are finetunes that remove this censoring again like dolphin.
- Comment on Please suggest some good self-hostable RAG for my LLM. 3 months ago:
I’m aware of these options to do RAG, though I’m not using any yet. Only SillyTavern for chat stuff
- Comment on Installing Jellyfin as a Podman Quadlet 3 months ago:
Apologies for the late response
I can access every node by IP (IPv6 to be precise).
Discovery within a local network happens through regular broadcasts. For connecting different networks, you need to set peering addresses that are reachable and configure the other side to listen.
You only need one node per network though, the others will automatically discover the path and connect on the best route to their target. If your node in the middle falls over, any other node that’s reachable can be used instead. The Yggdrasil Blog posts have some explainations of the algorithms used.There’s no explicit gateway, but you can use standard routing and firewall tools to do whatever you want. I only use it for accessing internal stuff, not as a full VPN for my client devices, but you could probably make that work by setting one node as router and configure its Yggdrasil ip as you gateway (excluding the traffic you need to connect to the VPN).
One downside is that everything’s still in progress and most versions change significant parts of the routing scheme, meaning it doesn’t work with the previous version. It is primarily a research tool for internet scale mesh networks, but releases are also infrequent enough where you shouldn’t worry too much.
- Comment on Starfield's first DLC is one of the worst Bethesda and DLCs of all time 3 months ago:
I didn’t play it at the time because of the bugs, but from what I saw the good parts of Cyberpunk were already present. Stuff like storytelling, interesting characters etc.
Starfield has none of that. - Comment on Starfield's first DLC is one of the worst Bethesda and DLCs of all time 3 months ago:
If ES6 is just a refreshed Skyrim I really see no reason to buy it. There are much more interesting RPGs than the Bethesda style nowadays.
- Comment on Installing Jellyfin as a Podman Quadlet 3 months ago:
I use Yggdrasil now with a whitelist of public keys. Though I’m thinking about redoing my architecture in general to make key distribution easier, have more automated DNS entries and also use the tunnel for any node to node communication.
Before that I tried Tailscale with Headscale, but I didn’t want to have a single node responsible for the network and discovery.
- Comment on Installing Jellyfin as a Podman Quadlet 3 months ago:
Most VMs only run containers, but I have supporting services on every host as well. Stuff like the mesh VPN, monitoring agent or firewall.
If I want a quick overview, a quicksystemctl status
will tell me everything I need to know. - Comment on Installing Jellyfin as a Podman Quadlet 3 months ago:
I’ve been managing my containers using the older mechanism (systemd-generate) since I started and it’s great. You get the reliable service start of systemd and its management interface. Monitoring is consistent with all your other services and you have your logs in exactly one location.
I really wouldn’t want a separate interface or service manager just because I’m running containers.
- Comment on UBO Lite Pulled from Firefox Store by developer 3 months ago:
You can still use the real uBlock Origin instead of the mediocre version Google allows
- Submitted 3 months ago to technology@lemmy.world | 8 comments
- Comment on You have been SWIVELLED! 3 months ago:
You have been SWIVELLED
- Comment on Arch Linux and Valve Collaboration 3 months ago:
Manjaro does stability by delaying everything by two weeks. That doesn’t really help at all and might hurt you for security updates, because those will wait the same two weeks.
- Comment on Arch Linux and Valve Collaboration 3 months ago:
It uses the Arch repos directly though