Initial Server Setup with Rocky Linux 8-9

Опубликовано: 18 Декабрь 2022
на канале: MivoCloud
2,598
178

When you first create a new Rocky Linux 8-9 server, there are a few configuration steps that you should take early on as part of the initial setup. This will increase the security and usability of your server and will give you a solid foundation to build on.

Commands used
Creating user
adduser UserName
passwd UserName
usermod -aG wheel UserName
Setting Up Firewall
dnf install firewalld -y
systemctl start firewalld
systemctl status firewalld
firewall-cmd --permanent --list-all
firewall-cmd --get-services
firewall-cmd --permanent --add-service=http
firewall-cmd --reload

Useful links
VPS/VDS - https://www.mivocloud.com/en


Смотрите видео Initial Server Setup with Rocky Linux 8-9 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MivoCloud 18 Декабрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,59 раз и оно понравилось 17 людям.