# Install python & netdata
curl -s https://raw.githubusercontent.com/creme332/centos-scripts/refs/heads/main/helper/yum.sh | sh
yum install rh-python38 netdata -y
scl enable rh-python38 bash
python3 --version
sudo firewall-cmd --permanent --add-port=19999/tcp
sudo firewall-cmd --reload