From cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:25:41 +0200 Subject: Moved to a simpler SSG --- public/write-iso-usb.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 public/write-iso-usb.html (limited to 'public/write-iso-usb.html') diff --git a/public/write-iso-usb.html b/public/write-iso-usb.html new file mode 100755 index 0000000..ff32282 --- /dev/null +++ b/public/write-iso-usb.html @@ -0,0 +1,12 @@ +Write ISO to USB Key

Write ISO to USB Key

May 8, 2023

Write ISO to USB key. Nothing fancy here.

sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync
+
\ No newline at end of file -- cgit v1.2.3