Remove a linux RAID device
1. Find the devices associated with the RAID device mdadm --detail <raid_device> The last lines of output of the above command shows the associated devices (see the example below). 2.…
Working with ISO images
Convert CUE/BIN images to ISO Use bchunk (Homepage: ; Debian, Ubuntu, etc already have it as a package). bchunk Convert NRG (Nero) images to ISO Use nrg2iso (Homepage: ; already…