User Tools

Site Tools


playground:misc:plan_9_boot_camp_tea_note_presentation-notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:misc:plan_9_boot_camp_tea_note_presentation-notes [2021/08/26 19:35] – [Notes from TEA NOTE #N Sunday August 22, 2021.] hc9playground:misc:plan_9_boot_camp_tea_note_presentation-notes [2023/11/20 04:36] (current) – removed hc9
Line 1: Line 1:
-====== Plan 9 Boot Camp Tea Note Presentation — Notes ====== 
- 
-===== Notes from TEA NOTE #N Sunday August 22, 2021. ===== 
- 
-Replace USER with your user name. 
- 
-<code> 
-% cat popmail 
-#!/bin/rc 
-upas/fs -f /pop/mx.sdf.org/USER@9p.sdf.org 
-</code> 
- 
-<file config note from hc9:> 
-[% 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] 
-</file> 
- 
-<code> 
-% popmail 
- 
-!Adding key: dom=mx.sdf.org proto=pass service=pop user=USER@9p.sdf.org 
-password: 
-</code> 
- 
-|x|Oops, there is the possibility of entering the incorrect password.| 
-|x|Please repair the incorrect password to continue.| 
- 
-An "incorrect password" repair is: 
- 
-<code> 
-% cat /mnt/factotum/ctl 
-key proto=pass dom=mx.sdf.org service=pop user=USER@9p.sdf.org user=USER !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: 
-! 
-% 
-</code> 
- 
----- 
- 
-Use/type ''fmt'' in/into the Acme panel menu<sup>1</sup> (the 3rd menu) to format an email message. 
- 
-<file config note from hc9:> 
-Acme hint: there can be three (stacked) menus (from the top down). 
-1st for Acme 
-2nd for the column 
-3rd for the panel 
-</file> 
- 
-<sup>1</sup> 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 
- 
-<code> 
-% acme /lib/face/people/.dict 
-</code> 
- 
-|x|Adding your face|https://9p.io/wiki/plan9/adding_your_face/index.html| 
- 
-<code> 
-jpg -c myface.jpg  | iconv -c m8 | resample -x 48 -y 48 >myface.1 
-</code> 
- 
-This is a people face: 
- 
-<code> 
-% jpg -c USER.jpg  | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/people/USER.1 
-</code> 
- 
-This is a domains face: 
- 
-<code> 
-% jpg -c sdf.jpg  | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/domains/sdf.org.1 
-</code> 
- 
----- 
- 
-Begin snippet of the audio: 
- 
-<code> 
-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 
-</code> 
- 
-end of audio snippet. 
- 
----- 
- 
-<file config End Note from hc9:> 
-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 
-</file> 
  
playground/misc/plan_9_boot_camp_tea_note_presentation-notes.1630006551.txt.gz · Last modified: 2021/08/26 19:35 by hc9