diff --git a/content/posts/ol/install/post-22/index.md b/content/posts/ol/install/post-22/index.md new file mode 100644 index 00000000..2df04116 --- /dev/null +++ b/content/posts/ol/install/post-22/index.md @@ -0,0 +1,41 @@ +--- +title: "Create Custom Oracle Linux Images with Image Builder" +date: 2024-09-26 +draft: false +summary: "Learn how to use the Image Builder tool from command line to create custom Oracle Linux images to deploy on cloud and bare metal systems." +tags: ["ol","lab","tutorial","ol-install"] +showDate: true +--- + +## Links + +:crescent_moon: [Lab](https://luna.oracle.com/lab/d2e7e00a-3477-47bc-bbaa-86e8adb40dd7) + +:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ol-image-builder-custom-images) + +## Details + +For installing Oracle Linux, in addition to downloading standard installation images for different platforms, you can also generate your own custom Oracle Linux images with the Image Builder tool. + +All additional packages and customizations to be added to your new custom image are defined using a blueprint. The tool creates your custom composer image based on your blueprint and your chosen image format, ready to deploy on a variety of cloud and bare metal platforms. The custom images are stored in the tool, ready to be downloaded whenever you need. + +The tool works from command line or from the Image Builder page in the Cockpit web console. + +This lab describes how to use the Image Builder tool from command line to create ready to deploy custom Oracle Linux images. + +### Objectives + +In this lab you will practice how to: + +- Install the Image builder tool +- Create and configure blueprints +- Use blueprints to create composer images +- Download composer images from the tool +- View and download image log files and metadata +- Create custom image for cloud deployment +- Delete Images and Blueprints from the tool + +### Prerequisites + +- Any Oracle Linux 8 system or later + diff --git a/content/posts/ol/install/post-22/lab1_hires_white_thumbnail.png b/content/posts/ol/install/post-22/lab1_hires_white_thumbnail.png new file mode 100644 index 00000000..a63e797c Binary files /dev/null and b/content/posts/ol/install/post-22/lab1_hires_white_thumbnail.png differ diff --git a/content/posts/vbox/post-13/index.md b/content/posts/vbox/post-13/index.md index 4dd7370b..5d4b7b44 100644 --- a/content/posts/vbox/post-13/index.md +++ b/content/posts/vbox/post-13/index.md @@ -7,8 +7,8 @@ tags: ["vbox", "video", "clips","vbox-cli"] showDate: true --- -{{< youtube id="ep2FkSpV2ts" title="Create Virtual Machines with VBoxManage" >}} +{{< youtube id="P5l6jdTFUo4" title="Create Virtual Machines with VBoxManage" >}} ## Details -This video demonstrates how to use VBoxManage to create a virtual machine(VM) on an Oracle Linux system. +This video demonstrates how to use VBoxManage to create a virtual machine(VM) on an Oracle Linux system. VBoxManage is the command-line interface to Oracle VirtualBox. Learn how to write the VBoxManage createvm command that includes naming the virtual machine, selecting an operating system type, selecting an architecture, and optionally, registering the virtual machine with Oracle VirtualBox. diff --git a/content/posts/vbox/post-15/index.md b/content/posts/vbox/post-15/index.md index 39309f9d..24c469ec 100644 --- a/content/posts/vbox/post-15/index.md +++ b/content/posts/vbox/post-15/index.md @@ -7,8 +7,8 @@ tags: ["vbox", "video", "clips","vbox-cli"] showDate: true --- -{{< youtube id="_qL67dJVOqY" title="Modify Virtual Machine Properties with VBoxManage" >}} +{{< youtube id="8yjR6QQD84M" title="Modify Virtual Machine Properties with VBoxManage" >}} ## Details -This video demonstrates how to use VBoxManage to modify properties of a virtual machine(VM) on an Oracle Linux system. +This video demonstrates how to use VBoxManage to modify properties of a virtual machine(VM) on an Oracle Linux system. VBoxManage is the command-line interface to Oracle VirtualBox. Learn how to write the VBoxManage showvminfo command that displays all of the virtual machines properties like CPU count, memory, VNIC and more. Then learn to modify those properties with the VBoxManage modifyvm command. Modifyvm only works on registered virtual machines that are not currently running. diff --git a/content/posts/vbox/post-17/index.md b/content/posts/vbox/post-17/index.md index 602b3f37..8c628414 100644 --- a/content/posts/vbox/post-17/index.md +++ b/content/posts/vbox/post-17/index.md @@ -7,8 +7,8 @@ tags: ["vbox", "video", "clips","vbox-cli"] showDate: true --- -{{< youtube id="zDVhdUy2vII" title="Start Headless Virtual Machines with VBoxManage" >}} +{{< youtube id="7sVs3Yu6M08" title="Start Headless Virtual Machines with VBoxManage" >}} ## Details -This video demonstrates how to use the VBoxManage startvm and VBoxHeadless commands to start VirtualBox VMs without visible output on the host, but can still optionally deliver VRDP data. +This video demonstrates how to use the VBoxManage CLI to start Oracle VirtualBox virtual machines(VM) as headless on an Oracle Linux system. Oracle VirtualBox comes with a front-end called VBoxHeadless, which produces no visible output on the host at all, but can optionally deliver VRDP data. Headless virtual machines are ideal for setting up remote desktop servers where users connect remotely via remote diplay protocols(RDP). diff --git a/content/tracks/vbox/index.md b/content/tracks/vbox/index.md index 05c19ac7..f029e533 100644 --- a/content/tracks/vbox/index.md +++ b/content/tracks/vbox/index.md @@ -28,7 +28,7 @@ aliases: --- -{{< lead >}} VirtualBox is a powerful x86, ARM, and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 3. {{< /lead >}} +{{< lead >}} Oracle VirtualBox is a cross-platform virtualization product that enables you to run multiple operating systems on your macOS, Windows, Linux, or Oracle Solaris systems. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 3. {{< /lead >}} ---