I hereby claim:
- I am jinnko on github.
- I am jinn (https://keybase.io/jinn) on keybase.
- I have a public key whose fingerprint is 6B03 1AC4 B5B9 CED6 808A 96D2 1938 8E4F B6AF F041
To claim this, I am signing this object:
# | |
# Cookbook Name:: php-hiphop | |
# Recipe:: install_from_source | |
# | |
# Copyright 2011, FiveCool Consulting Ltd. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# |
#!/bin/zsh | |
# | |
# @author Jinn Ko <https://gist.github.com/jinnko> | |
# @since 2013-08-11 | |
MD_DEV=$1 | |
ACTION=$2 | |
MIN_SPEED=50000 | |
MAX_SPEED=200000 |
#!/bin/dash | |
### | |
# ABOUT : collectd monitoring script for smartmontools (using smartctl) | |
# AUTHOR : Samuel B. <samuel_._behan_(at)_dob_._sk> (c) 2012 | |
# LICENSE: GNU GPL v3 | |
# SOURCE: http://devel.dob.sk/collectd-scripts/ | |
# | |
# This script monitors SMART pre-fail attributes of disk drives using smartmon tools. | |
# Generates output suitable for Exec plugin of collectd. | |
### |
[example.org] | |
listen = /srv/vhtdocs/example.org/log/.php-fpm.sock | |
listen.owner = example_org | |
listen.group = www-data | |
listen.mode = 0660 | |
user = example_org | |
group = example_org | |
pm = dynamic |
#!/usr/bin/env python2 | |
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected]) | |
# The author disclaims copyright to this source code. | |
import sys | |
import struct | |
import socket | |
import time | |
import select |
#!/usr/bin/awk -f | |
# | |
# Take a PEM format file as input and split out certs and keys into separate files | |
# | |
BEGIN { n=0; cert=0; key=0; if ( ARGC < 2 ) { print "Usage: pem-split FILENAME"; exit 1 } } | |
/-----BEGIN PRIVATE KEY-----/ { key=1; cert=0 } | |
/-----BEGIN CERTIFICATE-----/ { cert=1; key=0 } | |
split_after == 1 { n++; split_after=0 } | |
/-----END CERTIFICATE-----/ { split_after=1 } |
I hereby claim:
To claim this, I am signing this object:
#!/bin/dash -e | |
# vim:ts=2 sw=2 sts=2 expandtab: | |
# How long to wait for an opened index to become green | |
TIMEOUT=3600 | |
DELAY=5 | |
say() { | |
echo | |
echo "\033[32m===> \033[1;37m${1}\033[0m" |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: