Ubuntu DNS Resolve Failure Fix
It seems that Ubuntu DNS Cache seems to stop working. The following is the easy fix.
Fix One
Update DNS in /etc/systemd/resolved.conf
sudo nano /etc/systemd/resolved.conf
sudo ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf && sudo systemctl restart systemd-resolved