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 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…

Microsoft’s Email Breach: Implications for Cloud Security

Microsoft’s Email Breach: Implications for Cloud Security On July 11, Microsoft disclosed that a Chinese hacking group known as Storm-0558 gained unauthorized access to the email systems of various US government agencies, potentially compromising a significant number of emails. Recent…

2 new ways to fix wget: command not found

The error message “wget: command not found” is a common response you may encounter when attempting to run the wget command in your terminal or command prompt. This error occurs when the system cannot find the wget command because it…