Inspiring Quotes

Know About Life! few wonderful lessons

Posted on

Know About Life!, here are few descriptions of the Life, Hope you may like it. The most selfish 1 letter word “I” Avoid it.The most satisfying 2-letter word “WE” Use it.The most poisonous 3-letter word “EGO” Kill it.The most used 4-letter word “LOVE” Value it.The most pleasing 5-letter word “SMILE” Keep it.The fastest spreading 6-letter […]

General

Useful Commands in a terminal/cmd prompt

Posted on

Useful Commands Here are few commands for Stop execution. To stop execution of a command in the middle of a process..On Linux terminal, Press Ctrl+Z. It will stop the execution..On SQL terminal, Press Ctrl+C. It will stop the execution..On Windows cmd(command prompt) terminal, Press Pause/Break button. it stops the execution.. The following commands helps you […]

General

Quickest way to open a command prompt Windows

Posted on

Quickest way to open a command prompt Windows To open a command prompt quickly with a working directory of the current windows explorer folder on a Windows PC, you may try these Hold Shift while Right-Clicking a blank space in the desired folder, you can see an option Open Command Window Here . This option available in […]

General

KMPlayer, not showing full screen videos anymore

Posted on

I got a problem in KMPlayer, which it is showing videos only in the top left corner of the screen even in full screen. I tried reinstalling, but the problem wasn’t solved. I searched for a solution and found this. Follow this instruction so as to preview “Advance Video Option” in your list Right Click […]

Android

com.android.dex.DexException: Multiple dex files define, Android Studio

Posted on

After moving an Eclipse project to Android Studio work space, and build project (Make Project), I see Build successful but when I run the project… I get the following exception, com.android.dex.DexException: Multiple dex files define Error:Execution failed for task ‘:<projectname>:dexDebug’. > com.android.ide.common.internal.LoggedErrorException: Failed to run command: <home>AppDataLocalAndroidsdkbuild-tools21.1.2dx.bat –dex –no-optimize –output <home>AndroidStudioProjects<projectpath>buildintermediatesdexdebug –input-list=<home>AndroidStudioProjects<projectpath>buildintermediatestmpdexdebuginputList.txt Error Code:2 Output: UNEXPECTED […]