I hereby claim:
- I am lorentzca on github.
- I am lorentzca (https://keybase.io/lorentzca) on keybase.
- I have a public key ASD3TgppFzs5SyzJCQXrnu_MhWdO3Xhgy3VAqy0RMs378Qo
To claim this, I am signing this object:
## | |
## reviewkun | |
## | |
$the_cow = <<EOC; | |
$thoughts ∞ | |
$thoughts (👀 ) | |
m(👄 )m | |
EOC |
■■■ | |
■■ ■■■■ | |
■■ ■■■ | |
■■■ ■■ ■■ | |
■ ■■ ■■ ■■ | |
■ ■■ ■■ ■■ | |
■ ■■ ■■ ■■ | |
■ ■■ ■■ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ | |
■ ■■ ■■■ ■■ ■■■■ | |
■■ ■■■■ ■■■■■■ ■ ■ ■ ■■■■■■■ ■■■■ |
/*! highlight.js v9.9.0 | BSD3 License | git.io/hljslicense */ | |
!function(e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(exports):n&&(n.hljs=e({}),"function"==typeof define&&define.amd&&define([],function(){return n.hljs}))}(function(e){function n(e){return e.replace(/[&<>]/gm,function(e){return I[e]})}function t(e){return e.nodeName.toLowerCase()}function r(e,n){var t=e&&e.exec(n);return t&&0===t.index}function i(e){return k.test(e)}function a(e){var n,t,r,a,o=e.className+" ";if(o+=e.parentNode?e.parentNode.className:"",t=B.exec(o))return R(t[1])?t[1]:"no-highlight";for(o=o.split(/\s+/),n=0,r=o.length;r>n;n++)if(a=o[n],i(a)||R(a))return a}function o(e,n){var t,r={};for(t in e)r[t]=e[t];if(n)for(t in n)r[t]=n[t];return r}function u(e){var n=[];return function r(e,i){for(var a=e.firstChild;a;a=a.nextSibling)3===a.nodeType?i+=a.nodeValue.length:1===a.nodeType&&(n.push({event:"start",offset:i,node:a}),i=r(a,i),t(a).match(/br|hr|img|input/)||n.push({event:"stop" |
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
"github.com/algolia/algoliasearch-client-go/algoliasearch" | |
"github.com/jessevdk/go-flags" | |
"os" | |
) |
curl -X POST -H "X-Api-Key: $MACKEREL_APIKEY" -H "Content-Type:application/json" -d "{\"title\": \"test\", \"description\": \"test-$(date +%Y%m%d%H%M)\", \"from\": $(date +%s), \"to\": $(date +%s), \"service\": \"サービス名\", \"roles\": [\"ロール名\"]}" https://mackerel.io/api/v0/graph-annotations |
allow from 1.0.16.0/20 | |
allow from 1.0.64.0/18 | |
allow from 1.1.64.0/18 | |
allow from 1.5.0.0/16 | |
allow from 1.21.0.0/16 | |
allow from 1.33.0.0/16 | |
allow from 1.66.0.0/15 | |
allow from 1.72.0.0/13 | |
allow from 1.112.0.0/14 | |
allow from 14.0.8.0/22 |
#!/bin/bash | |
hp=$(curl -s -X GET \ | |
-H "X-Api-Key: $MACKEREL_APIKEY" \ | |
https://mackerel.io/api/v0/hosts/$MACKEREL_HOSTID/metadata/HP | jq -r .HP) | |
damage=$(expr $RANDOM % 500) | |
remaining_hp=$(expr $hp - $damage) | |
hostname=$1 | |
echo HP is $hp |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<style type="text/css"> | |
.algolia-autocomplete { | |
width: 80%; | |
max-width: 710px; | |
} | |
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint { | |
width: 100%; |
I hereby claim:
To claim this, I am signing this object:
FROM lorentzca/vault_on_centos7 | |
COPY ./config.hcl /root/config.hcl |