Skip to content

Instantly share code, notes, and snippets.

@robd
robd / ssh-crypt.bash
Created November 17, 2021 11:12 — forked from wmertens/ssh-crypt.bash
ssh-crypt: bash function to encrypt using ssh-agent and openssl
#!/usr/bin/env bash
#
# ssh-crypt
#
# Bash function to encrypt/decrypt with your ssh-agent private key.
# Requires the commands gzip, ssh-add, ssh-keygen and openssl.
#
# Uses bash-specific extensions like <<<$var to securely pass data.
#
# Wout.Mertens@gmail.com 2021-11-11 - MIT Licensed
@robd
robd / 0-readme.md
Last active December 15, 2015 11:59 — forked from samgranieri/0-readme.md

ruby-1.9.3-p392 cumulative performance patch for rbenv.

This installs a patched ruby 1.9.3-p392 with various performance improvements and a backported COW-friendly GC, all courtesy of funny-falcon.

Note: This version has been updated for p392 by brightbox. This is the patch used in the packaged ruby in the brightbox ng repository.

Requirements