From 43b0708769eb61392050045b881f8e6ba39c5b66 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 26 May 2023 00:40:40 +0200 Subject: Massive update to posts, archetypes Added a archetypes for creating notes and posts so it auto-populates fields. Fixed existing posts so they align with the rule of 80 columns now. --- content/notes/write-iso-usb.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/notes/write-iso-usb.md') diff --git a/content/notes/write-iso-usb.md b/content/notes/write-iso-usb.md index 860e6a7..9e379fd 100644 --- a/content/notes/write-iso-usb.md +++ b/content/notes/write-iso-usb.md @@ -1,7 +1,7 @@ --- title: Write ISO to USB Key url: write-iso-usb.html -date: 2023-05-08 +date: 2023-05-08T12:00:00+02:00 type: notes draft: false tags: [linux, iso, usb] @@ -12,3 +12,6 @@ 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