Skip to content

Instantly share code, notes, and snippets.

View tkuennen's full-sized avatar

Travis Kuennen tkuennen

View GitHub Profile
We couldn’t find that file to show.

Keybase proof

I hereby claim:

  • I am tkuennen on github.
  • I am tkuennen (https://keybase.io/tkuennen) on keybase.
  • I have a public key whose fingerprint is 4C8B 2E2F 4415 253E 65EA D897 31EF 84E5 1082 D409

To claim this, I am signing this object:

OpenVPN Decoders
/var/ossec/etc/ossec.conf (add)
<include>openvpn.xml</include>
/var/ossec/rules/openvpn.xml
<group name="openvpn">
<program_name>ovpn-server</program_name>
</group>
<!-- Catch TCP connections -->
<group name="openvpn-tcp-event">
# http://iplists.firehol.org/
yum -y install zlib1g-dev gcc make git autoconf autogen automake pkg-config curl ipset
cd /tmp
# Download iprange and firehol from github
git clone https://github.com/firehol/iprange.git iprange.git
git clone https://github.com/firehol/firehol.git firehol.git
# Install iprange
@tkuennen
tkuennen / elk-install.sh
Last active May 16, 2019 09:07
ELK Stack Install (RHEL 7)
cd ~
wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-x64.rpm"
sudo yum localinstall jdk-8u65-linux-x64.rpm
rm ~/jdk-8u65-linux-x64.rpm
sudo rpm --import http://packages.elastic.co/GPG-KEY-elasticsearch
echo '[elasticsearch-2.1]' >> /etc/yum.repos.d/elasticsearch.repo'
echo 'name=Elasticsearch repository for 2.x packages' >> /etc/yum.repos.d/elasticsearch.repo'
echo 'baseurl=http://packages.elastic.co/elasticsearch/2.x/centos' >> /etc/yum.repos.d/elasticsearch.repo'