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.

New way to Find User Account Creation date in Linux

We can utilize the “auditd” service to check when a user account was created. Let’s introduce auditd service first. The auditd service in Linux is a robust auditing framework. It is designed to track and record various system events and…

2 new ways to locate empty files in Linux

In this post, we’re going to explore how to find and deal with empty files and folders in Linux, and we’ll keep it simple. Whether you’re new to Linux or just want to clean up your computer, this guide will…

New way to collect core dump file in Linux

Core dumps are binary files that contain the memory image of a crashed process, which can be invaluable for debugging purposes. To collect a core dump file in Linux, you need to configure your system to generate core dumps when…