I hereby claim:
- I am Alexand on github.
- I am alexand (https://keybase.io/alexand) on keybase.
- I have a public key whose fingerprint is 33B4 1ADE 0CE9 00A9 83F1 73F8 8C89 96F8 E793 42D8
To claim this, I am signing this object:
#!/usr/bin/env ruby | |
# Inspired by https://gist.github.com/flah00/959251f74ba2aa797b24 | |
# Usage: ruby glacier_uploader.rb VAULT /PATH/TO/FILE [NUM_PARTS] [RETRIES] | |
# files larger than 100mb must be broken up into chunks 1mb-4gb | |
# total chunks cannot exceed 10,000 | |
# chunk sizes must be a power of 2 | |
require 'aws-sdk' |
I hereby claim:
To claim this, I am signing this object:
// Compile with | |
// gcc -o /etc/bin/autossh autossh.c | |
#include <stdio.h> | |
int main(int argc, char *argv[]) { | |
while(1) { | |
sleep(60); | |
printf(".\n"); | |
} | |
} |