Tuesday, 22 February 2022

ARP and Clear ARP Cache Entries

Windows

  • View arp cache: arp -a
  • Clear arp cache: netsh interface ipv4 delete arpcache

Linux

  • View arp cache: arp -n
  • Clear arp cache: ip -s -s neigh flush all


No comments:

Connect PowerBI to SQL Server - TrustServerCertificate

Under the server that Power BI installed,  Go to System Properties -> Advanced -> Environment Variables  Add this Variable Name PBI_S...