Created
May 8, 2023 16:13
-
-
Save nutrino/9ec8c2c6a5cf809df352a89aa0b4ed53 to your computer and use it in GitHub Desktop.
macOS useful scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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