David Cao

David Cao

David is a Cloud & DevOps Enthusiast. He has years of experience as a Linux engineer. He had working experience in AMD, EMC. He likes Linux, Python, bash, and more. He is a technical blogger and a Software Engineer. He enjoys sharing his learning and contributing to open-source.

2 Easy ways to fix cd: Permission denied

If you’re getting an error like “cd: Permission denied” when trying to change directories in Bash, don’t worry, you’re not alone. This is a common issue that can be fixed fairly easily. In this blog post, we will discuss two…

Understanding SSH StrictHostKeyChecking Option

The SSH option StrictHostKeyChecking is a security feature that affects how SSH verifies the identity of a remote computer when connecting to it. It determines whether strict host checking is enabled or disabled.  When this option is enabled, the client…