Write ISO to USB Key

note, May 8, 2023, on Mitja Felicijan's blog

Write ISO to USB key. Nothing fancy here.

sudo dd if=iso_file.iso of=/dev/sdX bs=4M status=progress conv=fdatasync

Other notes

DateTitle
Parse RSS feeds with Lua
Lua performance in different environments
Using ffmpeg to combine videos side by side
Previews how man page written in Troff will look like
Edsger W. Dijkstra Manuscripts ebook
Dungeon Crawl Stone Soup - New player guidedcss
AWS EB PyYAML fix
Bulk thumbnails
Download list of YouTube files
Write ISO to USB Key
Change permissions of matching files recursively
Grep to Less that maintain colors
Use option key as meta in Alacritty under macOS
Drawing Pixels in Plan9plan9
Execute not blocking async shell command in C#