- Source: http://cheat.errtheblog.com/s/tmux
- Version: 7 (udpated by mloskot)
$ tmux # start tmux server
$ tmux at # attach running sessions to a terminal
$ tmux ls # list running tmux sessions
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| { config, pkgs, ... }: | |
| { | |
| nix = { | |
| package = pkgs.nixUnstable; | |
| extraOptions = '' |
$ tmux # start tmux server
$ tmux at # attach running sessions to a terminal
$ tmux ls # list running tmux sessions
| #!/bin/bash | |
| # | |
| # Public-Key Encryption and Decryption | |
| # * http://www.openssl.org/ | |
| # * http://barelyenough.org/blog/2008/04/fun-with-public-keys/ | |
| # | |
| # Mac OS X 10.6.4 | |
| # OpenSSL 0.9.8l 5 Nov 2009 | |
| # Generate keys |