diff --git a/drafts/virtual_machines.md b/drafts/published/virtual_machines.md
similarity index 100%
rename from drafts/virtual_machines.md
rename to drafts/published/virtual_machines.md
diff --git a/index.html b/index.html
index 158400f..3b893e9 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
simpet
diff --git a/posts/virtual_machines.html b/posts/virtual_machines.html
new file mode 100644
index 0000000..99071c6
--- /dev/null
+++ b/posts/virtual_machines.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+ 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
+`
+
+
+
+