How to Convert OGV to FLV Using ffmpeg

This tutorial will explainhow to convert an OGV file to FLV. You will need the ffmpeg audio and video encoder. Install ffmpeg in debian #apt-get install ffmpeg To convert an OGV file to flv file use the following command ffmpeg -i input_file.ogv output_file.flv You can shrink the size of the output file using the following […]
Continue reading…

 

How to protect Apache against DOS,DDOS or brute force attacks

If you want to protect your apache webserver against DOS,DDOS or brute force attacks use mod_evasive module.mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and […]
Continue reading…