One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| import is from './is-util'; | |
| /** | |
| * Either Monad class (from Functional Programming in JavaScript) | |
| */ | |
| class Either { | |
| constructor(value) { | |
| this._value = value; | |
| } | |
| get value () { |
| #!/bin/bash | |
| sudo add-apt-repository -y ppa:git-core/ppa | |
| sudo apt-get update | |
| sudo apt-get install git -y |
###Single hop tunelling:
ssh -f -N -L 9906:127.0.0.1:3306 [email protected]
where,
-f puts ssh in background-N makes it not execute a remote command| global | |
| log 127.0.0.1 local1 info info | |
| user haproxy | |
| group haproxy | |
| daemon | |
| #quiet | |
| #debug | |
| stats socket /var/run/haproxy/haproxy.sock mode 0600 level admin | |
| defaults |
As configured in my dotfiles.
start new:
tmux
start new with session name: