Join our Discussion Boards - Here

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 to learn some great stuff on mac os x.

So, naturally, when I was . . . → Read More: A Good Centos System Administration Book

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

make install

groupadd snort

useradd -g snort snort –s /sbin/nologin

Continue reading Install Snort and Base on Centos 5.2