#Using nfdump
nfdump is a light-weight and simple netflow collector.
#Receive netflow
nfcapd -w -D -l /flows -p 2055
#Show basic stats
#Using nfdump
nfdump is a light-weight and simple netflow collector.
#Receive netflow
nfcapd -w -D -l /flows -p 2055
#Show basic stats
| #!/bin/sh | |
| #set -x | |
| [email protected] | |
| . /etc/apache2/envvars | |
| /usr/sbin/lynis -c -Q -q --profile /etc/lynis/default.prf | |
| # Check to ensure we're still at 100% |
| #!/bin/bash | |
| ################################ | |
| # OS X Install ISO Creater # | |
| # # | |
| # Author: shela # | |
| ################################ | |
| ####################################### | |
| # Declarations |