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 Management and File System Related Commands Introduction Here are some commands to assist with mastering disks and file systems on Linux. See Disk Space Available duf versus df -h duf is Read More