Emptying your cache

From EN Ikoula wiki
Revision as of 15:34, 1 October 2021 by Cbrochot1072d (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽


This article has been created by an automatic translation software. You can view the article source here.

fr:Vider son cache he:לרוקן את המטמון ro:Goliţi cache-ul său ru:Очистить кэш pl:Opróżnienia pamięci podręcznej ar:إفراغ ذاكرة التخزين المؤقتة zh:清空其缓存 ja:そのキャッシュを空に de:Leeren Sie ihren cache

introduction

Afin d'alléger certaines requêtes effectuées par les ordinateurs, un système de cache DNS, de mise en mémoire des adresses contactées, a été mis en place.
Ce système peut poser certains problèmes lorsque les adresses mises en cache ne sont plus disponibles sur le réseau et que le cache n'a pas été actualisé.

Vider son cache

Note: Pensez à redémarrer votre ordinateur après le vidage du cache DNS.

Linux

To empty your cache under a Linux environment you just have to open a terminal, then type in the next command :

 /etc/rc.d/init.d/nscd restart

ou

 service nscd restart

By relaunching the NSCD service, the Linux DNS cache is emptied.

Mac OS X

To empty your cache under a Mac OS X environment, tap into a terminal:

Leopard version

 dscacheutil -flushcache

Other versions

 lookupd -flushcache

The DNS cache under Mac is now emptied.

Windows

To empty your cache under a Windows environment, open a control terminal by opening the Start menu -> Run and then type cmd : In the window of the terminal that appeared type:

 ipconfig /flushdns

Here's your DNS cache in windows is now emptied.

Note: Pensez à redémarrer votre ordinateur après le vidage du cache DNS.



You are not allowed to post comments.