New pages
Jump to navigation
Jump to search
- 18:44, 31 January 2025 Howto openstack kolla 2025 (hist | edit) [27,533 bytes] Mandulete1 (talk | contribs) (Created page with "= setup host = enable nested kvm edit /etc/modprobe.d/kvm.conf: # For Intel options kvm_intel nested=1 # # For AMD #options kvm_amd nested=1 if using rhel9 as host install the following repo: dnf copr enable ligenix/enterprise-qemu-spice then install libvirt and qemu-kvm: yum install -y libvirt qemu-kvm guestfs-tools nbd enable and start libvirtd daemon: systemctl enable libvirtd && systemctl start libvirtd create the following directory under /var/lib/libvirt/i...")
- 15:37, 19 January 2025 Howto upgrade ubuntu (hist | edit) [473 bytes] Mandulete1 (talk | contribs) (Created page with "= ubuntu 20.04 to 22.04 lts = update repo and upgrade current packages: apt update && sudo apt upgrade -y reboot system: reboot install upgrade manager: apt -y install update-manager-core upgrade system: do-release-upgrade")