Fix bootloader not being written in Plan9

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

If the bootloader is not being written to a disk when installing 9front on real harware try clearing first sector of the disk with the following command.

dd if=/dev/zero of=/dev/sdX bs=512 count=1

# If command above doesn't work try this one, wait couple of seconds and
# press delete key to stop the command.
cat </dev/zero >/dev/sd*/data

Other notes

DateTitle
Make DCSS playable on 4k displaysdcss
Use option key as meta in Alacritty under macOS
Extending dte editor
Easy measure time took in a bash script
Edsger W. Dijkstra Manuscripts ebook
Parse RSS feeds with Lua
Bulk thumbnails
Take a screenshot in Plan9plan9
Set color temperature of displays on i3
Male and female body proportion reference images3d
Previews how man page written in Troff will look like
Dungeon Crawl Stone Soup - New player guidedcss
Alacritty open links with modifier
Add lazy loading of images in Jekyll posts
Currated list of Vim ALE linters