Created
September 12, 2012 13:39
-
-
Save quoidautre/3706669 to your computer and use it in GitHub Desktop.
WEB: Vider le cache DNS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pour vider le cache DNS sous Microsoft Windows (Win XP, Win ME, Win 2000 et Win 98) : | |
| Démarrer -> Exécuter -> tapez cmd | |
| Dans la fenêtre DOS, tapez ipconfig /flushdns | |
| Et voilà ! Votre cache DNS a été vidé. | |
| Pour vider le cache DNS sous Linux, il suffit de relancer le processus nscd : | |
| Tapez : | |
| - /etc/rc.d/init.d/nscd restart dans un terminal pour relancer nscd | |
| - ou sudo /etc/init.d/dns-clean start (ubuntu) | |
| Une fois la commande exécutée, votre cache DNS aura été nettoyé |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment