How to flush DNS cache on Debian Linux

 1. Enable systemd-resolved.service by:

     #systemctl enable systemd-resolved.service


2.Flush the  DNS cache using:

   #resolvectl flush-caches

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...