Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Flush DNS Cache Mac Os

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Comment

macos clear dns cache

macbook$ sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
Comment

macos kill dns cache

sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache
Comment

clear mac dns cache

sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder
Comment

PREVIOUS NEXT
Code Example
Shell :: if argument supplied bash 
Shell :: wget ignore ssl cert error 
Shell :: docker remove all images 
Shell :: npm installation in mac 
Shell :: heroku cli add remote 
Shell :: change all crlf to lf vscode 
Shell :: serverless log fucntion 
Shell :: use vscode as default file editor for filezilla ubuntu 
Shell :: centos see user list 
Shell :: run a command x number of times linux 
Shell :: how to install brave on fedora 
Shell :: shutdown heroku app 
Shell :: cmd command to install xlrd version 1.2.0 
Shell :: docker post installation steps 
Shell :: install zsh debian 
Shell :: install certbot ubuntu 20.04 nginx 
Shell :: weka ubuntu 
Shell :: how to install jest 
Shell :: vue-cli-service not found 
Shell :: how to stop git asking for username and password 
Shell :: install google chrome on fedira 
Shell :: configure your git username/email 
Shell :: zip not found 
Shell :: set by RBENV_VERSION environment variable 
Shell :: npm install redux form 
Shell :: linux show number of cores 
Shell :: install rpm ubuntu 
Shell :: how to install g++ in fedora 
Shell :: nvm update node 
Shell :: flutter doctor Xcode installation is incomplete; a full installation is necessary for iOS development. 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =