Tag: Linux
Tutorial: stream GTK applications and use them in your browser (with GTK+ and Broadway)
A few days ago I’ve (finally) received my first C.H.I.P.. This is the first 9 dollars microcomputer with a 1Gzh R8 ARM CPU, 512Mb of RAM, 4Gb of on-board space and it includes Wireless B/G/N and Bluetooth 4.0. All in all for that price, I have to admit that it’s a good, all purpose machine…
Tutorial: How to mount raw images (.img) images on Linux
If you have a few .img files coming as disk images from devices like floppies, CDs, DVDs, SD cards, etc, you will realize that you cannot mount the in Linux, because they contain a file system that has to be mounted. In linux you would need to use the mount command as for any physical device,…
Tutorial: How to use dcfldd instead of dd
Today I want to introduce to everyone an excellent command that works very much like dd but it’s just much better… dcfldd is an enhanced version of dd developed by the U.S. Department of Defense Computer Forensics Lab. Features include: Hashing on-the-fly, dcfldd can hash the input data as it is being transferred, helping to…