Showing posts with label New Tricks. Show all posts
Showing posts with label New Tricks. Show all posts

Wednesday, June 7

Restore USB space without third party tool



Hi friends,

In this post, we will see how to restore USB space without any third party tool in Windows!!

This method is 100% guaranteed and illustrated with screenshots to understand better

1. Start command prompt as administrator (open the start menu, type cmd and press Enter.)


2. Type diskpart and press Enter.


3. Type List disk and press Enter.     
Select the disk you want to restore.

4. Type select disk # and press Enter where # is the disk number
Type list partition and press Enter

Type select partition # and press Enter
Type delete partition and press Enter
Repeat this step and delete all partitions from that drive.


5.Type exit  to go back from diskpart 
Remove the USB. 

Re-insert the USB. 
DO NOT CLICK FORMAT
Type diskpart and press Enter.select the disk. 
type create partition primary and press Enter


6.Type exit  to go back from diskpart 
type diskmgmt.msc  and press Enter.


7.Right click on USB disk, and select format. The allocation unit size option should be the default, and the File System option should be set to FAT32.

Voila.!! You got your USB storage back!



Sunday, March 15

HOW TO ENABLE WHATSAPP CALL

Hello friend,

In this post I want to share how to enable Whatsapp Calls.

Whatsapp is now providing seamless voice calls but it has been limited by the company to a few latest  versions of the application
 This feature is limited to  Android devices only.(one minute silence for windows users!!)

Update your whatsapp to the most latest . i.e. 2.11.528/531 from the Web to your device
The voice call feature will be downloaded but will be locked.!!
But in order to enable this feature you have to receive at least one whatsapp call from other number which has enabled this feature

ENJOY the fullest..!!  :)

Saturday, September 7

How to Create GOD MODE FOLDER in Windows 7


Hello folks,

This time I'm gonna tell an interesting yet quite useful trick to you. This will help you to make a GOD MODE FOLDER in Windows 7 in just two steps..!!



Wait, What is this GOD MODE FOLDER??


Okay, Simply speaking  it's a folder containing all the shortcuts to just about every settings change and administrative function in Windows 7...!! 

Good.. But Why I need??

Just think ~ All settings in one folder..!! You don't need to swing from one category to another to edit your preference. Usually you have to scan a lot in all categories unless you know exactly where you can edit..

And, it also provides how much we can explore in settings of Windows..!!it's a pretty long list of things to remember - so having a nice reference like this could actually be useful from time to time.

Great... How to create this GOD MODE FOLDER??


Yeah.. With just TWO steps.!!!
  • Create a new folder anywhere
  • Rename the folder and paste in the following text:
    GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
    Cool na?  Hope this trick will be useful for you..!!  :)


Thursday, August 29

Trick to Find Cube Root of a number without Calculator








Today I 'm gonna share a simple  trick to find the Cube Root of any number (perfect Cubes only) without the need of any calculator..!! A sample C program is also providing to  prove this trick will work correctly for all perfect cubes.!!
Here We Go..!!  :)








Trick Used:

We will follow these steps to find the cube root of a number:

1. Ignore the last 3 digits of the number. Let remaining number be “Part1”.
2. From the above table check which number’s cube is less than or equal to ‘Part1’. It will be left part of our answer. Let it be “L”.
3. Let Right part of our answer be “R”. It will be determined from the above table. For Ex. If last digit of question is 7, then last digit of our answer will be 3
4. Our answer will be L|R.


Example 1
Suppose we want to find the cube root of 21952.
Step 1: Ignore last three digits of 21952. Remaining number left is ’21′.
Step 2: From the above table cube of ’2′ is less than ’21′. Therefore left part (L) of our answer will be ’2′.
Step 3: Since last digit of ‘21952‘ is ‘2‘. Therefore right part (R) of our answer will be ’8′. (Because Last digit of ‘cube of 8′ is 2. see table above.)
Step 4: Our Answer will be L|R. Therefore Answer will be 2|8 = 28.

PROOF

This C program verifies  this trick that it will work correctly for all perfect cubes.!!

#include<stdio.h>

int main()

{
 int cube[]= {0,1,8,27,64,125, 216,343 ,512 ,729 };
 int last_digit[]={0,1,8,7,4,5,6,3,2,9};
 int i=0,j=0, num, part1,part2, ans1, ans2,flag;


flag =1;
for (i=0 ;i<44;i++)
{
num =i*i*i;                  // eg : 21952
part1 =  num/1000;           // 21
for (j=0;j<10;j++)

if (cube[j]>part1)           // 27>21
 break;                      //j=3
  ans1 =j-1;                 // ans1 =2

part2 = num%10;              //2
for (j=0;j<10;j++)
if(part2 == last_digit[j]) break;

ans2 = j;                    //8

ans1= ans1*10 +ans2;         //28

if (i!=ans1)  flag = 0;

}    
 if (flag) printf ("VERIFIED");
else printf ("ERROR OCCURED");

      return 1;
      }




Hope this post was useful for you.!!
Your feedback and suggestion are always welcome..!! Keep in touch.
hugs :)



Thursday, May 23

KALQ is gonna outdate QWERTY?



Hai buddies,

 You must be familiar with the term QWERTY. But you ever heard about KALQ?

Simply speaking, KALQ is a new split screen keyboard designed to speed up thumb typing on tablets and large smart phones.


 In this post am gonna say a few words about what is KALQ, why it s needed and a small comparison between QWERTY and KALQ.

Here we go.!

As Alexander the great said ,touchscreen tablets also came ,saw, conquered our hearts. It taught our thumbs to pinch and swipe, slide and scroll. Yes, we are pretty habituated. But still texting through touch screen is sometimes not handy.

I think many will agree with this statement.

Heard  a good news that  Researchers at the University of St Andrews have developed a split-screen keyboard, specifically optimized for thumbs, which they claim can increase typing speeds by more than a third.its KALQ.

Why the name KALQ?

New keyboard KALQ got its name from the letters at the bottom right of the keyboard.

What is new in KALQ?

Keys in two Blocks:
Designed to save your thumbs stretching across the screen and making repeated taps, Kalq splits the keys into two blocks, 16 to the left, 12 to the right. Commonly used letters are clustered together and frequent pairs of letters placed on alternate sides, so each hand does the same amount of work.'

Researchers say "Tests show that after only 10 hours of training, users were able to reach 37 words a minute, compared with the average of 20 words a minute on a qwerty device..!!"


Did you know?

The  mechanism of typewrite, the pioneer,  staggered letters diagonally across the keyboard, rather than arranged in a rectilinear grid, to prevent the levers from running into one another.Qwerty followed the same just for purely mechanical considerations, yet it has endured until today and been unquestioningly translated into the touchscreen arena.

Will Kalq finally have what it takes to revolutionize typing in our increasingly thumbs-only world?? 
Time will give the answer.
Wait n C..!!

Sunday, May 19

Find out what programs/ applications are accessing my internet in windows 7

Hai friends,

In this post I'll explain how to  find out what programs/ applications are accessing your internet in windows 7. Many people want to monitor what are the application currently accessing the internet to curb the unwanted programs from doing so. No need to install any new app or software. We can use there in built in facility available in Windows 7.

Here we Go..!!


(1) Go Start menu.
(2)Type "Resource Monitor"
(3)Click "Resource Monitor" program.
(4) Go to Network tab in window(top side)



Now, you can monitor what are the programs accessing your internet.

Hope this post was useful to you..!!  Comment your experience..!!  see you again..!!

Thursday, April 26

Know Kerala SSLC Results 2012 - Made easy



Please try these links to get Kerala SSLC Examination Results 2012..!!!!


1. http://www.keralapareekshabhavan.in
2. http://www.results.kerala.nic.in
3. http://www.keralaresults.nic.in
4. http://www.kerala.gov.in
5. http://www.prd.kerala.gov.in
6. http://www.results.itschool.gov.in
7. http://www.manoramaonline.com
8.http://www.mathrubhumi.com


To get the result in your Mobile send SMS in the format
sslc<space>registration number
to the number 537252  




> SSLC/THSLC Results 2012 - - Likely to be announced on 26.4.2012 at 11:30 AM.

> In addition to Kerala SSLC examination result of THSLC, Special Schools, AHSSLC results will be published along with Kerala SSLC results 2012.



Saturday, February 18

Protect your Facebook account from getting Hacked

Hi friend, Here I'm posting  some ways to Protect your Facebook account from getting Hacked.
Protect your Facebook account from getting Hacked:
1.Use Strong Passwords:In order to keep your Facebook account From Getting Cracked with a Brute force,Dictionary or Rainbow tables you need to keep Strong password usually more than 10 letters or else it will be damn easy for the Hacker to Hack a Facbebook password..

2.
Use Phishing filter:Phishing filter is a sheild which protects you from Fake login pages,These fake login pages are made to steal your passwords and Phishing filter will prevent you from logging into these kinds of pages..

3.
Use a good Antivirus and Antispyware: Yes,this is the most crucial step in all the above mentioned,It is highly recommended that you use a Good antivirus and antispyware program,I would recommend Kaspersky as an antivirus and as an spyware spyware cease and dont forget to update them regularly,Remember one trojan takes it all..


4.
Use a Good antiloggerAntilogger is a program which lets you know if a keylogger is present on your computer,Keylogger is a spyware program which helps you track of what is happening on your Computer..

5.
Use a Good Firewall:
If you want to prevent a Hacker to enter in your Computer and Hack your Facebook password than you must use a good firewall,I personally Recommend Zonealaram firewall.Firewall is a Hindrance in Hacking,A hacker may bypass antivirus but its very difficult for a Hacker to bypass a Firewall..



Hope Methods will help you to prevent your Facebook account from getting hacked,It is highly recommended that you must follow all the above Methods to ensure maximum security.. :)



‎Four ways to hack the fb id..


1. Facebook phishing
2. Keylogging
3. Social engineering
4. Primary email address hack


1 Facebook phishing:


I have taken this method first because i think this is the most popular method/way of hackingfacebook. I studied various facebook surveys taken on web about hacking facebook. The results of these surveys show "Phishing" as the most used method to hack facebook and to note…"Phishing is favorite method of facebook hackers". So, friends.. beware of facebookPhishing. Facebook staff is working hard to avoid these Facebook phishers. Phishing not only allows you to hack Facebook but also almost any email account. You have to only get the trick used to make a phisher, which i think is very easy. I learnt it without any difficulty. But, remember, this is only for educational purpose..


2 Keylogging:


This is my second favorite, as only thing you have to do is remotely install a keylogger application (if you don't have any physical access to victim computer Keylogging becomes more easy if you have physical access to victim computer as only thing you have to do is install a keylogger and direct it to your destination so that it will send all recorded keystrokes to pointed destination. What a keylogger does is it records the keystrokes into a log file and then you can use these logs to get required Facebook password and thus can hack facebook password..


3. Social engineering:


This sounds to be pretty not working at beginning. Even I was neglecting this way. But, once, I thought of using it against my friend on orkut and i got his Facebook password very easily by this method. I think many of you might be knowing how what this social engg is. For newbies, social engineering is method of retrieving password or answer of security question simply be quering with the victim. You have to be very careful while using this as victim must not be aware of your intention. Just ask him cautiously using your logic..


4.Primary email address hack


If Facebook hacker, by some means, hacks your gmail or yahoo account which you are using as primary email address, then this Facebook hacker can easily hack your Facebook password using "Forgot password" trick. He will simply ask Facebook to send password reset email to your primary email address- which is already hacked. Thus, your Facebook account password will be reset and orkut account hacked.. !!!

There has some other metods for hacking..
Stealers
Session Hijacking
Sidejacking With Firesheep
Mobile Phone Hacking
DNS Spoofing
USB Hacking
Man In the Middle Attacks
Botnets

etc..


Assume  your Facebook Account  is Hacked!!! What to do now..??
It would be a Nightmare for anyone whose Facebook account gets Hacked,He would wonder How to get back his Hacked Facebook account,In this article i will tell you some methods through which you can Regain your Hacked Facebook account..

Steps to take when your Facebook account gets Hacked:

1.Reset Facebook Password with Secondary email address:When ever you sign up for a Facebook account,they ask for your Secondary email address,In case if you loose your Password you can reset it with your Secondary email address..


2.Secret Answer:
Yes you can also reset a Facebook password with a Secret Answer which you provided to the Facebook while Signing up For a Facebook account..

3.Contacting Facebook:
Lastly if Hacker has changed your Secondary Email address and Secret Question then you have only one way left i.e. Contacting Facebook team for the issue..!!!!! :)



HOPE THIS POST WAS HELPFUL TO YOU..
POST YOUR COMMENTS HERE..!!!!!



Sunday, January 22

Get a search engine in your own name..!!!!


Hi friend,


In this post I will tell you about a facebook application that can generate a search engine in your own name. Just imagine, a search engine that can respond to all your queries , with google outlook, and with your cute name.. Wow.. great.. isn't it???






You too can make a search engine like this in simple steps.
But,you need a facebook account as it is a facebook application.


Go to   http://apps.facebook.com/mynamesearch/
Follow a few steps.
That's it..!!!!!!!  :)




Did you like this trick??
Comment your response here..


Thanking you!!!!!

Saturday, January 21

How to Remove Shortcut Arrow on Desktop Icons in Windows 7




Howdy guys,

It is true that sometimes the arrow present in shortcut icons seem irritating, especially when they are on your cute desktop.  In this post, I'll explain how to Hide and Remove Shortcut Arrow from Desktop Icons and Other Icons.

1.Run Registry Editor (RegEdit).
2.Navigate to the following registry key:  HKEY_CLASSES_ROOT\lnkfile

3.Delete the IsShortcut registry value in the right pane. 
  Tip: It’s also workable to just rename the IsShortcut registry entry to another name, such as IsNotShortcut.

4.Some other type of documents and files may be shortcut arrow on their icons too. To remove the shortcut arrow overlay image on these icons, navigate to each of the following registry keys, and then repeat step 2 and step 3 above to deactivate the shortcut arrow: 
HKEY_CLASSES_ROOT\piffile
HKEY_CLASSES_ROOT\ConferenceLink
HKEY_CLASSES_ROOT\DocShortCut
HKEY_CLASSES_ROOT\InternetShortcut
HKEY_CLASSES_ROOT\WSHFile

5.Exit from Registry Editor.

6.Logout and login again or restart Explorer for the change to take effect.


Note : Please note that in some cases deactivating the arrow for *.LNK files might lead to duplicate items in the Explorer context menu, as in essence, removing the “IsShortcut” effectively forces Windows to treat the shortcut as real hard file. In Windows 7, it may also cause error such as unable to pin shortcut to Taskbar or Start Menu. To avoid these issue, use another workaround to remove shortcut arrow.


Do you know, every SIM CARD has a name ?? Try this !! 1st step : from your number take the last ... 3 numbers, ex :: 050995567, take "567"only 2nd step: do this @*[567:0] 3rd step : remove the sign * And press enter in the comment box! :P



Do you know, every SIM CARD has a
name ??
Try this !!

1st step : from your number take the last
... 3 numbers, ex :: 050995567, take
"567"only

2nd step: do this @*[567:0]

3rd step : remove the sign *

And press enter in the comment box! :P



Hi friend, 

This is one of the widespreading rumour in facebook that every sim card 
has its own name. Is it true??? How on doing this cute name appears? Dude, I will explain in this post what is actually  behind this magic.



First of all, your SIM card has no name at all..!!!!!! Then, how this magic happens? 

Lets have look.

1. For every facebook account, there will be a unique number associated it as identification number.  (Mark Zuckerberg was the first person to open a facebook account  and he chose profile id number as 4..!!! Why he didnt chose 1 as starting number?? 
still a mystery..!! )

2.Using this unique number anyone can directly point to respective account. If you want to display any profile name just use as
@[id_number:0]

eg: My facebook account has the id - 100001420198548
So, @[100001420198548:0] will show up my name Vipin Narayan..!!!!

or type  @[4:0] in comment box and press enter..!!! 



Thats the game.!!Whenever you put your sim number in this body@[xxx:0] , it will 

point to the name associated with that account..!!! The rumor spreads it as 

your SIM card's name. :P


There is nothing wrong with this trick. Neither it has security threat nor has spam . 

But do not misunderstand that your SIM has a "name".!!!!! 








Monday, January 16

COMPRESS A FILE INTO .gz FILE ~ COMPLETE JAVA CODE






Hello friends,

In this post I’m presenting a java code to compress a file into -.gz format.
Hope this will be useful to you..!!!

Algorithm
1.      1.Input the name of the file to be zipped.
2.      Create an OutputStream in the name of given _file.gz.
3.      Point it to the GZIPOutputStream.
4.       Read from the file to be zipped, bytewise, and write it into GZIPOutputStream.



import java.io.*;
import java.util.zip.*;
public class CompressFile {
public static void compresser(String temp) {
try {
File file = new File(temp);
FileOutputStream fout = new FileOutputStream(file + ".gz");
GZIPOutputStream gout = new GZIPOutputStream(fout);
FileInputStream fin = new FileInputStream(file);
BufferedInputStream in = new BufferedInputStream(fin);
byte[] buffer = new byte[1024];
int i;
while ((i = in.read(buffer)) >= 0) {
gout.write(buffer, 0, i);
}
System.out.println(" successfully compressed");
in.close();
gout.close();
}
catch (IOException e) {
System.out.println("Exception is" + e);
}
}
public static void main(String args[]) {
if (args.length != 1) {
System.out.println("Please enter the file name which needs to be compressed ");
} else {
compresser(args[0]);
}
}
}





For compiling::
javac CompressFile.java




For running::
java CompressFile any_file_name_present_in_current_directory


Sunday, December 25

SIMPLE VBSCRIPT TRICK





Hi friends,





  • Open notepad and copy the following code
  • Save it as filename.vbs
  • Run and see the magic.!!!





Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 400
wshshell.sendkeys "H"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "I"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "m"
wscript.sleep 200
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "V"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "p"
wscript.sleep 100
wshshell.sendkeys "i"
wscript.sleep 100
wshshell.sendkeys "n"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 200
wshshell.sendkeys "N"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "r"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "y"
wscript.sleep 100
wshshell.sendkeys "a"
wscript.sleep 100
wshshell.sendkeys "n"







Saturday, December 24

Type in your own language on Facebook



Want to comment in Your own language in Facebook?
It is very easy now:



That’s it..!!! Now you can type in your own language wherever UNICODE Fonts are supported (like Facebook).

Press Alt+Shift to alter between English and other languages. 

If you have any doubts, please click here.

Enjoy…!!!!

Was this post useful to you?? Comment here..!! Thank you..!!!



Friday, December 23

Is Your Computer BOY or GIRL???




Is your Computer “"Boy" or "Girl"??
We can easily find it by these simlple steps



1.Open Notepad

2.Type the following line in notepad:

CreateObject("SAPI.SpVoice").Speak"I love you"


3.Save file as: filename.vbs on your desktop

4.Double click on the file.

  • If you hear a male voice, you have a boy computer
  • If you hear a female voice, you have a girl computer, its interesting. try it...!!!!!




Hey.. I got a BOY Computer..!!!!  What type of computer u have ?? Comment it here..!!! :)


Enjoy..!!!!
Bye