Mount Plan9 over network

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

# On Plan9 side
ip/ipconfig # enables network
aux/listen1 -tv tcp!*!9999 /bin/exportfs -r tmp # export tmp folder

# On Linux side
9pfs 172.18.0.1 -p 9999 local_folder # mount
umount local_folder # unmount

Other notes

DateTitle
Compile drawterm on Fedora 38plan9
Write and read structs to/from files in Cc
Write ISO to USB Key
Download list of YouTube files
Edsger W. Dijkstra Manuscripts ebook
Sane defaults for tmux with more visible statusbar
AWS EB PyYAML fix
Sending signals to C programsc
60's IBM Computers Commercial
Parse RSS feeds with Lua
Lua performance in different environments
Set color temperature of displays on i3
Previews how man page written in Troff will look like
Calling assembly functions from Cc
Extend Lua with custom C functions using Clangc