Proxmox

How To Create Fedora 40 LXC in Proxmox VE 8.2.4



Create Fedora LXC in Proxmox
Update the container:
‘dnf update -y”

Create a Regular Standard User:
‘adduser tube’
‘passwd tube’

To add the user to the Sudoers Group, run the usermod command as shown :
‘usermod -aG wheel tube’
‘usermod -aG root tube’

Now run the command to confirm that the user is now a member of the group:
‘groups tube’

To update your Fedora Linux release:
‘sudo dnf upgrade –refresh’

Install the DNF-plugin-system-upgrade Package on Fedora:
‘sudo dnf install dnf-plugin-system-upgrade’

Download Fedora 40 Release:
‘sudo dnf system-upgrade download –releasever=40 –allowerasing’

And upgrade:
‘sudo dnf system-upgrade reboot’
‘dnf clean packages’

install cockpit and enable it: (not necessary but useful)
‘sudo dnf install cockpit -y’
‘sudo systemctl enable –now cockpit.socket’

Cockpit access at : ( host ip: 9090)

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button