Skip to content

Instantly share code, notes, and snippets.

@nutrino
Created May 8, 2023 16:13
Show Gist options
  • Save nutrino/9ec8c2c6a5cf809df352a89aa0b4ed53 to your computer and use it in GitHub Desktop.
Save nutrino/9ec8c2c6a5cf809df352a89aa0b4ed53 to your computer and use it in GitHub Desktop.
macOS useful scripts
# Network scripts
nslookup www.naver.com
nslookup www.naver.com 8.8.8.8
dig www.naver.com
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment