I hereby claim:
- I am therealssj on github.
- I am therealssj (https://keybase.io/therealssj) on keybase.
- I have a public key whose fingerprint is B6F3 6C82 7222 0EAE 6F08 7056 0548 D0DE 70DC C85B
To claim this, I am signing this object:
{ | |
"ceremony": "zk_transaction_2_3", | |
"ceremonyId": "SeQ8Sgvke9tPiHaOu8gN", | |
"time": "2021-03-27T10:37:55.954Z", | |
"contributionNumber": 77, | |
"hash": "c799d902 2f806555 6595b346 eb4a846b\n 0c3cc3cd e3402120 97bd9c63 e222a935\n 3a92359b 7d866b4a 798746ad d8869ca1\n e124cb6e 7f35712c cb5b92b6 efe5dc6c\n" | |
} |
{ | |
"ceremony": "zk_transaction_2_2", | |
"ceremonyId": "d0eQ24D01KCNaAHd8nM8", | |
"time": "2021-03-27T10:36:37.267Z", | |
"contributionNumber": 80, | |
"hash": "02183465 8da1fe5f 7020102f 36ea3909\n 36f1cd39 2416b701 cb03b488 99033d84\n e71d5d81 421c1897 0d90019d 1f4347f6\n ac588673 a147924e ae963e35 1ea05bc8\n" | |
} |
{ | |
"ceremony": "zk_transaction_2_1", | |
"ceremonyId": "btlNv8naLSHxVoZbjUJS", | |
"time": "2021-03-27T10:35:18.657Z", | |
"contributionNumber": 82, | |
"hash": "db9f5577 f6bd49d9 37e8ea09 9d963fdd\n 9343e474 f752b9d6 6473ff6d ae611905\n b1c5468c 4d1dbafc 88f727f6 4c44ed5a\n ac0c40e5 139d8770 9884fe8b 9a40e2bd\n" | |
} |
{ | |
"ceremony": "zk_transaction_1_4", | |
"ceremonyId": "VgOEuoAjThuaDosXRroW", | |
"time": "2021-03-27T10:34:01.281Z", | |
"contributionNumber": 86, | |
"hash": "80aad9f6 a6d827a9 a4b72280 0f0ae3bb\n c52f0217 9faebf3f de30399c 6d6faf35\n 51c62bc5 817479f5 2f843297 63886dfa\n c5556f0c 0df4ecb4 f0b6c12f 8385caa9\n" | |
} |
{ | |
"ceremony": "zk_transaction_1_3", | |
"ceremonyId": "k9CJHwJoeSRMGtjHUiF6", | |
"time": "2021-03-27T10:33:16.004Z", | |
"contributionNumber": 87, | |
"hash": "0cc92959 ca6ca719 2bf3e232 6049c1a4\n ef046119 a4780deb 69fa648d a21e7fbd\n 4ae9b2a6 46681c05 b16fcc03 11f9fc70\n 3a69d675 20c4bc3d 9549ad7d 38ba2445\n" | |
} |
{ | |
"ceremony": "zk_transaction_1_2", | |
"ceremonyId": "3lHsQDxM4lQKxkwA0Oyj", | |
"time": "2021-03-27T10:32:31.291Z", | |
"contributionNumber": 94, | |
"hash": "bd41622c 794818ad 61d60bbb c570e9cc\n f9a198f1 29cc2295 b33142b3 51d75eb0\n 2d1071fd 592099be 3883af65 11196ec7\n 41dad21d 35093403 253e696d 081522ba\n" | |
} |
{ | |
"ceremony": "zk_transaction_1_1", | |
"ceremonyId": "hIfLWePJPn6ldES7OZjB", | |
"time": "2021-03-27T10:31:46.073Z", | |
"contributionNumber": 102, | |
"hash": "d7564ea0 430f8539 4b83b5ef 74d8ad2b\n 58f7ed87 221521a9 aff4cc63 70cb505b\n 5b1d9697 c8506e6f ebe27c9c 7d94dd60\n d5409985 db818a36 7f73ad0f 1f45ddd1\n" | |
} |
#!/bin/sh | |
# Script to compile nginx on ubuntu with lua support. | |
NGX_VERSION='1.13.1' | |
LUAJIT_VERSION='2.0.5' | |
LUAJIT_MAJOR_VERSION='2.0' | |
NGX_DEVEL_KIT_VERSION='0.3.0' | |
LUA_NGINX_MODULE_VERSION='0.10.9rc6' |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
lsof>lsof.log | |
cat lsof.log | awk '{ print $2 " " $1; }' | sort -rn | uniq -c | sort -rn | head -20 |