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 find blank spaces in Excel

In Excel, it’s important to make sure that the data we work with is clean and doesn’t contain unnecessary spaces. Blank spaces, especially trailing or leading spaces in cells, can cause issues in data processing and analysis. In tasks like…

3 Linux commands to list network interfaces

Introduction Linux stands as a bastion of network management, offering a suite of powerful tools and commands for effective network administration. Among these, understanding and managing network interfaces is a crucial skill for any Linux system administrator. Network interfaces in…

Understanding PEM and DER File Formats

Understanding the differences between PEM and DER file formats is important for handling SSL/TLS certificates, as they are two of the most commonly used formats for storing these certificates and keys. Here’s an overview of each format: PEM Format DER…

4 ways to Check DNS Server in Ubuntu

Introduction When you browse the internet, you are actually accessing different websites by their domain names. However, your computer doesn’t understand domain names, so it needs to translate them into IP addresses. This is where Domain Name System (DNS) servers…