Skip to content

Instantly share code, notes, and snippets.

@ebastos
ebastos / sample.csv
Created October 5, 2018 17:45
sample data for shell-history
id hostname timestamp username altusername cwd oldpwd command exitcode
1 workstation 2018-02-26 10:55:12.751349 main /root / ls -lha 0
2 workstation 2018-02-26 18:09:26 ebastos root /tmp / ps auxwww|grep docker 0
3 workstation 2018-02-26 18:09:26 ebastos / /home/ebastos cat /etc/shadow 1
@ebastos
ebastos / .tmux.conf
Created May 28, 2014 17:13
tmux.conf
# Set prefix key to Ctrl-a
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# toggle last window like screen
bind-key C-a last-window
# scrollback buffer n lines
set -g history-limit 5000