This is a fairly technical one, but for anyone that’s done
sudo lookupd --flushcache
in versions of OS X before Leopard, you may have noticed that it doesn’t work in Leopard.
The new way to clear your hosts cache is
sudo dscacheutil -flushcache
This is useful if you happen to be messing with the /etc/hosts file.