More stuff coming soon!

How To Change DNS on a Linux OS

Posted on 8th September

The file that you need to edit is /etc/resolve.conf

To edit this file you need to use the vi or nano command. I use vi.
vi /etc/resolve.conf

search local.localdomain
nameserver 192.192.192.192
nameserver 192.192.192.193

Add your primary and secondary server IP addresses above and save the file. Test your connection by pinging google.com, if you get a response your change was successful!.