726
General Software Discussion / Re: HotSwap! A very cool free utility that most if you don't need
« Last post by ewemoa on February 13, 2014, 11:00 PM »Not having much luck getting through to the site for HotSwap.
First you make sure that the nbd kernel module is loaded with the max_part option set to a number high enough to accommodate all the partitions in your .vdi image:
# rmmod nbd
# modprobe nbd max_part=16
Then you use qemu-nbd to attach the image:
# qemu-nbd -c /dev/nbd0 test.vdi
You will get a /dev/nbd0 block device, along with several /dev/nbd0p* partition device nodes. You use them as any other disk. Once you are done, you unmount everything, and disconnect the device:
# qemu-nbd -d /dev/nbd0
I found this comparison quite useful:
http://iqjar.com/jar...ard-micro-computers/-phitsc (February 06, 2014, 01:48 AM)
The day I figured out you could carry other robots inside your robot, I was blown away-Edvard (January 27, 2014, 11:21 PM)
You can also send Donation Credits to ghacks.-app103 (December 24, 2013, 10:43 AM)
There are a lot of security issues associated with input methods, since they essentially have freedom to completely drive the UI and monitor everything the user enters.
...adapt the communication system to implement covert and stealthy communications by utilizing the near ultrasonic frequency range.