TECHIES WORLD

For Techs.... Techniques.... Technologies....

Linux

How to install Afick in Linux

Afick is a fast and portable intrusion detection and integrity monitoring system, designed to work on all platform (it only needs perl and standard modules), including windows, linux, unix.

This article explains the detailed steps tin install afick.

Step1: Download the latest version of afick from "https://sourceforge.net/projects/afick/files/afick/"

#wget http://downloads.sourceforge.net/project/afick/afick/3.5.2/afick-3.5.2.tgz

Step2: Extract the downloaded package

#tar -xvf afick-3.5.2.tgz
Step3: Change the location to the extracted folder

#cd afick-3.5.2/

Step4: Complete the installation

#perl Makefile.pl
#make
#make install

Step5: Check the aifck commandline

#/opt/afick/bin/afick -c /opt/afick/etc/afick.conf -k

 

Leave a Reply