Post Image
Building a Linux Kernel

I find myself fairly regularly hearing about new features in the Linux kernel (the core of Linux operating systems), getting excited, and checking to see if my distribution’s repository of packages has the latest kernel built. Unfortunately, Ubuntu’s repositories don’t have the most recent versions of the kernel available for some time. Fortunately, the Linux … Continue reading Building a Linux Kernel

ZFS: A Resilient File System

Why Is ZFS Needed? As “cloud computing” has required ever growing needs for storage capacity, there has been a need for larger and larger data stores, which has led to the development of ZFS. Since ZFS has been developed with enterprise use in mind, there are many unique features that have been worked into it. … Continue reading ZFS: A Resilient File System

BTRFS

Although most people are only familiar with NTFS and FAT32 file systems, most people don’t know that there are tons of alternatives to these. In this article, I’m going to dive into what a filesystem is and some cool features of BTRFS that make it appealing to some people. File Systems The primary job of … Continue reading BTRFS

Next page