git clone https://github.com/dylankrish/linux-scripts.gitcurl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/ssh-harden.sh | bashcurl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/debian-autoupdate.sh | sudo bashcurl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/fedora-autoupdate.sh | sudo bashcurl -sSL https://raw.githubusercontent.com/dylankrish/linux-scripts/refs/heads/main/el-autoupdate.sh | sudo bashFollow instructions for CentOS Stream https://docs.fedoraproject.org/en-US/epel/getting-started/
# add packages
sudo dnf install htop vim git -y
sudo dnf update -y
sudo dnf -y install podman podman-docker
# enable podman services
sudo systemctl enable --now podman.socket
sudo systemctl enable --now podman-auto-update.timer
# install cockpit
sudo dnf install cockpit cockpit-packagekit cockpit-pcp cockpit-podman cockpit-storaged -y