LinuxHelps.com

A blog for Linux Lovers.

Archive for the 'Miscellaneous' Category


Flushing DNS cache

Sunday, May 24th, 2009
Miscellaneous | No Comments »

You can flush your DNS cache as per following.
1) For Windows
Start -> Run -> type cmd
- in command prompt, type ipconfig /flushdns
- Done! You Window DNS cache has just been flush.

2) For Linux
- To restart the nscd daemon, type /etc/rc.d/init.d/nscd restart in your terminal
- Once you run the command your linux DNS cache [...]