I made these changes to resolv.conf today and when i restarted my laptop i cannot connect to the internet. It says server cant be found. These commands were given to me by unoDNS when trying to delete it from my system.
sudo mv /etc/resolv.conf /etc/resolv.conf.bak
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
echo "nameserver 8.8.4.4" | sudo tee -a /etc/resolv.conf
Any suggestions as to what went wrong. I am using Ubuntu 14.04 LTS.
cat /etc/resolv.conf
? – jobin May 08 '14 at 19:46DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN` so why do you edit it? it is not the correct place
– Rinzwind May 08 '14 at 19:53