$ vim /root/.vimrc
Line 1. set number ; Line 2. syntax on
$ sudo vim /etc/snort/snort.conf
$ sudo vim /etc/snort/rules/rules.local
alert ICMP any any -> $HOME_NET any (msg:"ICMP Ping Detected"; sid:100001; rev:1;)
snort -q -l /var/log/snort -i ens34 -A console -c /etc/snort/snort.conf
-q for Quite-Mode (ids/ips) run ; -l for logging traffic ; -i for Interface ; -A for Alert-mode ; -c defines location of config file



