- Malicious npm Packages Deliver Sophisticated Reverse Shells
- How to transform your old, obsolete Kindle into the ultimate open-source reader
- I test smart home devices for a living, and the best video doorbell I've used is only $115
- Mapfre apuntala su estrategia de IA sobre un manifiesto rector y un nuevo centro global
- The Benefits of a Broad and Open Integration Ecosystem
How to flush the DNS cache in Linux
systemctl is-active systemd-resolved
sudo systemd-resolve --flush-caches
$ systemd-resolve --statistics
systemctl restart systemd-resolved.service
How to flush the DNS cache when using BIND
sudo rndc dumpdb -cache
sudo rndc flush
sudo cat /var/named/data/cache_dump.db
How to flush the DNS cache when using Dnsmasq
systemctl is-active dnsmasq
service dnsmasq status
sudo systemctl restart dnsmasq
sudo service dnsmasq restart
How to flush the DNS cache when using nscd
systemctl is-active nscd
service nscd status
sudo nscd --invalidate=hosts
sudo nscd -g
$ sudo nscd -g