Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to flush dns on mac

dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Comment

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

clear mac dns cache

sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder
Comment

PREVIOUS NEXT
Code Example
Shell :: crontab logs 
Shell :: uninstall webpack globally 
Shell :: how to enable or disable test mode on windows 10 
Shell :: remove app ubuntu terminal 
Shell :: get length of array bash 
Shell :: pm2 start timestamp 
Shell :: check busy ports linux 
Shell :: install imagemagick mac 
Shell :: install vscode using apt 
Shell :: remove git from folder 
Shell :: install openjdk 8 sdk on ubuntu 
Shell :: pip install pyscopg2 
Shell :: delete minikube linux 
Shell :: git cancel last commit 
Shell :: npm install redux thunk 
Shell :: git reset stash conflict 
Shell :: praspberyr pi remote desktop xrdp install 
Shell :: git force pull 
Shell :: linux which shell am i running 
Shell :: cannot find jsonwebtoken 
Shell :: bash: cmake: command not found 
Shell :: docker-compose clear cache 
Shell :: nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory) 
Shell :: install maven homebrew 
Shell :: kill logstash 
Shell :: how to install staruml on ubuntu 18.04 
Shell :: how to install golang on manjaro 
Shell :: chmode ubuntu 
Shell :: how to install steam on ubuntu 
Shell :: how to change account in git bash 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =