Skip to content

Instantly share code, notes, and snippets.

@walbon
Last active September 25, 2015 19:08
Show Gist options
  • Save walbon/970523 to your computer and use it in GitHub Desktop.
Save walbon/970523 to your computer and use it in GitHub Desktop.
Mudar o serviço de DNS do computador para o Google DNS.
#!/bin/bash
sudo chown $USER:$USER /etc/resolv.conf
/bin/echo -e "nameserver 8.8.8.8\nnameserver 8.8.4.4" > /etc/resolv.conf
sudo chown root:root /etc/resolv.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment