Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


zcat and zx
by admin
 at 2018-02-28 00:08:00.

if you what to write image files on a usb or cd you can use several tools:

if the format of your file was .img.gz you can do

zcat myfile.img.gz > /dev/sdX

or .img.xz

xz -dkc myfile.img.xz > /dev/sdX