...
Code Block | ||||
---|---|---|---|---|
| ||||
wget http://www.webmin.com/jcameron-key.asc rpm --import jcameron-key.asc yum install webmin -y nano /etc/webmin/miniserv.conf change default port and listen from 10000 to 82 and save. service webmin restart echo '-A INPUT -m state --state NEW -m tcp -p tcp --dport 82 -j ACCEPT' >> /etc/sysconfig/iptables service iptables restart |
Install Centrify
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir /home/vault/centrify
cp /home/vault/serverfiles/Installs/Centrify/CentOS/centrify-* /home/vault/centrify
tar xzf centrify*
./install-express.sh |