Reset resolv.conf

# If resolvconf -u shows the WARNING that /etc/resolv.conf
# is not a symbolic link to /run/resolvconf/resolv.conf
# then just backup that resolv.conf and make the symbolic link:

cd /etc
sudo ln -s /run/resolvconf/resolv.conf
Lander Van laer