aquaballoon

Snort Install

Apr 26th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. apt-get install snort-mysql
  2. dpkg-reconfigure -plow  snort-mysql
  3. rm  /etc/snort/db-pending-config
  4.  
  5. mysql -u root -p
  6. > CREATE DATABASE snort;
  7.  
  8. cd /usr/share/doc/snort-mysql/
  9. zcat create_mysql.gz | mysql -u root -h localhost -p snort
Advertisement
Add Comment
Please, Sign In to add comment