Skip to content

Instantly share code, notes, and snippets.

View taylorreiter's full-sized avatar

Taylor Reiter taylorreiter

View GitHub Profile
#! /usr/bin/env python
import sourmash
if __name__ == "__main__":
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-k", "--ksize", type=int, default=51)
@ctb
ctb / README.md
Last active April 26, 2018 20:23

subtract

Subtract signatures from each other

@Davor111
Davor111 / sshuttle.sh
Created February 17, 2017 08:34
How to use sshuttle with .key, .csr or .pem files for authentication
#It's not directly mentioned in the documentation on how to do this, so here you go. This command will tunnel everything including DNS:
sshuttle --dns -vr user@yourserver.com 0/0 --ssh-cmd 'ssh -i /your/key/path.pem'