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.

Troubleshoot high iowait issue on Linux

This article is part of the following series.   High iowait issue is usually related to io performance which includes disk performance and nfs performance. We will look at how to check disk performance and nfs performance today. Check Disk…

How to change password for Cassandra

The default password for Cassandra is Cassandra. So we need to change it immediately after we install it. We can use this command to change it. Change default password for Cassandra user # cqlsh `hostname` -u cassandra Password: Connected to…