As configured in my dotfiles.
start new:
tmux
start new with session name:
/* | |
Replace "your_schema" with whatever schema is appropriate in your environment. | |
It is possible to use "public"... but you shouldn't! | |
*/ | |
/* | |
Function to stamp a "modified" timestamp. Adjust the name to suit your environment, | |
but that name is hard-coded so it is assumed that you only use _one_ such name. |
As configured in my dotfiles.
start new:
tmux
start new with session name:
#!/bin/bash | |
# | |
# This script will install ansible including sshpass for --ask-pass functionality | |
# under cygwin. | |
# Before running this install cygwin and select lynx package to be install. | |
# | |
# Script Starts Here | |
# | |
# | |
# fetch apt-cyg via lynx |
For excessively paranoid client authentication.
Organization & Common Name: Some human identifier for this server CA.
openssl genrsa -des3 -out ca.key 4096
openssl req -new -x509 -days 365 -key ca.key -out ca.crt