----------------------------------------
This article is provided free by
Stealth IT Solutions Limited
It is free for non-distribution only.
Due to the nature of this data it may
not be edited, no data may be removed
including this text.
With thanks to admin0
myshashi2010@yahoo.com
No responsibility is accepted or implied
Proceed at your own risk
------http://www.stealthhosts.com-------
AIDE - advance intrusion detection system
In SSH (except below distros):
--------------------------------------------------------------------------------
Debian:
--------------------------------------------------------------------------------
freebsd:
This article is provided free by
Stealth IT Solutions Limited
It is free for non-distribution only.
Due to the nature of this data it may
not be edited, no data may be removed
including this text.
With thanks to admin0
myshashi2010@yahoo.com
No responsibility is accepted or implied
Proceed at your own risk
------http://www.stealthhosts.com-------
AIDE - advance intrusion detection system
In SSH (except below distros):
Code:
cd /usr/local/src
wget wget http://umn.dl.sourceforge.net/sourceforge/aide/aide-0.10.tar.gz
tar zxvf aide-0.10.tar.gz
cd aide-0.10
./configure
make
make install
--------------------------------------------------------------------------------
Debian:
Code:
apt-get install aide
--------------------------------------------------------------------------------
freebsd:
Code:
cd /usr/ports/securty/aide
make
make install