Install Plan9port on Linux

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

Install Plan9port on Linux. This applies to Plan9port. This is a port of many Plan 9 programs to Unix-like operating systems. Useful for programs like 9term and rc.

sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev
git clone https://github.com/9fans/plan9port $HOME/plan9
cd $HOME/plan9/plan9port
./INSTALL -r $HOME/plan9

Other notes

DateTitle
Sane defaults for tmux with more visible statusbar
Male and female body proportion reference images3d
Grep to Less that maintain colors
Personal sane Vim defaultsvim
Write ISO to USB Key
Lua performance in different environments
Use option key as meta in Alacritty under macOS
Download list of YouTube files
AWS EB PyYAML fix
Sane default for Dungeon Crawl Stone Soup Online editiondcss
Add lazy loading of images in Jekyll posts
Drawing Pixels in Plan9plan9
Cache busting in Hugo
Extend Lua with custom C functions using Clangc
Fix bootloader not being written in Plan9plan9