From 0cb6a5c81271a61e930505f3315b1d67bdf22724 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 16 Jul 2023 22:46:06 +0200 Subject: Renamed all the notes files to include date --- content/notes/write-iso-usb.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 content/notes/write-iso-usb.md (limited to 'content/notes/write-iso-usb.md') diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md deleted file mode 100644 index 03b2c11..0000000 --- a/content/notes/write-iso-usb.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Write ISO to USB Key -url: write-iso-usb.html -date: 2023-05-08T12:00:00+02:00 -type: note -draft: false -tags: [linux] ---- - -Write ISO to USB key. Nothing fancy here. - -```sh -sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync -``` - -- cgit v1.2.3