exu

  • 16 Posts
  • 302 Comments
Joined 1 year ago
cake
Cake day: September 29th, 2023








  • exutoLinux@lemmy.worldIf Linux is so great why isn't everyone using it?English
    arrow-up
    2
    arrow-down
    0
    ·
    2 days ago
    link
    fedilink

    It feels like most people here are only reacting to the title. If you actually look at the article, it talks about commonly mentioned advantages and examples of Linux.

    It’s really not that interesting to me as an article, but from scrolling through some others there might be more interesting stuff here. Or am I missing something?






  • I use migadu.com now, previously also used mailbox.org and protonmail.
    The great part with migadu is how much control you have. Want to add multiple domains or have multiple users? No problem. (Though they reserve the right to ask what you’re doing if it’s excessive).
    Limits are based on mails sent, mails received and storage space.
    I was on their cheapest plan (19$/year) until I filled my receiving contingent because my servers had issues and monitoring kept dutifully sending email alerts about that.






  • exutoLinux@lemmy.mlYour Most Frustrating Configuration Experience?English
    arrow-up
    6
    arrow-down
    0
    ·
    11 days ago
    link
    fedilink

    Just recently XDG Portals to get video sharing working. It just kept using the GTK fallbacks instead of KDE as I configured it, but it used the correct ones when starting from the terminal.

    Eventually I figured out I had set an env override for XDG_CURRENT_DESKTOP="sway" in my user systemd environment, because that’s what I used previously.



  • exutoSelfhosted@lemmy.worldInstalling Jellyfin as a Podman QuadletEnglish
    arrow-up
    2
    arrow-down
    0
    ·
    11 days ago
    link
    fedilink

    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.