Building a site nowadays is easy, you have sites like Wix or Squarespace that will handle all hosting, domain management, SSL certificates and more for you. The only thing you need to do from your end is choose a silly little domain name for your website and create the content. Decision Fatigue (Prompts generated by AI, made on imgflip) I like writing documents alot, and I keep a repository of notes locally. However, like every other engineer I’ve decided I’d like to start writing a blog, the only question was how. ...
Understanding Logical Volume Manager (LVM)
Data is stored on disks that are logically divided into “partitions”. Partitions can exist on a portion of a disk, on an entire disk, or it may even span on multiple disks. Logical Volume Manager (LVM) LVM provides an abstraction layer between the physical storage and the file system - providing the following functionalities for the filesystem: Enables resizing. Span across multiple disks. Use arbitrary disk space. etc… LVM Components As shown in the image above, LVM is comprised of the following components explained below. ...