← Back

BLOG & STUDY NOTES

§

Disclaimer: The views expressed on this website are my own and do not necessarily reflect the views of Oracle. Nothing published here is written on behalf of, endorsed by, or reviewed by my employer. All technical content is written from public documentation and personal study, and describes general industry practice rather than any specific employer system, configuration, or product plan.

Note: these posts started as handwritten study notes I take in GoodNotes while learning a new topic. Written the way I personally understand it at the time, then summarized and converted into blog-post form by my personal AI assistant. My phrasing and mental models while learning can be a little unconventional, so some things may read as a bit confusing. I review everything before approving a post, but it's still worth double-checking anything technical before relying on it. If something looks wrong, reach out! I'd genuinely like to discuss it :D

01

The Power of Nice and Renice in Production Linux Environments

A deep dive into Linux process prioritization with nice and renice commands, essential techniques for production system performance management.

02

Understanding Hugepages: Memory Management Optimization for High-Performance Systems

A deep dive into hugepages technology, benefits, configuration, and real-world use cases for database and virtualization performance optimization.

03

Eliminating Overhead in Nested Virtualization (L1 → L2 Hypervisors)

A deep technical analysis of nested virtualization overhead and optimization techniques for running hypervisors inside hypervisors.

04

Out-of-Band Management and ILOM: Enterprise Server Remote Administration

A comprehensive technical deep dive into Out-of-Band management systems and Oracle's Integrated Lights Out Manager (ILOM) for enterprise server administration.

05

Understanding QEMU/KVM Virtualization

A deep dive into how QEMU and KVM work together to deliver near-native virtualization performance on Linux.

06

Debugging Linux Systems with GDB

Practical techniques for using GDB to debug userspace programs, shared libraries, and kernel modules on Linux.