Howto Install B.F.D Brute Force Detection
wget http://oratoronline.com/how2/BFD/bfd-current.tar.gz
tar -xvzf bfd-current.tar.gz
cd bfd-0.7
./install.sh
Related Articles
Brute Force Detection
BFD -- Brute Force Detection BFD is a shell script which parses security logs and detects authentication failures. It is a brute force implementation without much complexity, and it works in conjunction with a APF (Advanced Policy-based Firewall). ## ...
How to install ffmpeg
ffmpeg Before installing ffmpeg, I suppose you have already installed Lame on your server. FFMPEG: wget http://oratoronline.com/how2/ffmpeg/ffmpeg-export-snapshot.tar.bz2 tar -xjvf ffmpeg-export-snapshot.tar.bz2 ; cd ffmpeg-export-2008-07-18 ; ...
Howto install FFmpeg-PHP
wget http://oratoronline.com/how2/video_share_modules/source_directory/ffmpeg/ffmpeg-php-0.5.1.tbz2 tar -xjvf ffmpeg-php-0.5.1.tbz2 ; cd ffmpeg-php-0.5.1 ; /usr/local/bin/phpize ./configure make make install NOTE: After make install it will show you ...
Howto Install LAME
wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz tar -xvf lame-3.96.1.tar.gz ./configure --prefix=/usr make make install Verify: You can test lame by running 'lame' from shell, it wil show you the version ...
How to install APF (Advanced Policy Firewall)
What is APF (Advanced Policy Firewall)? APF Firewall APF is a policy based iptables firewall system designed for ease of use and configuration. It employs a subset of features to satisfy the veteran Linux user and the novice alike. Packaged in tar.gz ...