[Ubuntu]Change DNS in ubuntu – Change DNS in ubuntu

Run the command:
sudo gedit /etc/resolv.conf
Add this line. (depending on the DNS you want to change)
nameserver 208.67.222.222
Restart the network card again:
sudo /etc/init.d/networking restart