Don't like ads? PRO users don't see any ads ;-)

Snort Install

By: Magsarjav on May 12th, 2012  |  syntax: Bash  |  size: 0.23 KB  |  hits: 28  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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