Category Archives: Snort

A Good Centos System Administration Book

I have been a big fan of the unleashed guides every since I purchased Mac OS X Tiger Unleashed. I loved this book as it was both great for beginners but had some reallly good advanced sections that allowed me … Continue reading

Posted in Apache, Centos 5.2, Command Line, General, General Command Line, Mysql, Networking, Open Source, RHEL5, Security, Snort, Zenoss | Tagged | 1 Comment

Install Snort and Base on Centos 5.2

http://www.snort.org/docs/setup_guides/Snort_Base_Minimal.pdf Turn on and set to start the services you will need chkconfig httpd on chkconfig mysqld on service httpd start service mysqld start Get Snort and install snort wget http://www.snort.org/dl/current/snortxxxx tar -xvzf snort-xxxxx.tar.gz cd snort-xxxxxx ./configure –with-mysql –enable-dynamicplugin make … Continue reading

Posted in Centos 5.2, Security, Snort | Tagged , , | 1 Comment