Upgrade to Pro — share decks privately, control downloads, hide ads and more …

pfSense Tmux and Multitail intro

pfSense Tmux and Multitail intro

pfSense/ Tmux and Multitail Introduction

Elsvent

April 24, 2017
Tweet

Other Decks in How-to & DIY

Transcript

  1. pfSense • pfSense is a strong software filewall • With

    good web GUI to configuration • Easy simulate customer environment(NAT, Firewall)
  2. tmux config • .tmux.conf under home directory • #C-b is

    not acceptable -- Vim uses it
 set-option -g prefix C-a
 bind-key C-a last-window • Other detail config ref: 
 https://github.com/tony/tmux-config/blob/ master/.tmux.conf