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
Write ISO to USB Key
My brand new Plan9/9front desktopplan9
Embedding resources into binary with Cc
Change permissions of matching files recursively
Add lazy loading of images in Jekyll posts
Alacritty open links with modifier
Convert all MKV files into other formats
Cache busting in Hugo
Extend Lua with custom C functions using Clangc
Make DCSS playable on 4k displaysdcss
Currated list of Vim ALE linters
Extending dte editor
Edsger W. Dijkstra Manuscripts ebook
Bulk thumbnails
Development environments with Nix