For excessively paranoid client authentication.
Updated Apr 5 2019:
because this is a gist from 2011 that people stumble into and maybe you should AES instead of 3DES in the year of our lord 2019.
some other notes:
| #!/usr/bin/env ruby | |
| # Convert Trac DB Wiki pages to Markdown source files | |
| # This script is based on http://github.com/seven1m/trac_wiki_to_github which | |
| # converted all pages from a Trac DB to GitHub Wiki format (as Textile). | |
| # | |
| # I made two changes: | |
| # - uses MarkDown format instead | |
| # - uses the sqllite3-ruby gem which does not need Ruby 1.9 |
| #!/usr/bin/python | |
| # vim:set fileencoding=utf-8 sw=2 ai: | |
| import sqlite3 | |
| import datetime | |
| import re | |
| SQL = ''' | |
| select | |
| name, version, time, author, text |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| #!/bin/bash | |
| # This script is intended to be used with the install action | |
| # of puppet-cloudpack | |
| set -u | |
| set -e | |
| function fedora_repo() { | |
| cat >/etc/yum.repos.d/puppet.repo <<'EOFYUMREPO' | |
| [puppetlabs] |
Press minus + shift + s and return to chop/fold long lines!
#Description#
Simple Dashing Job to display Trello info about your boards. Uses Trello API.
#Dependencies# ruby-trello
##Description Simple Dashing widget (and associated job) to display general puppetdb status. Pulled the api calls from Nedap's Puppetboard. Excellent tool BTW.
WARNING: This only works if puppetdb is listening on HTTP. I have not gotten around to getting this to work with SSL client certificates yet. If you know how, please leave them at the comments below.
##Dependencies None
| #!/bin/bash | |
| ## nagios2loggly.sh | |
| ## Andy Mayhew <andy@loggly.com> | |
| ## | |
| ## Read from Nagios perfdata file and send bulk data. | |
| ## | |
| ## Setup as parallel performance data processor. | |
| ## Create /etc/nagios3/conf.d/nagios2loggly.cfg | |
| ## define command{ |