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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...