Ubuntu

Resizing Root on LVM

One of the advantages of using virtual machines is that you can easily create templates which you reproduce as needed. Of course the file systems are rarely the size you need them to be.

Fortunately, if you have either XFS or ext4 installed on LVM, expanding the root file system is fairly easy. Read More...

Docker install on Ubuntu via snap

It should be obvious but I discovered the hard way that you need to create the docker group prior to installing docker via snap if you want users to be able to run docker without using the sudo command. Read More...