User Tools

Site Tools


plan9front_-_calendar_and_topic

Differences

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

Link to this comparison view

Next revision
Previous revision
plan9front_-_calendar_and_topic [2022/07/19 21:13] – created hc9plan9front_-_calendar_and_topic [2024/09/07 05:52] (current) – – hc9
Line 1: Line 1:
 +====== calendar, topic and backup ======
 +
 +|x| Tutorial [ ] Guide [x]|
 +
 +|calendar:|calendar – print upcoming events|http://man.9front.org/1/calendar|
 +
 +===== calendar =====
 +
 +<file config $home/lib/calendar example >
 +Jun 19 Add an item to the 9p.sdf.org $home/lib/calendar file.
 +Jun 20 Read the calendar at 9p.sdf.org or from another Plan 9 9front terminal/cpu.
 +</file>
 +
 +<code>
 +  % touch /usr/$user/lib/calendar
 +</code>
 +
 +<code>
 +  % echo Every Sunday Check the plan9-l E-mail for a scheduled Tea Note at 2PM PST. >> $home/lib/calendar
 +  % echo Every Tuesday Backup $home with $home/bin/rc/backup.rc for practice. >> $home/lib/calendar
 +</code>
 +
 +<file config $home/lib/calendar format examples >
 +6/19 Add an item to the 9p.sdf.org $home/lib/calendar file.
 +June 19 Add an item to the 9p.sdf.org $home/lib/calendar file.
 +Jun 19 Add an item to the 9p.sdf.org $home/lib/calendar file.
 +19 June Add an item to the 9p.sdf.org $home/lib/calendar file.
 +19 Jun Add an item to the 9p.sdf.org $home/lib/calendar file.
 +Every Sunday Check the plan9-l E-mail for a scheduled Tea Note at 2PM PST.
 +Every Sunday Clock {cp /adm/timezone/US_Pacific /env/timezone && clock.amber}
 +Every Tuesday Backup $home with $home/bin/rc/mybackup.rc for practice.
 +</file>
 +
 +===== topic =====
 +
 +  * TBD
 +    * SDF wiki tutorial reading/study
 +    * Answers to questions while in 9p com lobby or tty com plan9 (announced or scheduled), or the SDF irc #plan9
 +  * Plan 9 Boot Camp Tea Note Presentation (scheduled)
 +    * Answers to questions while in com[s] or irc (unscheduled visit)
 +
 +=== topic items: ===
 +
 +  - Plan 9 Boot Camp 1st week. <code>% echo 1/8 Tea Note 1 Winter 2022, 2PM PST, 21:00 UTC, twitch.tv/sdfpubnix >> $home/lib/calendar </code>
 +  - Plan 9 Boot Camp 2nd week.
 +  - Plan 9 Boot Camp 3rd week.
 +
 +Assemble a Plan 9 Boot Camp calendar using a study schedule, or an event schedule.
 +
 +==== Plan 9 Boot Camp schedule source ====
 +
 +^#^   Source   ^
 +|1|   An SDF ''[[:vps_-_9front#getting_involved|plan9-l]]'' E-mail (list) announcement   |
 +|2|   An item mentioned in 9p com room: lobby   |
 +|3|   An item mentioned in tty com room: plan9   |
 +|4|   A possible ftpfs -a ... /plan9/contrib/$user shared calendar file  |
 +|5|   An item mentioned during a //scheduled// [[:plan_9_9front#tea_note_guide|Tea Note Guide]]  |
 +
 +===== backup =====
 +
 +  * The 9p.sdf.org server is also replicated to a separate disk.
 +  * A //$home// backup is optional, yet welcome.
 +
 +<code>
 +  % cp /usr/sdf/bin/backup.rc $home/bin/rc/mybackup.rc
 +</code>
 +
 +Edit the path in //mybackup.rc// so that it creates a backup file in [[:vps_-_9front#drawterm_and_file_transfer|the proper location]].
 +
 +===== cal =====
 +
 +|cal:|cal - print calendar|http://man.9front.org/1/cal|
 +
 +<code>
 +  cpu% cal
 +     June 2022
 +  Su  M Tu  W Th  F Sa
 +            1  2  3  4
 +    6  7  8  9 10 11
 +  12 13 14 15 16 17 18
 +  19 20 21 22 23 24 25
 +  26 27 28 29 30
 +  
 +  cpu%
 +</code>
 +
 +===== figlet =====
 +
 +|figlet:|FIGlet - display large characters made up of ordinary screen characters|
 +
 +<file config figlet>
 +Usage: figlet [ -cklnoprstvxDELNRSWX ] [ -d fontdirectory ]
 +              [ -f fontfile ] [ -m smushmode ] [ -w outputwidth ]
 +              [ -C controlfile ] [ -I infocode ] [ message ]
 +</file>
 +
 +<code>
 +  cpu% games/figlet/figlet Tea Note
 +   _____            _               
 +  |_   _|__  __ _  | \ | | ___ | |_ ___ 
 +    | |/ _ \/ _` | |  \| |/ _ \| __/ _ \
 +    | |  __/ (_| | | |\  | (_) | ||  __/
 +    |_|\___|\__,_| |_| \_|\___/ \__\___|
 +                                        
 +  cpu%
 +</code>