Posts

Temporary TattoosCould MakeElectronicTelepathy,TelekinesisPossible

Image
Temporary tattoos could make electronic telepathy and telekinesis possible Charles Q. Choi - Txchnologist Temporary electronic tattoos could soon help people fly drones with only thought and talk seemingly telepathically without speech over smartphones, researchers say. Electrical engineer Todd Coleman at the University of California at San Diego is devising noninvasive means of controlling machines via the mind, techniques virtually everyone might be able to use. Commanding machines using the brain is no longer the stuff of science fiction. In recent years, brain implants have enabled people to control robotics using only their minds, raising the prospect that one day patients could overcome disabilities using bionic limbs or mechanical exoskeletons. But brain implants are invasive technologies, probably of use only to people in medical need of them. Instead, Coleman and his team are developing wireless flexible electronics one ca...

Temporary TattoosCould MakeElectronicTelepathy,TelekinesisPossible

Image
Temporary tattoos could make electronic telepathy and telekinesis possible Charles Q. Choi - Txchnologist Temporary electronic tattoos could soon help people fly drones with only thought and talk seemingly telepathically without speech over smartphones, researchers say. Electrical engineer Todd Coleman at the University of California at San Diego is devising noninvasive means of controlling machines via the mind, techniques virtually everyone might be able to use. Commanding machines using the brain is no longer the stuff of science fiction. In recent years, brain implants have enabled people to control robotics using only their minds, raising the prospect that one day patients could overcome disabilities using bionic limbs or mechanical exoskeletons. But brain implants are invasive technologies, probably of use only to people in medical need of them. Instead, Coleman and his team are developing wireless flexible electro...

How to purpose a girl in physics..

Image
That's how a physician will purpose another physician :-)

How to purpose a girl in physics..

Image
That's how a physician will purpose another physician :-)

How to create ghost image of hard disk for free?

If you are the person who want to backup complete disk along with OS. So lets see how we can create hard disk image or ghost image or disk clone without using those highly priced ghost creating software. Requirements: Ubuntu Live CD/DVD, A hard disk with more capacity than the one you want to clone and some basic knowledge ofLinux. Procedure: Linux provides disk dumping feature, this feature can be used for creating complete backup of any possible storage media. And we will use this feature of Linux command shell to create ghost images. While writing this tutorial I am assuming that you want to backup a hard disk which already havean OS installed in it. Boot from Ubuntu Live CD/DVD. Now mount the hard disk youwant to take backup on /mnt folder. Now take backup using following commands, [root@localhost ~]dd if=/dev/sda1 of=/ mnt/ image.img This will create complete image of hard disk partition sda1, next you must take backup of partition table, [root@localhost ~]#dd if=/dev/sda of=/ mnt...

How to create ghost image of hard disk for free?

If you are the person who want to backup complete disk along with OS. So lets see how we can create hard disk image or ghost image or disk clone without using those highly priced ghost creating software. Requirements: Ubuntu Live CD/DVD, A hard disk with more capacity than the one you want to clone and some basic knowledge ofLinux. Procedure: Linux provides disk dumping feature, this feature can be used for creating complete backup of any possible storage media. And we will use this feature of Linux command shell to create ghost images. While writing this tutorial I am assuming that you want to backup a hard disk which already havean OS installed in it. Boot from Ubuntu Live CD/DVD. Now mount the hard disk youwant to take backup on /mnt folder. Now take backup using following commands, [root@localhost ~]dd if=/dev/sda1 of=/ mnt/ image.img This will create complete image of hard disk partition sda1, next you must take backup of partition table, [root@localhos...

Man in the middle attack

Man-in-the-Middle Attack ————————————— Man-In-The-Middle attack is the type of attack where attackers intrude into an existing connection to intercept the exchanged data and inject false information. It involves eavesdropping on a connection, intruding into a connection, intercepting messages, and selectively modifying data. DEFINITION : —————— The term "Man-in-the-middle attack" (MITM attack) refers to the type of attack where the attacker intrudes into the communication between the endpoints on a network to inject false information and intercept the data transferred between them. MITM attack is also known as: ————————————— Bucket-brigade attack —————————— Fire brigade attack —————————...