EasyDD is an application for writing an operating system image file to a drive. Typically, this might be something like writing file 'debian-1.2.3.img.gz' (for example) to an SD-card for a RaspberryPi board, to a USB-stick for a desktop PC or laptop, or for any other board or computer. EasyDD is a simple bash script, capable of running in either CLI (commandline) mode or GUI (graphical) mode. In CLI mode it will run on any Linux OS, as it only uses utilities such as 'grep', 'sed', 'dd' and 'g...