From macOS, Big Sur Apple is shipping zsh as the default shell but there is still an option available to use the bash shell. Most people still prefer bash shell over zsh shell due to multiple reasons. This tutorial guides the step-by-step process of changing the default shell to bash. […]
macOS
2 posts
Telnet is one of the very useful tool to check the connectivity from the source machine to destination IP or URL. It is mostly used by SRE or network people to identify the connectivity issue. Sometimes developers also use telnet to check whether the application is properly reachable or not. […]