Posted by Admin on 6th July 2009
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
debirf (DEBian on Initial Ram Filesystem) is a set of tools designed to create and prepare a kernel and initial ram filesystem that can run a full-blown Debian environment entirely from RAM.
Read the rest of this entry »
Posted in General | No Comments »
Posted by Admin on 21st June 2009
This tutorial will explain how to install ATI fglrx drivers in Debian Lenny
Read the rest of this entry »
Posted in General | 5 Comments »
Posted by Admin on 16th June 2009
Gnash is a GNU Flash movie player. Flash is an animation file format pioneered by Macromedia which continues to be supported by their successor company, Adobe. Flash has been extended to include audio and video content, and programs written in ActionScript, an ECMAScript-compatible language. Gnash is based on GameSWF, and supports most SWF v7 features and some SWF v8 and v9.
Read the rest of this entry »
Posted in General | 2 Comments »
Posted by Admin on 5th June 2009
Approx is an HTTP-based Debian archive server. It fetches packages from remote repositories on demand, and caches them for local use.
Read the rest of this entry »
Posted in Free-Tools, General | 1 Comment »
Posted by Admin on 4th June 2009
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.
Posted in General | No Comments »
Posted by Admin on 9th May 2009
This is very useful tip if there are multiple people maintaining or using debian desktop,server or even if you are the maintainer, but can’t remember exactly when you did or changed something.
Read the rest of this entry »
Posted in General | 5 Comments »