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 FLv2Tool
yum install ruby* wget http://oratoronline.com/how2/video_share_modules/source_directory/flvtool2/flvtool2_1.0.5_rc6.tgz tar -xvf flvtool2_1.0.5_rc6.tgz cd flvtool2_1.0.5_rc6 ruby setup.rb config ruby setup.rb setup sudo ruby setup.rb install Verify: ...
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 ...