home.social

#ubuntuserver — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ubuntuserver, aggregated by home.social.

  1. for anyone upgrading ubuntu server, you might also encounter this strange docker bug where it deletes the docker0 interface, fix it with

    sudo apt remove netscript-2.4
    sudo systemctl restart docker

    stackoverflow.com/a/68630232