公司做的 SAS 服務常常在更改 dns 對應的 ip ,所以我的 chrome 也常常會出現 dns 的錯誤。還是把常用的指令記錄下來好了:
# 重新整理 windows 7 的 dns cache (需要用系統管理員身分啟動 console)
net stop dnscache
net start dnscache
# 重新整理 chrome 的 dns cache
chrome://net-internals/#dns
# 重新整理 linux 下的 dns cache
service nscd reload