Skip to content

Instantly share code, notes, and snippets.

View sethvoltz's full-sized avatar
👨‍💻
Coding... maybe.

Seth Voltz sethvoltz

👨‍💻
Coding... maybe.
View GitHub Profile
@sethvoltz
sethvoltz / keybase.md
Created February 9, 2015 01:14
keybase.md

Keybase proof

I hereby claim:

  • I am sethvoltz on github.
  • I am sethvoltz (https://keybase.io/sethvoltz) on keybase.
  • I have a public key whose fingerprint is 1D24 6C71 C76D 81ED AA44 CBC8 A577 DE90 0B7D 7603

To claim this, I am signing this object:

@sethvoltz
sethvoltz / logstash
Last active August 12, 2019 10:01 — forked from Synchro/Generic logstash init script
Logstash init.d script
#! /bin/sh
### BEGIN INIT INFO
# Provides: logstash
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start logstash daemon at boot time
# Description: Enable logstash services.
@sethvoltz
sethvoltz / 1.8.7-p370-patched
Created July 30, 2012 22:10 — forked from kungfoo/1.8.7-p358-with-rogue-stdout-patch
Installing 1.8.7-p370 with rbenv, when glibc >= 2.14 is installed
build_package_stdout_patch() {
wget 'http://bugs.ruby-lang.org/attachments/download/1931/stdout-rouge-fix.patch'
patch -p1 < stdout-rouge-fix.patch
}
require_gcc
install_package "ruby-1.8.7-p370" "http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p370.tar.gz" stdout_patch standard
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby
#!/usr/bin/env bash
#
# Supported Operating Systems:
#
# - Arch Linux
# - RedHat Based (CentOS, ...)
# - Debian Based (Ubuntu, ...)
#