How to export a Proxmox VM to a KVM installation Quick commands: qm list qm config 109 pvs vgs lvdisplay | grep 109 lvdisplay /dev/raid1/vm-109-disk-0 df -h pwd qemu-img convert -O qcow2 /dev/raid1/vm-109-disk-0 host.x.y.z.qcow scp Read More
Example of enlarging an AWS EC2 stock partition from 8 GB to 15 GB Example of enlarging a AWS EC2 stock partition from 8 GB to 15 GB. The AWS documentation is actually pretty good but they confuse you Read More
Linux Disk Space File System Management Commands Introduction Here are some commands to assist with mastering disks and file space management on Linux. TL;DR ncdu is my preferred option. Disk Usage by Read More