2026-06-17
记录服务器初始化的过程,备忘用。
dnf install -y cockpit cockpit-podman systemctl enable --now cockpit.socket
访问 https://服务器IP:9090
sysctl -w net.ipv4.tcp_congestion_control=bbr sysctl -w vm.swappiness=10
podman run -d --name nginx -p 80:80 nginx:alpine
podman run -d --name gitea -p 3000:3000 -p 22:22 gitea/gitea:latest