非決定性おとこ
2018/02/05
dns サーバ アドレス変更の仕方 Ubuntu 16.04 64bit
端末を開く
以下のコマンドを実行する
sudo gedit /etc/resolvconf/resolv.conf.d/head
以下のソースコードを貼り付け、保存する
nameserver 8.8.8.8
nameserver 8.8.4.4
以下のコマンドで反映させる
sudo resolvconf -u
参考
次の投稿
前の投稿
ホーム