• 0 Posts
  • 132 Comments
Joined 1 year ago
cake
Cake day: June 24th, 2023

help-circle


  • Best solution is a VPN to your home network.

    However, if you want to host it publicly, at least restrict access to it via GeoIP. For example, if you live in Europe and only need access from there, only allow the areas in Europe you travel to and block everything else. This will greatly reduce your attack surface.

    Also, make sure everything is patched. Always. And implement something like fail2ban to deny repeated failed logins, along with a reverse proxy.


  • I ran KDE for a year or so recently. The screen sharing bug, since I rely on screen sharing greatly for work, made me switch to something else. If that hadn’t existed, I’d have probably stuck with it.

    KDE is a great DE, but I’ve always found it more buggy than the rest. It also pushes the envelope, though, and really is a cutting edge DE.

    GNOME might be more “stable”, but I’ve also found you need to have at least a half dozen extensions and GNOME Tweaks to make it usable OOTB. Also, it uses as much RAM just doing nothing as a Windows install.

    KDE has always been “Wow this is cool and very well designed” until I always run into a bug I can’t get past and have to switch. This has been my cycle for half a decade or more:

    1. I hear about KDE’s latest cool features (HDR support was the latest) and give it a try.
    2. I use it for several months.
    3. An update breaks something that is critical to my workflow and I have to switch to something else.

    These days, though, I use Cinnamon. It is the definition of “just works” and other than network management GUI elements being kind of meh (especially for VLANs), I’ve found it to be rock solid.





  • How secure an OS is depends entirely on the configuration. A Linux install can be less secure than Windows or macOS, if configured so.

    Linux tends to be more secure OOTB because distro devs tend to be security conscious. Android is also fairly secure, since it has no root access, sandboxes applications to a degree, and has other hardening employed. However, Android is also very vast and built for various devices by many manufacturers, so it also depends on them.