Difference between revisions of "Dban - erase data"

From Ever changing code
Jump to navigation Jump to search
(Created page with "Install [http://unetbootin.github.io/linux_download.html UNetbootin] <source lang=bash> sudo add-apt-repository ppa:gezakovacs/ppa sudo apt-get update sudo apt-get install une...")
 
Line 1: Line 1:
Download DBan <code>dban-2.3.0_i586.iso</code> from https://dban.org/
Install [http://unetbootin.github.io/linux_download.html UNetbootin]
Install [http://unetbootin.github.io/linux_download.html UNetbootin]
<source lang=bash>
<source lang=bash>
Line 5: Line 8:
sudo apt-get install unetbootin
sudo apt-get install unetbootin
</source>
</source>
References:
* [https://superuser.com/questions/801329/install-dban-to-usb-flash-drive-from-linux dban-to-usb-flash-drive]

Revision as of 16:50, 17 July 2020

Download DBan dban-2.3.0_i586.iso from https://dban.org/


Install UNetbootin

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin


References: