I hereby claim:
- I am jdowning on github.
- I am jdowning (https://keybase.io/jdowning) on keybase.
- I have a public key whose fingerprint is 68D8 9FAB CAF1 5069 B527 73FC 03D3 44B2 954C DD6A
To claim this, I am signing this object:
| list-series () { | |
| curl -s "localhost:8086/db/statsd/series?u=root&p=root&q=list+series" | python -mjson.tool | awk "/${1}/ {print \$2}" | sed -E 's/(\"|,)//g' | sort | |
| } |
| #!/usr/bin/env bash | |
| ## Usage: swappy [-t|--total] | |
| ## Identify the processes that use swap | |
| # Usage | |
| test "$1" = "-h" -o "$1" = "--help" && { | |
| grep '^##' <"$0" | cut -c4- | |
| exit 2 | |
| } |
| #!/bin/bash -e | |
| if [[ "$1" == "all" || "$1" == "none" ]]; then | |
| echo -n -e "Setting cluster.routing.allocation.enable to \e[0;33m${1}\e[0m..." | |
| resp=$(curl -s -XPUT localhost:9200/_cluster/settings?pretty -d "{\"transient\":{\"cluster.routing.allocation.enable\":\"${1}\"}}" | awk -F: '/acknowledged/ {print $2}') | |
| if [[ "$resp" == " true," ]]; then | |
| echo "Done!" | |
| else | |
| echo "Failed!" | |
| echo $resp | |
| exit 1 |
| #!/bin/sh | |
| (echo stats; sleep 0.1) | telnet localhost 11211 2>&1 | awk '/STAT $1/ {print $NF}' |
| OAuth = require('oauth').OAuth | |
| _ = require 'underscore' | |
| class LinkedInClient | |
| @baseUrl: 'https://api.linkedin.com' | |
| @requestTokenUrl: "#{@baseUrl}/uas/oauth/requestToken" | |
| @accessTokenUrl: "#{@baseUrl}/uas/oauth/accessToken" | |
| @authorizeUrl: "#{@baseUrl}/uas/oauth/authorize" | |
| @profileFields: ['id', 'headline', 'first-name', 'last-name', 'public-profile-url', 'picture-url', 'educations', 'positions', 'email-address'] |
| # BEFORE | |
| /tmp/git-cleanup/repo.git $ git count-objects -v | |
| count: 0 | |
| size: 0 | |
| in-pack: 204529 | |
| packs: 1 | |
| size-pack: 574968 | |
| prune-packable: 0 | |
| garbage: 0 | |
| size-garbage: 0 |
| body { | |
| margin: 20px 0px 0px 50px; | |
| } | |
| .formattext { | |
| text-align: right; | |
| } | |
| .formatresult { | |
| text-align: left; |
| mkdir ~/vim | |
| cd ~/vim | |
| # Staically linked vim version compiled from https://github.com/ericpruitt/static-vim | |
| # Compiled on Jul 20 2017 | |
| curl --silent 'https://s3.amazonaws.com/bengoa/vim-static.tar.gz' | tar -xz | |
| cat <<EOF > $HOME/vimenv | |
| export VIMRUNTIME="$HOME/vim/runtime" | |
| export PATH="$HOME/vim:$PATH" |
I hereby claim:
To claim this, I am signing this object:
| Desired=Unknown/Install/Remove/Purge/Hold | |
| | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
| |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
| ||/ Name Version Architecture Description | |
| +++-============================-===================-===================-============================================================= | |
| ii acl 2.2.52-3 amd64 Access control list utilities | |
| ii acpid 1:2.0.26-1ubuntu2 amd64 Advanced Configuration and Power Interface event daemon | |
| ii adduser 3.113+nmu3ubuntu4 all add and remove users and groups | |
| ii apparmor 2.10.95-0ubuntu2.11 amd64 user-space parser utility for AppArmor | |
| ii apport 2.20.1-0ubuntu2.20 all automatically generate crash reports for debugging |