User Tools

Site Tools


linux:centos8

Centos 8 notepad

systemctl

Start / stop and enable at boot:-

# systemctl enable prosody.service

# systemctl restart prosody.service

Networking

Firewall

# firewall-cmd --get-default-zone
public

# firewall-cmd --zone=public --permanent --add-port 5222/tcp
success

# systemctl restart firewalld.service
linux/centos8.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki