Linux by example – Building different file utils
We talk about building different file utils and how they can be stringed together to great usage.
In this informative video, join me as I unbox and install the PowerWalker 2200 RLE UPS, a powerful uninterruptible power supply system. Discover the benefits of having a UPS, such as safeguarding your devices during brownouts and power outages, and ensuring uninterrupted operation when the power company is troubleshooting. As I share my own experience,…
We are in our new Linux environment and create some more packages. util-linux – Linux utils e2fsprogs – file system programs sysklogd – logger framework sysvinit – handler to handle init run levels
We look into Ceph encryption in a cluster where each OSD can be encrypted and the keys store externally in order to ensure data integrity and safety.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video we talk about SeaweedFS, the highly scalable distributed file system designed to store billions of files and serve them lightning-fast. In this video, we’ll explore SeaweedFS’s unique architecture, which distributes metadata across volume servers for faster file access, and compare it to Ceph, another popular distributed file system. Don’t miss this chance…
We look into how to create an application parsing different documents with embedded content in order to extract text and images.