Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PO
please_lemmy_out @lemmy.world
Posts 1
Comments 26
Loving PopOS but apparently I can't get the latest Nvidia driver? (Your regularly scheduled "What Distro should I use" thread)
  • As someone that was on a straight Arch install for years I've come to appreciate Manjaro + their holding back of non-critical updates for a couple weeks for additional testing. Between that and sticking to LTS kernel versions I've run into way fewer issues (not that being on the bleeding edge for updates was that bad, but problems certainly came up occasionally).

  • Why isn't my port forwarding working?
  • Are you using OpenVPN or Wireguard configs?

    For Wireguard I had to slightly modify the commands to open a port to:

    natpmpc -g 10.2.0.1 -a 0 0 tcp 60

    natpmpc -g 10.2.0.1 -a 0 0 udp 60

    while true ; do date ; natpmpc -g 10.2.0.1 -a 0 0 tcp 60 && natpmpc -g 10.2.0.1 -a 0 0 udp 60 || { echo -e "ERROR with natpmpc command \a" ; break ; } ; sleep 45 ; done

  • Looking for recommendations for a mini pc server to start self hosting
  • I replaced my aging NUC with a Minisforum SFF box and am also very happy with it. Footprint is slightly larger, but actually find it much quieter. The NUC was basically silent 90% of the time too, but it had an annoying high pitched whine if you were doing something very CPU-intensive.

    Depending on model they can support up to 2 m.2s and a 2.5" drive.

  • They got us
  • Sometimes I trick myself into thinking I can overcome the communication barrier by doing things primarily in writing... but who am I fooling? I can apparently only make myself understood by fellow engineers.

  • Share Your Favorite Linux Distros and Why You Love Them
  • Switched to Manjaro after running vanilla Arch for several years and haven't looked back. I appreciate the slightly less bleeding edge updates and extra added stability around it.

    Easy installs are probably less of a big deal nowadays after Arch overhauled their installation process.