If you ever run into the situation of web developing where a DNS-Cache is showing you still the old web page instead of the new one?
Even reboot doesn't help?
It is easy to clear the DNS-Cache on the Mac:
dscacheutil -flushcache
Reminder: Some applications have there own cache, so you might need to restart them.
Add Comment