Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created July 8, 2015 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/1856d9f18899c438b7ca to your computer and use it in GitHub Desktop.
Save notmyname/1856d9f18899c438b7ca to your computer and use it in GitHub Desktop.
root@phobos:~# echo "nameserver 8.8.8.8" >/etc/resolv.conf
root@phobos:~# echo "nameserver 192.168.122.0" >>/etc/resolv.conf
root@phobos:~# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 192.168.122.0
root@phobos:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment