Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add dns in ubuntu permanently

sudo apt update
sudo apt install resolvconf

sudo systemctl start resolvconf.service
sudo systemctl enable resolvconf.service
sudo systemctl status resolvconf.service

sudo vim /etc/resolvconf/resolv.conf.d/head
and add the following lines in it:
nameserver 8.8.8.8 
nameserver 8.8.4.4

sudo systemctl start resolvconf.service
Comment

PREVIOUS NEXT
Code Example
Shell :: how to open epub files on linux 
Shell :: flutter doctor Xcode installation is incomplete; a full installation is necessary for iOS development. 
Shell :: install cubecoders amp 
Shell :: show public ip ubuntu 
Shell :: checkbox github markdown 
Shell :: pop last commit git 
Shell :: find text in any file linux 
Shell :: revert to master origin branch git 
Shell :: download library to read text from a pdffile python 
Shell :: install material ui lab 
Shell :: gitlab reconfigure 
Shell :: install clockwork laravel 
Shell :: get mac address ubuntu 
Shell :: install scikit-learn 
Shell :: git reset amend 
Shell :: how to install idle on ubuntu 20.04 
Shell :: error Command failed with exit code 3221225477 
Shell :: download snap store for kali linux 
Shell :: how to uninstall vpython 
Shell :: install jdk linux 
Shell :: bash read a file line by line 
Shell :: linux get partition list 
Shell :: how to check eigen version 
Shell :: bash script check if enough available disk space 
Shell :: git not using ssh key 
Shell :: install lamp on ubuntu 22.04 
Shell :: spacevim install 
Shell :: shell hide tab 
Shell :: linux repository list 
Shell :: wsl windows 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =