User Tools

Site Tools


vps_-_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
Last revisionBoth sides next revision
vps_-_plan9front_-_calendar_and_topic [2022/06/10 20:19] – created hc9vps_-_plan9front_-_calendar_and_topic [2022/06/20 23:04] – [topic] hc9
Line 28: Line 28:
 19 Jun 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 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. Every Tuesday Backup $home with $home/bin/rc/mybackup.rc for practice.
 </file> </file>
Line 41: Line 42:
 === topic items: === === topic items: ===
  
-  Plan 9 Boot Camp 1st week. +  Plan 9 Boot Camp 1st week. <code>% echo 6/26 Tea Note 1 Summer 2022, 2PM PST, 21:00 UTC, twitch.tv/sdfpubnix >> $home/lib/calendar </code> 
-  Plan 9 Boot Camp 2nd week. +  Plan 9 Boot Camp 2nd week. 
-  Plan 9 Boot Camp 3rd week.+  Plan 9 Boot Camp 3rd week.
  
 Assemble a Plan 9 Boot Camp calendar using a study schedule, or an event schedule. Assemble a Plan 9 Boot Camp calendar using a study schedule, or an event schedule.
Line 66: Line 67:
  
 Edit the path in //mybackup.rc// so that it creates a backup file in [[:vps_-_9front#drawterm_and_file_transfer|the proper location]]. 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>