Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Created September 12, 2012 13:39
Show Gist options
  • Select an option

  • Save quoidautre/3706669 to your computer and use it in GitHub Desktop.

Select an option

Save quoidautre/3706669 to your computer and use it in GitHub Desktop.
WEB: Vider le cache DNS
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