diff --git a/drafts/published/virtual_machines.md b/drafts/virtual_machines.md
similarity index 100%
rename from drafts/published/virtual_machines.md
rename to drafts/virtual_machines.md
diff --git a/index.html b/index.html
index 3b893e9..158400f 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,6 @@
simpet
diff --git a/posts/virtual_machines.html b/posts/virtual_machines.html
deleted file mode 100644
index 99071c6..0000000
--- a/posts/virtual_machines.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
- simpet
-
-
-
-
-
-
-
-
- New Virtual Machine with virt-install
-Downloading the ISO of debian
-`
-sudo virt-install --name router --ram 1024 --disk path=/var/lib/libvirt/images/debian12.qcow2,size=10 --vcpus=1 --os-type linux --os-variant debian12 --console pty,target_type=serial --network bridge=virbr0,model=virtio --cdrom /var/lib/libvirt/images/debian-12.7.0-amd64-netinst.iso
-`
-
-
-
-