Posts under Linux

How to change system date in Linux

advertisement

change system date, modify system date, system date linux, linux
This morning i need to change system date in linux to test one of my application. Too bad i’m not familiar with command line command linux. So after googling for sometime, i manage to find out how to change system date in Linux using command line.

To change system date in linux, type:-

Continue reading How to change system date in Linux »

How to flush DNS cache in Linux / Windows / Mac

advertisement

Flush dns to get a new name resolution. Also flush dns cache when you can’t access a newly registered domain name. You can simply flush your dns cache anytime to get new entry. So, Flush your dns cache now.

To flush DNS cache in Microsoft Windows (Win XP, Win ME, Win 2000):-

– Start -> Run -> type cmd
– in command prompt, type ipconfig /flushdns
– Done! You Window DNS cache has just been flush.

To flush the DNS cache in Linux, restart the nscd daemon:-

Continue reading How to flush DNS cache in Linux / Windows / Mac »