Fixing " Temporary failure resolving 'us.archive.ubuntu.com'" in Ubuntu, Vagrant
when trying to run this:
sudo apt-get update
on Vagrant with Ubuntu, I kept getting the following error:
Temporary failure resolving 'us.archive.ubuntu.com
The solution was to add sensible DNS entries in:
/etc/resolv.conf
This is the config for Google's DNS servers:
nameserver 8.8.8.8 nameserver 8.8.4.4