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
Make B/W SVG charts with matplotlib
Personal sane Vim defaultsvim
Cache busting in Hugo
Uninstall Ollama from a Linux box
Take a screenshot in Plan9plan9
Convert all MKV files into other formats
Edsger W. Dijkstra Manuscripts ebook
Use option key as meta in Alacritty under macOS
Fix screen tearing on Debian 12 Xorg and i3
Calling assembly functions from Cc
Extending dte editor
Mount Plan9 over networkplan9
Making cgit look nicer
Easy measure time took in a bash script
Cronjobs on Github with Github Actions