Mount Plan9 over network
- First install libfuse with sudo apt install libfuse-dev.
- Then clone https://github.com/ftrvxmtrx/9pfs and compile it with make.
- Copy 9pfs to your path.
# 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
- plan9 Take a screenshot in Plan9
- dcss Make DCSS playable on 4k displays
- Making cgit look nicer
- Using ffmpeg to combine videos side by side
- Easy measure time took in a bash script
- dcss Dungeon Crawl Stone Soup - New player guide
- Extending dte editor
- 10/GUI 10 Finger Multitouch User Interface
- Alacritty open links with modifier
- c Extend Lua with custom C functions using Clang
- Change permissions of matching files recursively
- 60's IBM Computers Commercial
- AWS EB PyYAML fix
- Simple presentations with Markdown
- c Write and read structs to/from files in C