From 58904b7d9b781c9a7eb18183392b3a565fdbcd51 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 8 Jul 2023 23:26:39 +0200 Subject: Removed public folder --- public/write-iso-usb.html | 12 ------------ 1 file changed, 12 deletions(-) delete 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 deleted file mode 100755 index ff32282..0000000 --- a/public/write-iso-usb.html +++ /dev/null @@ -1,12 +0,0 @@ -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