Windows 與 Linux 如何更新 DNS Cache
一般電腦都會將查詢過的 DNS Cache 住一段時間,強制清除 DNS Cache 的指令如下:
Windows:
ipconfig /flushdns
Linux:
rndc flush
或
service nscd restart
一般電腦都會將查詢過的 DNS Cache 住一段時間,強制清除 DNS Cache 的指令如下:
ipconfig /flushdns
rndc flush
或
service nscd restart
在 Linux 下執行 nslookup 指令都會出現下列訊息:
Note: nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead. Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
告訴你使用 dig 或 host 指令來取代 nslookup,但可惜在 Windows 系統並沒有 dig 與 host 指令。
我們解決了什麼問題?我們創造了什麼價值?
近期迴響