Skip to content

Instantly share code, notes, and snippets.

@efeldhusen
efeldhusen / keybase.md
Created October 8, 2018 23:25
Keybase verification

Keybase proof

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:

@efeldhusen
efeldhusen / vmware-template.centos7.sh
Last active May 23, 2023 04:02
Bash script for Centos 7.x VMware Template Images
#!/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
@efeldhusen
efeldhusen / vmware-template.centos6.sh
Last active May 25, 2017 02:32
Bash Script for CentOS 6.x VMware template images
#!/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