Almalinux LXC setup
Linux CLI tips
Here is a simple review of what should be done in a newly created LXC using the image from Proxmox VE.
Install important packages
update and upgrade
dnf update -y && dnf upgrade -y
install basic packages
dnf install -y vim git wget net-tools openssh-ser...