Skip to content

Instantly share code, notes, and snippets.

View creme332's full-sized avatar

creme332

View GitHub Profile
@creme332
creme332 / test.md
Last active September 3, 2025 17:03
# 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