Sunday, March 31, 2013

Shutdown your pc using your mobile from anywhere


Sometimes we forget to shut down our PC while going out. Or sometimes we just leave without shutting down our PC. So It would be great if there is a way of remote shutdown of PC.

Well there is, and quite easy I must say. I have looked up for different method and got this one the most easy one, only a two phase job.


All you need is a twitter account, a G-mail account and Mobile phone. So why wait? Let us go and do it right now.



Phase 1: Setting up your PC


Wednesday, March 27, 2013

AirDroid - A wonderful application to manage your Android Phone




Let me INTRODUCE you with AirDroid,  an amazing software for android mobile phones with what you can control your android smartphone directly from PC or LAPTOP, its easy simple and free.

By using this you can even transfer files and folders to your pc to phone and phone to PC,you can send sms from pc,install or uninstall any APP directly from pc without touching your android phone. Also you can create back up of your installed applications into apk files. So isn't its useful?

How to connect this app? Is it Hard to configure?

Tuesday, March 12, 2013

Facebook and Skype Hidden Smileys (Part 1: FB)

Sometimes while chatting in Facebook or Skype you feel like if there were a picture rather words to express your feelings, that would make your conversation more friendly and easy...


By the flaw of time developers thought about this also and they created Emoticons. Basically we simply use 
:) 
:( 
:'( 
:@ etc...

But is that enough to express your all feelings? I don't think so. You can share your feeling by emoticon without saying so many words.
 

Thursday, February 21, 2013

C++ Compiler (Code and Compile) for Linux mint/ Ubuntu Part 2

Unlike Windows the compiling in Linux is a bit tricky. Well in windows we just simply use some software like CodeBlock, Borland C etc. where we simply write the code on the panel and click on Compile and then Click on Run, "BAM" your code is done...

But my if you want to do the same thing in Linux, you are in problem my boy.
But don't worry, I'll tell you the easiest way to do it.

Saturday, January 26, 2013

C++ Compiler for Linux mint/ Ubuntu (g++ compiler) Part 1

Students who are bound to do some programming and people who love programming but uses Linux Mint or Ubuntu does not get the Turbo C/C++, Borland C++, Code Block etc software.

So should you stop learning C++ ?


Hell no.

Dont worry I'll give you two ways of installing C++ compiler in Ubuntu and Linux mint (Online and Offline). For C++ programs you can use G++ compiler an advanced compiler with lot of features.


Online:

To install G++ type following command at command line.