This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |