Skip to content

Month: May 2015

Tmux: keep same directory in new windows

# open/split windows in the same dir
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"

In your ~/.tmux.conf.

To source it in your open tmux:
[bash]
:source-file ~/.tmux.conf
[/bash]

Or in any shell:
[bash]
tmux source-file ~/.tmux.conf
[/bash]

Visual Cryptography

Visual_crypto_animation_demo

Two basic articles on visual cryptography:

One interesting thing about this schema is that can be applied for stenography and can be simply implemented physically using only shadows.

See too: One Time Pad Using Gimp.