Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am boinger on github.
  • I am boinger (https://keybase.io/boinger) on keybase.
  • I have a public key ASDTtpxEQWbBEhE-YmaYGl-Km37eq8OwVDZPx4b-rO91lQo

To claim this, I am signing this object:

#!/usr/bin/python
#
import datetime
import random
import string
for i in range(1,10000):
for j in range(i,10000):
print "%s Message #%s,%s: %s" % (datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S"),str(i),str(j),''.join(random.choice(string.ascii_uppercase + string.digits) for _ in range(8)))
#! /usr/bin/osascript
set appname to "Pulse Secure"
set dialogappname to "PulseTray"
tell application appname
if it is not running then
activate
end if
end tell
@boinger
boinger / gist:6457619
Created September 5, 2013 23:26
How do I deploy libcrange/mod_ranged/perl_seco_data_range? Like this.
class node::ops::range inherits node::ops::common {
firewall {
'10 allow range':
dport => '9999';
}
class {
'apache':
default_mods => false,