Usama Aijazusamaaijaz.hashnode.dev·Nov 19, 2024How to Install and Troubleshoot KVM on Ubuntu: A Complete Guide with Comparison to VirtualBoxKVM (Kernel-based Virtual Machine) is a powerful and efficient virtualization solution for Linux, allowing you to run virtual machines (VMs) on a Linux host. It is integrated into the Linux kernel and provides high performance due to its close connec...DiscussKVM
Carla Muñoz Lópezselectfromdual.com·Aug 13, 2024Reseteo de password admin de la Self Hosted Engine en entorno KVMSeguramente no es una operación delicada (o sí?) o técnicamente complicada, pero no existe mucha documentacion al respecto. Si nos encontramos un caso donde en KVM queramos cambiar el password de la Self Hosted Engine (SHE) tendríamos que ejecutar de...Discuss·58 readsKVM
haroune hassineiaaroun.hashnode.dev·Jul 21, 2024Deploying your Python Code to the uyuni-serverOverview Uyuni is a very powerful open source systems management solution that can be used to manage various Linux distributions. The Uyuni community is very open for contributions from anyone who to help make it better. However, it can be a little b...Discuss·31 readsLinux
ThomasProbluespruce.io·Jun 5, 2024How to create a custom Debian virtual machine installation using preseed and virt-installIntroduction Debian preseed is a method for automating the installation of Debian, Ubuntu, and other Debian derivatives. By using a preseed file (preseed.cfg), we can predefine answers to the questions that the installer asks, allowing for an unatten...Discuss·187 readspreseed
ThomasProbluespruce.io·May 27, 2024Using virt-install to create unattended virtual machine installIntroduction Virt-manager is a great tool to replace VirtualBox or VMware Workstation on Linux, when GNOME boxes is not enough. I use virtualization on a daily basis and often need to set-up new virtual machines (VM). Virt-manager has a wizard to cre...Discuss·127 readsvirt-install
Debjoty Mitrablog.debjotyms.com·Mar 1, 2024Getting Started with KVM (Kernel-based Virtual Machine) on UbuntuIntroduction Are you interested in creating virtual machines on your computer? If so, Kernel Based Virtualization (KVM) might be just what you need. In this guide, we'll walk you through the process of setting up KVM on your Ubuntu 22.04 system. With...Discuss·39 readsDevOpsUbuntu
Pratik MforThe Tech Deckthetechdeck.hashnode.dev·Oct 31, 2023Setting Up a Windows Virtual Machine on Linux Using KVM: A GuideRunning Windows applications and tools on Linux can be challenging due to compatibility issues. Setting up a Windows virtual machine provides a convenient solution without dual booting or partitioning disks. The Kernel-based Virtual Machine (KVM) is ...Discuss·887 readsLinuxLinux
Joel KOUSSAWOjkoussawo.hashnode.dev·Jul 22, 2023How to migrate a virtual machine from KVM hypervisor to PROXMOXWe will assume throughout the article that we want to migrate the webserver virtual machine from kvm hypervisor to proxmox 1 — From the kvm hypervisor, export the webserver virtual machine in qcow2 format qemu-img convert -O qcow2 /dev/vg0/lv_webserv...Discuss·108 readsproxmox
Mike Logaciukmlog.hashnode.dev·Jul 7, 2023Terraform: How about KVM provisioning?What is a Terraform? Terraform is an open-source infrastructure as a code tool that enables you to safely and predictably provision and manage infrastructure in any cloud. It is a popular infrastructure-as-code tool that allows you to automate the pr...DiscussDevops
Vu Daohashnode.simflexcloud.com·Feb 23, 2023Launch A Multi-node Kubernetes Cluster Using Vagrant And KVMWhat’s In This Document Create Vagrantfile Bootstrap script for master and worker nodes Bootstrap a Kubernetes cluster using Kubeadm Join nodes to Kubernetes cluster Vagrant up and check result 🚀 Create Vagrantfile Following is to create 1 m...DiscussDevops