Linux System

Overlay Union Filesystems in Linux

Estimated read time 5 min read

Returning to the world of blogging after nearly a month’s hiatus, I find myself intrigued by the concept of Overlay Filesystems. This article has piqued my curiosity, and I am convinced it will offer valuable insights for my future endeavors. [Read More…]

OS X

Virtual Box not working on Apple Sillicon! Exit VBOX Enter UTM

Estimated read time 3 min read

Some months ago I bought an Apple M2 Max Macbook Pro. I was so excited to run Virtual Box for my experiment on VirtualBox. I believe I did install it and then, thought about running a Virtual Machine at a [Read More…]

Linux Application

Rclone your files to Google drive on Rocky Linux

Estimated read time 2 min read

A swift and easy way to sync your files and folders to Google Drive on Rocky Linux can be done using Rclone.  Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud [Read More…]

Linux System

Assign a process to a specific CPU in a NUMA node

Estimated read time 6 min read

NUMA – Non-Uniform Memory Access is really about CPU topology – A map of how CPUs are associated with memory, hence that’s why we say memory is divided into multiple memory nodes in NUMA. It’s kind of multiple computers compacted [Read More…]