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.

Check Wildcard Certificate in SSL with Examples

A wildcard certificate is a specific form of the certificate used in TLS/SSL instances. It is a single certificate with a wildcard character (*) in the domain name field. This allows the certificate to secure multiple subdomain names (hosts) pertaining…

Convert SSL certificate from CRT to PEM

There are two major encoding schemes for X.509 certificates and keys: PEM (Base64 ASCII), and DER (binary). We can’t always tell what kind of file we are working with just from looking at the filename; we may need to open…

5 Ways to check disk size in Linux

This article is part of the following series.   To check the disk size in Linux, you can use lsblk, fdisk, or parted commands. All these commands are available in most Linux distributions.  They provide information about disk size, partition…

Check Linux Block Device with Examples

A block device is a storage device that moves data in sequences of bytes or bits (blocks). These devices support random access and generally use buffered I Examples include hard disks, CD-ROM drives, and flash drives. A block device can…

Create AWS S3 Bucket with AWS Cli

Amazon Simple Storage Service (Amazon S3) is a scalable, high-speed, web-based cloud storage service. The service is designed for online backup and archiving of data and applications on Amazon Web Services (AWS). Amazon S3 was designed with a minimal feature…

Understanding AWS S3 with Examples

Amazon S3 (Simple Storage Service) is a scalable, high-speed, low-cost web-based service designed for online backup and archiving of data and application programs. It allows to upload, store, and download any type of files up to 5 TB in size.…

Understanding AWS VPC with Examples

Amazon Virtual Private Cloud (VPC) is a service that lets us launch AWS resources in a logically isolated virtual network that we define. Amazon Virtual Private Cloud (Amazon VPC) enables us to launch Amazon Web Services resources into a virtual…