Created
June 30, 2016 13:00
-
-
Save novasky-zz/5610b1455c9b870c1903e3d14ee96ffc to your computer and use it in GitHub Desktop.
Resolv DNS problem in linux SO
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$vi /etc/resolv.conf | |
# Clean all the content and add: | |
nameserver 8.8.8.8 | |
nameserver 8.8.4.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment