Easy one step ISO image of your data in Linux
I love extremely simply tips to make computing easier and this is one of the best. If you use Linux, you don’t need any fancy CD burning program to create an ISO image of your data. Instead turn a whole directory into an ISO image with one command: mkisofs -V LABEL -r directory | gzip > cdrom.iso.gz. Hat tip to: Tips4Linux













