I hereby claim:
- I am brianredbeard on github.
- I am brianredbeard (https://keybase.io/brianredbeard) on keybase.
- I have a public key whose fingerprint is 9244 6DEB CE08 9086 7E4C C634 933F 5408 3D6D F566
To claim this, I am signing this object:
#!/usr/bin/env python | |
# with help and inspiration from | |
# * ASN1_generate_nconf(3) (specifically the SubjectPublicKeyInfo structure) | |
# * http://www.sysmic.org/dotclear/index.php?post/2010/03/24/Convert-keys-betweens-GnuPG%2C-OpenSsh-and-OpenSSL | |
# * http://blog.oddbit.com/2011/05/converting-openssh-public-keys.html | |
import sys | |
import base64 | |
import struct |
#!/bin/bash | |
# | |
# logstash Startup script for logstash | |
# chkconfig: 2345 20 80 | |
# description: Logstash is a log shipping, indexing, and collocation tool. | |
# processname: java | |
### BEGIN INIT INFO | |
# Provides: logstash | |
# Required-Start: $local_fs $remote_fs | |
# Required-Stop: $local_fs $remote_fs |
#!/bin/bash | |
# This tool can be used to sync down Red Hat based packages from RHN using only Red Hat shipped tools | |
# Brian "Red Beard" Harrington <[email protected]> | |
# Copyright 2013 | |
# | |
# To satisfy the pre-reqs for this script install the following two rpms: | |
# yum-utils | |
# createrepo_c (in RHEL 8 createrepo and createrepo_c have been combined) | |
# See https://github.com/rpm-software-management/createrepo_c#differences-in-behavior-between-createrepo_c-and-createrepo |
class ipa { | |
package { [ 'ipa-server', 'bind', 'bind-dyndb-ldap' ]: | |
ensure => 'installed', | |
} | |
augeas { 'nis domain name': | |
context => "/files/etc/sysconfig/network", | |
changes => [ | |
"set NISDOMAIN example.com", |
#!/bin/bash | |
# hubot | |
# chkconfig: 345 20 80 | |
# description: hubot | |
# processname: hubot | |
# This script assumes you have a user called "hubot" on your system and that hubot is installed in /opt/hubot | |
# | |
# Fore more info on this craziness - | |
# http://thejacklawson.com/how-to-hubot/ |
#!/bin/bash | |
# Simple script to dump the contents of a database into separate files in the directory "/backups/" | |
# Symlink into /etc/cron.daily/ or add to crontab | |
# Originally from: https://gist.github.com/brianredbeard | |
# /usr/local/scripts/db_dump | |
#mysqldump -x --add-drop-table --all-databases > /backups/mysqldb-`date +%F-%I%p`.sql | |
/usr/bin/mysql --defaults-extra-file=/root/.my.cnf -e 'show databases' | /bin/awk '{print $1}' | /bin/grep -v "^Database$" | /usr/bin/xargs -i{} /usr/bin/mysqldump --defaults-extra-file=/root/.my.cnf --opt -Q -r /backups/{}-`date +%F-%I%p`.sql {} |
# make CTRL+a the 'prefix' ala screen. | |
bind C-a send-prefix | |
set -g prefix C-a | |
# get rid of the tmux standard of CTRL+b | |
unbind C-b | |
set -s escape-time 1 | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
# make it easy to reload the config (CTRL+r) |
#!/usr/bin/env bash | |
# glance_load.sh | |
# Brian "Redbeard" Harrington <[email protected]> | |
# | |
# This code is in the public domain. | |
# | |
# A tool for monitoring remote files and loading them into a glance image | |
# store. This tool has been optimized for use on CoreOS but should work | |
# for most files where an ETag is exposed. |
# | |
# Automatically generated file; DO NOT EDIT. | |
# Buildroot 2014.08 Configuration | |
# | |
BR2_HAVE_DOT_CONFIG=y | |
# | |
# Target options | |
# | |
BR2_ARCH_IS_64=y |
I hereby claim:
To claim this, I am signing this object: