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.

5 useful Options for Linux Find command

Linux find command is one of the most powerful tools in the Linux system administrators’ arsenal. The basic syntax for the find command in Linux is: find [path] [expression] where path is the starting directory for the find command, and…

Podman Command Cheat Sheet on Linux

Podman is a Linux native tool designed to find, run, build, share and deploy applications using Open Containers Initiative ( OCI) Containers and Container Images. We collect this basic podman cheat sheet to help you learn it efficiently. podman run…

Basic Linux Commands for Linux Beginners

Basic Linux commands are key skills for Linux beginners. We collect 10 basic Linux commands to help Linux beginners learn faster. If you want to get a job as Linux admin or Cloud engineer, the command line is fundamental. We…

12 Basic Linux Commands for Beginners

Linux commands are very important for Linux beginners. Here are 12 basic Linux commands for Linux tasks. Hope this can help beginners learn Linux quickly. ls command – lists contents of current working directory cd command – change directory touch…

10 Examples to use Linux Cat Command

The cat command in Linux is a versatile and widely used utility that stands for “concatenate.” Its primary function is to read and display the content of one or more files and, if desired, concatenate them together. The cat command…

20 Advanced Tcpdump Examples in Linux

tcpdump examples

You’ve dipped your toes into tcpdump, maybe caught a few web packets or seen your router chatting away. That’s a great start! But what if you need to go deeper? What if you’re chasing a phantom network issue, analyzing application…

10 Useful tcpdump examples on Linux

Tcpdump is a powerful command-line packet analyzer tool used in Unix and Linux operating systems. It allows users to capture and display network packets flowing through a network interface in real-time or saved to a file for later analysis. This…