Avatar photo

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.

How to Find and Analyze Hot Data in PostgreSQL

Imagine you are managing a multi-terabyte database, but only a fraction of that data is actually powering your application’s real-time performance. Without knowing which tables and indexes are “hot”—meaning frequently accessed and ideally stored in memory—you are essentially flying blind…

How to Use fapolicyd in RHEL (Step-by-Step Guide)

If you are managing a Red Hat Enterprise Linux (RHEL) server, you likely face the challenge of ensuring only trusted software runs on your system. You might find yourself in a scenario where a user accidentally downloads an untrusted script…

What is New in the Latest Ubuntu Release?

Upgrading your operating system often brings a mix of excitement and technical hurdles. You might find yourself in a scenario where your automated boot scripts fail because of the new initramfs defaults, or perhaps your repository configuration files no longer…

2 Ways To Install RPM packages on Ubuntu

Software packages for Linux generally come in two main formats: Debian packages (.deb) for systems like Ubuntu and RPM packages for Red Hat-based systems. You might encounter a situation where a specific driver or proprietary tool is only distributed as…