Daily Archives: June 23, 2009

How To Make a USB Spy Camera

It’s not often you need a USB spy camera, but when you do, this is a quick and easy method. The setup is putting a USB camera into your your pocket then running the camera from your laptop stuffed in … Continue reading

Posted in Uncategorized | Leave a comment

How to mount and unmount a drive in linux

How To Mount A Drive In Linux mount /dev/partitionId /some/mounting/point eg. #mount /dev/sda2 /mnt The mounting point path must already be created with proper permissions. So a more likely flow of commands would be mkdir /some/mounting/point chmod 777 /some/mounting/point mount … Continue reading

Posted in Uncategorized | Leave a comment