1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00
dotTiddlywiki/mywiki/tiddlers/DNS flushing.tid
2015-04-09 18:35:16 +02:00

37 lines
739 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

created: 20150402085714716
creator: user
modified: 20150402090251987
modifier: user
tags:
title: DNS flushing
type: text/vnd.tiddlywiki
; OS X Yosemite (10.10)
: `sudo discoveryutil mdnsflushcache
sudo discoveryutil udnsflushcaches`
; OS X Mavericks (10.9)
: `dscacheutil -flushcache; sudo killall -HUP mDNSResponder`
; OS X Mountain Lion (10.8)
: `sudo killall -HUP mDNSResponder`
; OS X Lion (10.7)
: `sudo killall -HUP mDNSResponder`
; OS X Snow Leopard (10.6)
: `sudo dscacheutil -flushcache`
; OS X Leopard (10.5)
: `sudo dscacheutil -flushcache`
; OS X Tiger (10.4)
: `lookupd -flushcache`
; Windows
: `ipconfig /flushdns`
; Linux (depending on what youre running)
: `/etc/init.d/named restart
/etc/init.d/nscd restart`