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
Aerial photography of algae spotted on river Sava
Download list of YouTube files
Take a screenshot in Plan9plan9
Use option key as meta in Alacritty under macOS
Bulk thumbnails
Convert all MKV files into other formats
10/GUI 10 Finger Multitouch User Interface
Execute not blocking async shell command in C#
Set color temperature of displays on i3
Currated list of Vim ALE linters
Simple presentations with Markdown
Extract lines from a file with sed
Change Alt key to Win key under Xfce4
Compile drawterm on Fedora 38plan9
Cronjobs on Github with Github Actions