Search password in configuration and log files of Linux server

 Use below command in linux servers to find the static password used in any of the configuration files or logs


grep --color=auto -rnw '/' -ie "Password" --color=always 2>/dev/null

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...