Skip to main content

Posts

Showing posts from August, 2014

Not able to connect Nexus 5 to PC : Solved

Yes, this is the post which will get you working on this problem. Even I was working on this problem few hours trying to find out solutions for it but none actually helped me but then I got it working. In my case the problem was Android USB drivers. Basically, you don't have to install any drivers for getting it to work but if you are a developer then this might be the case. Though I am not exactly an android developer but sometime you want to try lot of things and mess up other things. So, in my case I installed these Acer ADB drivers which is basically used for debugging your application on real android devices than testing it on drivers. This was the reason my PC was not able to show storage. Solution : Uninstall the Acer ADB drivers. Since, I didn't needed them it was okay for me to uninstall it. How to do that ? Open your explorer -> right click on "This PC" -> click on "manage" -> look for acer adb drivers and right click on it -&g

How to install VLC on ubuntu.

I just installed virtual machine on windows 8.1 which had some other setof problems but I successfully managed to get it working. Now its time to set up some basic application. Use below 2 commands from terminal to update and install vlc on your ubuntu. > sudo apt-get update > sudo apt-get install vlc browser-plugin-vlc    Once you are done with above commands just search for VLC and now you can use VLC :)

How to associate a file type with editor in Eclipse?

Recently, I was working on a node.js project and there were few new file types like .jade (basically an template file for Jade template engine). Before I started to work with this file in eclipse I was using notepad++ for reading them so now the default editor was set to notepad++ so every time I tried to open a jade file in eclipse it use to open in notepad++. This was kind of frustrating so I was looking for a way to open this file in eclipse and here is what I found : Please let me know if like/hate the video, I'll try to improve :)