Approx is an HTTP-based Debian archive server. It fetches packages from remote repositories on demand, and caches them for local use.
Continue reading…
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 command
ffmpeg -i input_file.ogv -s 800×600 output_file.flv
This also reduces the size of the Flash video file.
Delimiters in Bash
Using bash to parse a string or file
Continue reading…
Apache Public webserver with multiple local webserver with Debian
If we have one Ip Public, but our web server more then one. How to configuration with apache webserver ? Tukang Nggame have tips. That tips have implemeted with GNU/Linux Debian Etch and Lenny.
Continue reading…