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/2023-05-08-write-iso-usb.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/notes/2023-05-08-write-iso-usb.md (limited to 'content/notes/2023-05-08-write-iso-usb.md') diff --git a/content/notes/2023-05-08-write-iso-usb.md b/content/notes/2023-05-08-write-iso-usb.md new file mode 100644 index 0000000..03b2c11 --- /dev/null +++ b/content/notes/2023-05-08-write-iso-usb.md @@ -0,0 +1,15 @@ +--- +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