1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 07:15:58 -04:00

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions
@@ -1,10 +1,17 @@
export const frontmatter = {
title: "How To: Shrink a Linux Virtual Machine Disk with VMware",
date: "2018-12-04 19:10:04-0400",
description: "VMware is bad at shrinking Linux VMs when space is freed up. How to optimize and shrink virtual disks.",
tags: ["How To", "Linux", "Tutorial", "Virtual Machines", "VMware"],
image: "screen-shot-2018-12-07-at-2-04-04-pm.png",
};
---
title: "How To: Shrink a Linux Virtual Machine Disk with VMware"
date: "2018-12-04 19:10:04-0400"
description: >-
VMware is bad at shrinking Linux VMs when space is freed up. How to optimize
and shrink virtual disks.
tags:
- How To
- Linux
- Tutorial
- Virtual Machines
- VMware
image: ./screen-shot-2018-12-07-at-2-04-04-pm.png
---
![`df -dh` = WTF](./screen-shot-2018-12-07-at-2-04-04-pm.png)