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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |
NewerOlder