Flushing the dns cache

March 6th, 2010 11:40

As we all know, under windows we can flush the DNS cache with

ipconfig /flushdns

But what is the linux equivalent command? It is so obvious, yet I somehow keep forgetting it. :)
Under linux, the standard way to have a daemon reload its configuration, is sending a SIGHUP signal. In case of the name service cache daemon (nscd), this implies flushing its cache!
So you could use the following command to flush the DNS cache if you’re using nscd:

pkill -1 nscd

Digicorder getting TiVo like features?!

February 26th, 2010 0:39

Extract audio from AV container service menu for KDE4

January 26th, 2010 1:15

Time Machine for Linux: Back In Time

November 26th, 2009 20:59

Best. Plugin. Ever.

November 11th, 2009 16:04