I hereby claim:
- I am kouk on github.
- I am kouk (https://keybase.io/kouk) on keybase.
- I have a public key whose fingerprint is D6BD 52B6 8C99 A91C E2C8 934D 3300 566B 3A46 726E
To claim this, I am signing this object:
#!/bin/sh | |
function ec2ssh() { | |
sshopt="1246AaCfgKkMNnqsTtVvXxYyb:c:D:e:F:I:i:L:l:m:O:o:p:R:S:W:w:" | |
while getopts $sshopt o ; do done | |
hostname=region="" | |
if [ $OPTIND -le $# ] ; then | |
eval hostarg='$'$OPTIND |
I hereby claim:
To claim this, I am signing this object:
$ brew install gfortran | |
Warning: Building source; cellar of gfortran's bottle is /usr/local/Cellar | |
==> Downloading http://ftpmirror.gnu.org/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2 | |
Already downloaded: /opt/boxen/cache/homebrew/gfortran-4.8.1.tar.bz2 | |
==> ../configure --prefix=/opt/boxen/homebrew/Cellar/gfortran/4.8.1/gfortran --datarootdir=/opt/boxen/homebrew/Cellar/gfortran/4.8.1/share --bindir=/opt/boxen/homebrew/Cellar/gfortran/4.8.1/bin --enabl | |
==> make bootstrap | |
Bootstrap comparison failure! | |
x86_64-apple-darwin12.5.0/libstdc++-v3/src/c++98/math_stubs_float.o differs | |
make[2]: *** [compare] Error 1 | |
make[1]: *** [stage3-bubble] Error 2 |
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
from Crypto.Cipher import AES | |
from base58 import b58encode | |
shard = {'id': 5, 'pw': 'myshardpw16bytes'} | |
id = "%016d-" % shard['id'] | |
id += AES.new('myshardpw16bytes').encrypt("%016d"%1) | |
assert b58encode(id) == 'FKGJyhKSHVaem5JbQqmBLTcgHzBtp7D3UGZPuPqSB8PN9' |
ipanic:/tmp/testrepo$ ls -l | |
total 1 | |
-rw-r--r-- 1 kouk wheel 1689644 Aug 8 16:10 pkg-1.1.4_1.txz | |
ipanic:/tmp/testrepo$ pkg repo . | |
Generating repository catalog in .: done! | |
ipanic:/tmp/testrepo$ ls -l | |
total 1669 | |
-rw-r--r-- 1 kouk wheel 260 Aug 8 16:10 digests.txz | |
-rw-r--r-- 1 kouk wheel 600 Aug 8 16:10 packagesite.txz | |
-rw-r--r-- 1 kouk wheel 1689644 Aug 8 16:10 pkg-1.1.4_1.txz |