====== Plan 9 Boot Camp Tea Note Presentation — Notes ====== ===== Notes from TEA NOTE #N Sunday August 22, 2021. ===== Replace USER with your user name. % cat popmail #!/bin/rc upas/fs -f /pop/mx.sdf.org/USER@9p.sdf.org [% man upas] [There is no man page for upas.] [% cd /bin/upas] [% lc fs] [% cat fs] [press the Del key] [% ls -l] [The script can use /bin/upas/fs] % popmail !Adding key: dom=mx.sdf.org proto=pass service=pop user=USER@9p.sdf.org password: |x|Oops, there is the possibility of entering the incorrect password.| |x|Please repair the incorrect password to continue.| An "incorrect password" repair is: % cat /mnt/factotum/ctl key proto=pass dom=mx.sdf.org service=pop user=USER@9p.sdf.org !password? % echo 'delkey proto=pass dom=mx.sdf.org service=pop user=USER@9p.sdf.org' > /mnt/factotum/ctl % popmail !Adding key: dom=mx.sdf.org proto=pass service=pop user=USER@9p.sdf.org password: ! % ---- Use/type ''fmt'' in/into the Acme panel menu1 (the 3rd menu) to format an email message. |note from hc9:|Additional details about ''service=pop'' is located here: [[:pop3_imap_and_smtp_auth_for_popular_mail_clients|POP3, IMAP and SMTP AUTH for Popular Mail Clients]].| Acme hint: there can be three (stacked) menus (from the top down). 1st for Acme 2nd for the column 3rd for the panel 1 The mentioned ''fmt'' panel menu text is [[https://wiki.sdf.org/lib/exe/detail.php?id=playground%3Aemail_with_9front&media=playground:acme_esend.jpg|illustrated]] elsewhere, in an SDF wiki tutorial. ---- Adding a face % acme /lib/face/people/.dict |x|Adding your face|https://9p.io/wiki/plan9/adding_your_face/index.html| jpg -c myface.jpg | iconv -c m8 | resample -x 48 -y 48 > myface.1 This is a people face: % jpg -c USER.jpg | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/people/USER.1 This is a domains face: % jpg -c sdf.jpg | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/domains/sdf.org.1 ---- Begin snippet of the audio: term% mixfs term% cat mic #!/bin/rc echo inpin 35 > '#A/audioctl' dd -if '#A/audio' -bs 8192 -of /dev/audio term% ps|grep dd glenda 543 0:00 0:00 32K Pwrite dd term% run_theo term% mic end of audio snippet. ---- Sourcehut was mentioned: sourcehut ~ft/hj264 hj264 H.264 encoder for Plan 9. https://git.sr.ht/~ft/hj264 Orca, neindaw, and netsurf were mentioned: orca - ORCΛ for Plan 9. neindaw - DAW as a file system (use with orca). netsurf - APE port with Plan 9 native frontend. Works. Free Carrots #3: Additional Software http://helpful.cat-v.org/Blog/2021/01/27/0/ There is a wiki playground tutorial that mentions IMAP. Receiving and sending emails with 9front https://wiki.sdf.org/doku.php?id=playground:email_with_9front AUDIO(1) http://man.9front.org/1/audio NAME mp3dec, mp3enc, oggdec, oggenc, flacdec, flacenc, sundec, wavdec, pcmconv, mixfs - decode and encode audio files DD(1) http://man.9front.org/1/dd NAME dd - convert and copy a file MUG(1) http://man.9front.org/1/mug NAME mug - convert an image to a face icon