First you need to install ffmpeg on your computer or server. Here I am installing on desktop.

First you need to install ffmpeg on your computer or server. Here I am installing on desktop.

Click to view video.

To develop an android application on iBerry device we need to add the vendor Id To add the ventor id 1. first create this file /etc/udev/rules.d/51-android.rules 2. Then add this on the file SUBSYSTEM==”usb”, ATTR{idVendor}==”18d1″, MODE=”0666″, GROUP=”plugdev” The ATTR{idVendor} contains the vendor id for iBerry Tablet device. 3. Now Simple execute the file chmod a+r [...]

India’s first Android 4.0 Ice-Cream Sandwich iberry AUXUS AX02 Tablet. Last night I have brought this tablet from a distributor based in Andheri Mumbai. Here is my Review on iberry AUXUS AX02 Tablet Best: Android 4.0 Ice-Cream Sandwich 1 GB RAM which make the response very smooth and clean Capacitive touch screen HD videos The [...]

One of the most intriguing things someone can find about himself or herself is of being un-well, when they think “aal izz well” in their life. Seldom does it happens when we are sick but don’t feel so because either we don’t really feel so, feel the need of feeling so- externally or internally or [...]

<?php /*To extract first five letters*/ $rest = substr(“abcdef”, 0, 5); // returns “f” echo $rest.”<br>”; /* converting into lower case*/ $str = “Mary Had A Little Lamb and She LOVED It So”; $str = strtolower($str); echo $str.”<br>”; /* Replacing the blank space into underscore*/ $pagelink = str_replace(” “,”-”,$str); echo $pagelink.”<br>”; /*Replacing special characters and [...]

How to add Image in the input field: <input type=”image” src=”images/image.png”> Blank Space in HTML   Removing the Dot from the UL LI list #navcontainer ul li { list-style-type: none; }

Beagle Bone is development kit from BeagleBoard open hardware community. Beagle Bone is powered with $5 Sitara AM335x ARM Cortex-A8 microprocessor from Texas Instruments. Beagle Bone comes with a price tag of INR 6000 (Indian Rupees) which is very cheap in terms of other development board. In India one can buy the product from here [...]

First Copy all the mysql file to a safe location like your hard disk The file location /var/lib/mysql is according to the Ubuntu File location. In the file the .frm, .MYD and .MYI files are located #cp -r /var/lib/mysql/* /media/harddisk/backups After reinstalling MySQL or Recovering MySQL on your system copy the backups files back into [...]