I hereby claim:
- I am crashdump on github.
- I am adrienp (https://keybase.io/adrienp) on keybase.
- I have a public key ASBN0dRpWA_POCJKLSZuueSZiYT4NbHMS9FQgHQ9oLWoHgo
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
""" | |
Renders a partial SSH configuration file from Nodes and Services | |
located in a specified Consul catalog and then merges other partial | |
config files into the main ~/.ssh/config file. The Consul based SSH | |
config follows a convention for the SSH host:: | |
Host <prefix>_<consul-cluster-name>_<node-name> | |
User <ssh-user> | |
Hostname <consul-node-address> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
# set expandtab ts=4 sw=4 ai | |
import os, sys | |
import time | |
import random | |
import string | |
import prowlpy | |
from twisted.python import log |
<?xml version="1.0" encoding="UTF-8"?> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2013-12-04T16:01:36Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
<?xml version="1.0" encoding="UTF-8"?> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2013-12-03T16:57:07Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
<?xml version="1.0" encoding="UTF-8"?> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2013-12-03T11:38:27Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
" Install me | |
" git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle | |
" wget -O ~/.vimrc https://raw.github.com/crashdump/tasty-debian/master/files/vim/vimrc | |
" vim +BundleInstall +qall | |
set nocompatible | |
filetype off | |
syntax on |
#include <unistd.h> | |
#include <X11/X.h> | |
#include <X11/Xlib.h> | |
#include <strings.h> | |
#include <memory.h> | |
#include <stdlib.h> | |
#include <stdio.h> | |
/* | |
* 2013/10/09. Adrien Pujol. |
### BEGIN INIT INFO | |
# Provides: firewall | |
# Required-Start: $network | |
# Required-Stop: $network | |
# Default-Start: S 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Firewall (ipv6) rules | |
# Description: Simple script to initialise an ip6tables firewall | |
### END INIT INFO |
### BEGIN INIT INFO | |
# Provides: firewall-ipv4 | |
# Required-Start: $network | |
# Required-Stop: $network | |
# Default-Start: S 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Firewall rules | |
# Description: Simple script to initialise an iptables firewall | |
### END INIT INFO |