Skip to content

Instantly share code, notes, and snippets.

@justinschuldt
Created May 23, 2020 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinschuldt/ca6caa2d94ae91da8593d6ae8691d951 to your computer and use it in GitHub Desktop.
Save justinschuldt/ca6caa2d94ae91da8593d6ae8691d951 to your computer and use it in GitHub Desktop.
Ubuntu Server setup notes
sudo apt update -y;
sudo apt upgrade -y;
# bonjour, find hostnames by "hostname.local"
sudo apt-get install avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment