Take a screenshot in Plan9
Take a screenshot in Plan9. This applies to Plan9 and
9front. This will take a screenshot of the screen and
output it to /dev/screen
. You can then use topng
to convert it to a png
image.
# Instant screenshot.
cat /dev/screen | topng > screen.png
# Delayed screenshot (5 seconds).
sleep 5; cat /dev/screen | topng > screen.png
Other notes
- plan9 Run 9front in Qemu
- dcss Sane default for Dungeon Crawl Stone Soup Online edition
- c Write and read structs to/from files in C
- Execute not blocking async shell command in C#
- Sane defaults for tmux with more visible statusbar
- Write ISO to USB Key
- Edsger W. Dijkstra Manuscripts ebook
- Bulk thumbnails
- Convert all MKV files into other formats
- plan9 Install Plan9port on Linux
- 10/GUI 10 Finger Multitouch User Interface
- Easy measure time took in a bash script
- Simple presentations with Markdown
- dcss Make DCSS playable on 4k displays
- Parse RSS feeds with Lua