Skip to content

Instantly share code, notes, and snippets.

View creme332's full-sized avatar

creme332

View GitHub Profile

Powershell: net stop vmnetdhcp. Clean up active services.

1. Server

systemctl status dhcpd                    # 1. Prove service is running
cat /etc/dhcp/dhcpd.conf                  # 2. Check the IP range

2. Client

systemctl list-unit-files | grep enabled
yum install rh-python38 netdata -y
firewall-cmd --permanent --add-port=19999/tcp
firewall-cmd --reload
systemctl start netdata
systemctl stop netdata