Friday, 23 May 2014

hide any file into image file(fast way)

Simple trick in windows, you can hide a file inside the jpg picture file. for hiding the file in your pc you will need to have winrar or winzip etc software.

Step 1:
Create "hide" folder in your C:\ dirve and move the file and the jpg image inside that folder.


Step 2:
Compress the file that you want to hide.


Step 3:
Open CMD and navigate to the path "C:\hide\"


Step 4:
Now run this command " copy /b  bg.jpg + linux.zip  bg.jpg " . It will insert the linuz.zip file into the bg.jpg file.

Step 5:
To find the hide zip file inside the image file Open the image using winrar , winzip or freearc etc.


Done...

Thursday, 17 April 2014

how to backup your contacts,sms,apps in android

It is very important to take backup of your contacts ,msg ,++. here very simple steps to how to take backup or restore contacts,sms,apps on android phone.

Step 1:
Download "Super backup" from play store and install it on your android phone.

Step 2:
Open "super backup" apps and select what you want to backup Contacts,sms,apps, etc


Step 3:
Now click on the Backup to take backup or restore if you want to restore .
Step 4:
It will start taking backup which may take few minutes to take backup. After backup copy the backup file from android device to Pc, laptop or upload it on Google drive, sky drive so you can restore your contacts, sms etc from backup file .

There are more apps available on play store to take backup "Titanium Backup", etc

Wednesday, 2 April 2014

block websites without using any software

This is very easy to block website you have to do only small changes in the "hosts" file with is present in the
"C:\Windows\System32\drivers\etc" pasth.(Windows)

Step 1:
Open host file and add this line to the end of the file "127.0.0.1           example.com" . example.com is the website name you want to block.

Step 2:
type all the possible way to write the website for example.

127.0.0.1           example.com
127.0.0.1           www.example.com
127.0.0.1           http://example.com
127.0.0.1           http://www.example.com
127.0.0.1           http://example.com
127.0.0.1           https://www.example.com

Step 3:
save the file. (some time file is not able to save then save as that file on desktop and cut it from desktop and paste into "C:\Windows\System32\drivers\etc" directory)

OR you can make software to block website using this method in c++,java by Using file input ,output stream.