I hereby claim:
- I am efeldhusen on github.
- I am efeldhusen (https://keybase.io/efeldhusen) on keybase.
- I have a public key whose fingerprint is 79FC 2A8A 5E8E 2674 E037 AEB2 085C 91F5 EE1E D86E
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
#Paths are for Centos 7.x | |
# Install optional packages | |
/usr/bin/yum install -y epel-release | |
/usr/bin/yum install -y bash-completion htop yum-utils dkms open-vm-tools | |
#stop logging services | |
/sbin/service rsyslog stop | |
/sbin/service auditd stop |
#!/bin/bash | |
#Paths are for Centos 6.x | |
# Install optional packages | |
/usr/bin/yum install -y epel-release | |
/usr/bin/yum install -y bash-completion htop yum-utils dkms open-vm-tools | |
#stop logging services | |
/sbin/service rsyslog stop | |
/sbin/service auditd stop |