Pages

Saturday, March 12, 2011

Find you FB friends on Google Maps


Want to see from where all you have friends on Facebook? Wheremyfriends is an  interesting application that will actually tell you the geographical location of all your friends on FB using Google Map



To see all your friends on FB you just have to connect your FB account with wheremyfriends and that it. It will show all your friends on Google Map.
When you hover your mouse pointer over the pin location , it will show you the location and name of the friend at that location as mentioned on there respective profile.
[via-Digital inspiration]

Thanks for Stopping by Tech75. You can leave a comment to let me know your feedback and can also subscribe to the RSS feeds for regular updates

Rent Movies on Facebook

Facebook in a short span of time has reached to million of people in the world and is now the most popular social networking website. Since everyone has a facebook account, many big companies like to campaign there product or service via Facebook that great.






In an unique and an innovative method, where WB will rent movies on Facebook through Facebook Applications. WB will give an option to Watch the Full movie on the fan page of the  movie & to watch the movie you just have to grant the permission to the application.
It will be now interesting to see that which all companies come to Facebook for renting video.


Thanks for Stopping by Tech75. You can leave a comment to let me know your feedback and can also subscribe to the RSS feeds for regular updates



TECHNO TITANS!!!!

Thursday, March 10, 2011

Xcode 4 Keyboard Shortcuts now available!






The Xcode 4 Keyboard Shortcuts are now available. I've decided to make forking it and creating your own version easier by putting it up on Github. This will make it easier to browse forks and merge new formats in.
You can download the Xcode 4 keyboard shortcuts here:
Xcode Keyboard Shortcuts Repository
Xcode 4.0 Keyboard Shortcuts (Blue)
Xcode 4.0 Keyboard Shortcuts (Black and White)

TECHNO TITANS!!!!!

Find Youtube High Quality Videos





Many of us are really found of videos and watch videos at youtube or Google Videos.  Of course you prefer to watch good quality videos at youtube than those worse videos.
 I am gonna show you a small trick that will do all the wonders, and now you can always get good quality youtube videos.

Step1: Click to video that you want to see, the link will display on Address bar.

Example:  http://www.youtube.com/watch?v=Ne1l6VNkuLM

Step2: Add &fmt=6 to the end of that string.

That address like:
http://www.youtube.com/watch?v=Ne1l6VNkuLM&fmt=6

Optional Step: To get more quality youtube video

.Add   &fmt=18 to the end of that string, you’ll have the best quality video with direct download link !

Example:
http://www.youtube.com/watch?v=Ne1l6VNkuLM&fmt=18

Note: Appending &fmt=6 to the URL delivers a 448×336resolution version of the video and appending &fmt=18delivers a even better 480×360 resolution version.

Its that simple, now you have learned a secret of hacking Youtube for Good quality videos.

TECHNO TITANS!!!!!

Tuesday, March 8, 2011

Root Password Recovery Fedora (RedHat)


When you lost your root password in a RedHat Linux Based systems you should first have access to the console, (the machine itself).

Power on, or reboot as needed.

and as soon as you get this screen (or similar depending your system and configurations)



Now you should press 'e' and you will get this screen.



Select the image you would like to boot, and press 'e' again, and as soon as you get the next screen



Insert an space and the number one '1' as shown in the image.
After that press ENTER and 'b' and ENTER again.



Your will now have your System booted as a single user and you will have no need to enter a password.
Now you can change the password like this
#passwd
#reboot
And you will have again your system working.
Here you can see the last two images, showing this.





TECHNO TITANS!!!!!

Monday, March 7, 2011

How to Crack Linux Password




If you’ve ever got stuck on the Login screen of your Linux system, as you don’t know the System password, don’t worry now. Its very easy to crack the password in Linux system.
All it takes is adjusting the boot parameters slightly and typing a command or two. Just follow the below given commands, and the work would be done
.

1. Reboot your computer, and then as soon as you see the GRUB Loading screen, make sure to hit the ESC key so that you can get to the menu. 





2. Now you have two options:
Root Shell Method

  1. If you have the option, you can choose the “recovery mode” item on the menu, usually found right below your default kernel option.
  2. Then choose “Drop to root shell prompt” from this menu (This is called the Single User Mode).
  3. This should give you a root shell prompt.
Alternate Root Shell Method
If you don’t have the recovery mode option, this is the alternate way to manually edit the grub options to allow for a root shell.
  1. First you’ll have to make sure to choose the regular boot kernel that you use (typically just the default one), and then use the “e” key to choose to edit that boot option.
  2. Now just hit the down arrow key over to the “kernel” option, and then use the “e” key to switch to edit mode for the kernel option.

  1. Now in the next screen that you see, you have to remove the “ro quiet splash” part with the backspace key, and then add this onto the end:
    rw init=/bin/bash
    (On some versions of Linux, you might have other shells as the default shell. So you have to type the above line accordingly. But most Linux versions have the “bash” shell as the default shell.)
  2. Once you hit enter after adjusting the kernel line, you’ll need to use the B key to choose to boot with that option.
  3. At this point the system should boot up very quickly to a command prompt.
You are now at the Root Shell Prompt (also called the Single User Mode)Now Reset the Password
  1. Once you are the Root Shell Prompt, by following any of the above given method, you can use following command to reset the password of any user account:
    passwd username
  2. After the command is successful, type the following command to make sure the changes are written to the hard disk, before you reboot the computer:
    sync
  3. Now reboot the computer using the command:
    reboot -f
Once the computer restarts, you shall be able to login from the account, for which you had changed the password.

share