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.

Using dict2items in Ansible

The dict2items filter in Ansible is used to transform a dictionary into a list of key-value pairs. It’s particularly useful for iterating over a dictionary in playbooks or templates. Dict2items Basic Usage Example of dict2items in a Playbook An example…

Quick Guide to Use set_fact in Ansible

The set_fact module in Ansible is a vital tool used in playbooks to define or alter the value of variables during playbook execution. This dynamic nature of set_fact allows for greater flexibility and adaptability in managing configurations and automating tasks.…

How to Find Subnet Mask in Linux

A subnet, or subnetwork, is a logical subdivision of an IP network. It’s essentially a smaller network within a larger network, created by dividing the network address space into smaller segments. This division is achieved through a process called subnetting.…

Book Review: Practical Linux System Administration

“Practical Linux System Administration” by Kenneth emerges as a remarkably comprehensive guide for anyone aspiring to master the intricacies of Linux administration. This book is a treasure trove of practical knowledge, seamlessly blending fundamental concepts with advanced techniques. From the…