From db69941095178939a1386de3fba6ae9cb8fca363 Mon Sep 17 00:00:00 2001 From: Craig McBride Date: Mon, 1 Jul 2024 12:24:36 -0600 Subject: [PATCH 1/2] Added KVM to description so video will be included when searching for KVM --- content/posts/ol/virt/post-52/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/ol/virt/post-52/index.md b/content/posts/ol/virt/post-52/index.md index d49cc27d..84d41faf 100644 --- a/content/posts/ol/virt/post-52/index.md +++ b/content/posts/ol/virt/post-52/index.md @@ -2,7 +2,7 @@ title: "Use virsh" date: 2024-06-18 draft: false -summary: "Learn how to manage virtual machines on Oracle Linux." +summary: "Learn how to manage KVM virtual machines on Oracle Linux." tags: ["ol", "video","clips","ol-kvm"] showDate: true --- @@ -11,4 +11,4 @@ showDate: true ## Details -This video introduces you to the virsh command, which is a command-line tool for managing virtual machines on Oracle Linux. Learn to use the virsh command to start, stop, reboot, pause, delete a VM and more. +This video introduces you to the virsh command, which is a command-line tool for managing KVM virtual machines on Oracle Linux. Learn to use the virsh command to start, stop, reboot, pause, delete a VM and more. From 0d613d72fab6a422d9acbe85af581abaeeee683c Mon Sep 17 00:00:00 2001 From: Craig McBride Date: Mon, 1 Jul 2024 13:20:58 -0600 Subject: [PATCH 2/2] Added KVM to description so video will be included when searching for KVM --- content/posts/ol/virt/post-42/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/ol/virt/post-42/index.md b/content/posts/ol/virt/post-42/index.md index e01907f5..7e39cf84 100644 --- a/content/posts/ol/virt/post-42/index.md +++ b/content/posts/ol/virt/post-42/index.md @@ -2,13 +2,13 @@ title: "Use virt-install" date: 2024-02-16 draft: false -summary: "Learn how to use the virt-install command on an Oracle Linux system." +summary: "Learn how to use the KVM virt-install command on an Oracle Linux system." tags: ["ol", "video","clips","ol-kvm"] showDate: true --- -{{< youtube id="Z0fbM8oN5zA" title="Use the virt-install command YouTube video" >}} +{{< youtube id="Z0fbM8oN5zA" title="Use the KVM virt-install command YouTube video" >}} ## Details -This video clip demonstrates how to use the virt-install command to create a guest virtual machine on Oracle Linux. +This video clip demonstrates how to use the KVM virt-install command to create a guest virtual machine on Oracle Linux.