## Disable selinux ```shell sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config ``` ## Install epel repo ``` dnf install -y epel-release dnf config-manager --enable crb ``` ## Install vnstat ```shell yum install -y vnstat && systemctl enable --now vnstat ``` ## Update the system ```shell dnf update -y && reboot ``` ## Install needed apps ```shell dnf install -y git wget curl certbot python3-certbot-dns-rfc2136 ``` ## Install incus ```shell dnf copr enable neil/incus && dnf install incus incus-tools ``` ## Setup incus ``` echo "0:1000000:1000000000" | sudo tee /etc/subuid /etc/subgid >/dev/null systemctl enable --now incus incus admin init && reboot ``` ## Install docker ```shell if curl -q -fsSL https://get.docker.com | sh; then reboot fi ``` ## Install blueonyx ```shell if curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm; then if yum localinstall -y /tmp/blueonyx.rpm;then yum clean all if yum update -y && yum groupinstall -y blueonyx; then sh /usr/sausalito/scripts/initServices.sh fi fi fi # ``` ## disable firewall ``` systemctl disable --now firewalld ``` ## mandatory reboot ```shell reboot ``` ## Install system scripts ```shell ``` ## Default login Username: root Password: blueonyx