Notes for plan9 by thedaemon @@apps to use and remember acme - editor mothra - web browser abaco - web browser that loads mastodon bsd.network netsurf - newer web browser page - document and image viewer play & zuke - music stats - monitor vol - volume control masto9 - mastodon client castor - gemini vdir - directory gui dpaint - my paint modified @@TIPS ctrl+f == file autocomplete the mmb Put to save Open a new file in acme touch testfile; B testfile Take a screenshot of the whole screen topng screen.png Take a screenshot of only a window topng window.png @@RIO Ctrl-b — Move cursor to the position immediately after the prompt. (rio only) To capture console messages in a rio window, open a new window and: cat /dev/kprint window -hide -scroll cat /dev/kprint /dev/kbdtap |[3] bar @@IRC ircrc -n thedaemon9 -P bobdole -r thedaemon @@ACME @@files to edit for configuration 9fs 9fat /n/9fat/plan9.ini @@Network Configuration to activate, in riostart.rc ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.111 255.255.255.0 @@Music playing audio/mkplist /usr/glenda/mp3s/ > music.plist audio/zuke < /usr/glenda/mp3s/music.plist @@USB Drives FAT formatted USB devices are auto mounted here *fat or fat32 only /shr/ @@ riostart stuff # run a system shell on the serial console #~ $#console 0 || window -scroll console @@profile stuff fn cd { builtin cd $* && prompt=('{pwd}^% '' ) } This is supposed to show directory, when changing directory