nmtui
yum remove epel-release
sys-unconfig
sudo systemctl stop firewalld
sudo systemctl disable firewalld
yum install gcc openssl-devel bzip2-devel libffi-devel
cd /usr/src
curl -O https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz
tar zxf Python-3.7.2.tgz
./configure --enable-optimizations
make -j4 altinstall
yum install nfs-utils
https://wiki.centos.org/HowTos/SELinux/
http://www.webmin.com/rpm.html
sudo yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect unzip perl-Data-Dumper
rpm -U [webmin RPM]
firewall-cmd --zone=public --add-port=10000/tcp