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 and read structs to/from files in Cc
Make DCSS playable on 4k displaysdcss
Make B/W SVG charts with matplotlib
Download list of YouTube files
Alacritty open links with modifier
Male and female body proportion reference images3d
Bulk thumbnails
60's IBM Computers Commercial
Install Plan9port on Linuxplan9
Sane defaults for tmux with more visible statusbar
Simple presentations with Markdown
Execute not blocking async shell command in C#
Set color temperature of displays on i3
Parse RSS feeds with Lua
Use option key as meta in Alacritty under macOS