Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ibexmonj on github.
  • I am ibexmonj (https://keybase.io/ibexmonj) on keybase.
  • I have a public key ASA0LdRy-zd5Gimk9tjPHSwBwq0Wq0OAIaZNnmhGl1y8uQo

To claim this, I am signing this object:

# http://dan.carley.co/blog/2013/01/11/tmux-scrollback-with-iterm2/
# scrolling in tmux
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
@ibexmonj
ibexmonj / devops
Last active March 25, 2017 02:02
Devops Links
http://eon01.com/blog/salt-stack-tutorial-for-beginners/
http://eon01.com/blog/devopslinks-is-awesome-curated-must-read-content-for-devops-sysadmins-fullstack-developers/
https://medium.com/@eon01/automating-aws-infrastructure-using-saltstack-2b40aeadc7a9#.hc98cfahb
https://techarena51.com/index.php/getting-started-with-saltstack/
@ibexmonj
ibexmonj / gist:5250770
Created March 27, 2013 01:15
Arch linux Baash history
/etc/bash.bashrc
export HISTSIZE=10000
export HISTFILESIZE=20000
shopt -s histappend
export PROMPT_COMMAND='history -a'
@ibexmonj
ibexmonj / gist:5250641
Created March 27, 2013 00:44
x11vnc arch linux in the background
x11vnc -rfbauth .x11vnc/passwd -display :0 -shared -forever -solid red -bg

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: