There were shadowy conspiracists lurking in the dark alleys of Washington, and hiding from the glaring sun in the High Desert of California, but they were laughably easy prey when the Martian lizard people, the subterranean Vril-empowered mole-men, and the globalist pedophile Commies did show up.

  • 8 Posts
  • 75 Comments
Joined 5 months ago
cake
Cake day: July 15th, 2024

help-circle










  • superkret@feddit.orgtolinuxmemes@lemmy.worldDistro Focuses
    link
    fedilink
    arrow-up
    203
    ·
    edit-2
    10 days ago

    When you run OpenSUSE, you can feel it was made by Germans.
    The installer is a beautiful example of German engineering.
    The package manager is a perfect example of German over-engineering.
    If you run it with KDE, you have 2 redundant GUI admin tools for every config in the system, and 4 for setting up printers.






  • You only need one. Standard is to use your router IP as local nameserver.
    If your internet provider has issues with name resolutions, which happens sometimes, you can instead set 8.8.8.8 (Google’s nameserver) or 1.1.1.1 (Cloudflare’s nameserver). But then you can’t ping other devices in your local network by name, and loading websites can be a tiny bit slower.




  • First step to check would be which packages were updated, and whether there are any .pacnew and .pacsave files in /etc
    Cause that’s really the only way a pacman update can fuck up networking, by installing a new config file for a networking-related package.

    sudo find /etc -name *.pac*

    also check if there are systemctl services that didn’t come back up (most likely systemd-resolved)

    sudo systemctl --failed