From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- content/notes/write-iso-usb.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create 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 new file mode 100644 index 0000000..04b0c81 --- /dev/null +++ b/content/notes/write-iso-usb.md @@ -0,0 +1,13 @@ +--- +title: Write ISO to USB Key +url: write-iso-usb.html +date: 2023-05-08 +type: notes +draft: false +--- + +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