• 1 Post
  • 86 Comments
Joined 2 years ago
cake
Cake day: February 4th, 2024

help-circle




  • Thanks. I have been lurking ever since Reddit’s third-party client shenanigans, actually. 😅

    The Android client has a recurring bug where the connection to the Tailnet and the DNS break about half the time when switching between Wi-Fi and cellular networks. Plus, I can’t use it and a VPN at the same time.

    I can remedy that by toggling the connection off and on from the notifications panel, but it still keeps breaking with stuff that use a persistent connection, like ntfy (a UnifiedPush server).






  • There really isn’t that much when it comes to customization. Your reverse proxy needs to support websockets and I use Caddy for that.

    I also host ntfy on the same server and FMD had problems sending requests to it. All I had to do was to allow FMD container to send requests to the host machine by adding ntfy.mydomain.com:host-gateway Docker host mapping to it.




  • Since you have mentioned that you have an RX 9070–which is a relatively new card, you should stay away from LTS distros like Ubuntu LTS and OpenSUSE Leap. Those have older kernels and Mesa which will noticeably impact your graphics experience.

    For GUI-based app installation: pretty much all desktop environments have an app for it (e.g. Discover on KDE Plasma). Use can use them install software packaged by your distro, or other sources such as flatpak/Flathub. As mentioned by others, there are some independent storefronts such as Bazaar as well.









    1. Linux is intentionally made to be modular and using the terminal is pretty much the only standard way to do things across many distributions.

    I highly suggest you stop avoiding it because it will most likely be faster and easier to do something (i.e. system-level changes) with it than not.

    1. If you want a hard-to-fuck-up distro, I think Atomic (at least that’s what Fedora calls them) distros are the best.

    Similar to smartphones or MacOS, entire OS is a singular image that is also updated all at once. Core parts of the filesystem is also read-only, meaning it is pretty much impossible to mess things up if you don’t mean to do so deliberately.

    The best in this regard are from uBlue project: Bazzite (most popular), Bluefin, Aurora, etc. While Bazzite is intended for gaming (things like Steam are pre-installed), the other are for general use. Bluefin uses GNOME desktop, while Aurora has KDE Plasma desktop environment. Look up their visuals and choose whichever one you like. I prefer Aurora because KDE Plasma is often much more familiar to Windows users.

    1. uBlue distros don’t require a password for system updates (they happen automatically in the background) and so do installing/updating programs.