Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

resolvconf set dns

sudo systemctl disable systemd-resolved.service
sudo gedit /etc/resolvconf/resolv.conf.d/head 
# add
nameserver 8.8.8.8
nameserver 8.8.4.4

sudo resolvconf --enable-updates
sudo resolvconf -u
Comment

PREVIOUS NEXT
Code Example
Shell :: Could not install Visual Studio Build Tools. 
Shell :: ubuntu "Read-only filesystem" 
Shell :: rm all except 
Shell :: install specific version of r package 
Shell :: apt find package 
Shell :: shell for loop parameters 
Shell :: how to upgrade packages in yarn 
Shell :: apache2 configtest 
Shell :: better discord in linux 
Shell :: alpine set keyboard layout 
Shell :: how to install prompt-sync in node js 
Shell :: how to check in a library if it is installed in conda 
Shell :: npm Error: EACCES: permission denied, scandir 
Shell :: how to clone a specific git tag 
Shell :: Vagrant - Remove all boxes 
Shell :: how to make a beep in cmd 
Shell :: express-generator with ejs 
Shell :: how to make wsl import 
Shell :: save android studio home bash_profile 
Shell :: laravel: command not found 
Shell :: vs code installed extensions list command 
Shell :: git delete pushed commit 
Shell :: vim open shell in current directory 
Shell :: mac refresh terminal 
Shell :: how to drive linux 2020 bluetooth on ubuntu 
Shell :: awk trim every nth line 
Shell :: is not in the sudoers file 
Shell :: debian bullseye sources.list security 
Shell :: run jar file command line 
Shell :: npm install react-final-form 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =