How can I change my nameserver
but WITHOUT changing any file by hand, which command do I need to use for it?
root@ubuntu-1gb-nyc2-01:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.8.8
nameserver 8.8.4.4
root@ubuntu-1gb-nyc2-01:~#
man resolvconf
and you have your answer. – Rinzwind Feb 18 '16 at 17:42