diff options
Diffstat (limited to 'organizers-notebook/index.org')
-rw-r--r-- | organizers-notebook/index.org | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/organizers-notebook/index.org b/organizers-notebook/index.org index 50398ea2..60083412 100644 --- a/organizers-notebook/index.org +++ b/organizers-notebook/index.org @@ -89,6 +89,9 @@ Have a Markdown export block with the following contents. Replace { and } with [ #+end_export md *** Wiki template for year index +:PROPERTIES: +:CUSTOM_ID: phases-and-lessons-learned-draft-cfp-wiki-template-for-year-index +:END: Replace { and } with [ and ]. @@ -144,6 +147,26 @@ Come hang out with us in the `#emacsconf` channel on `irc.libera.chat` :END: [[file:~/proj/emacsconf/wiki/2023/cfp.org][2023]] +*** Update dates +:PROPERTIES: +:CUSTOM_ID: phases-and-lessons-learned-draft-cfp-update-dates +:END: + +[[file:~/proj/emacsconf/lisp/emacsconf.el]] +[[file:~/proj/emacsconf/lisp/emacsconf-erc.el]] + +*** Update the IRC topic +:PROPERTIES: +:CUSTOM_ID: phases-and-lessons-learned-draft-cfp-update-the-irc-topic +:END: + +#+begin_src emacs-lisp +(erc-cmd-OPALL) +(erc-cmd-CONFTOPIC (emacsconf-replace-plist-in-string + `(:year ,emacsconf-year :cfp-deadline ,emacsconf-cfp-deadline) + "Getting ready for EmacsConf ${year}! Call for proposals: https://emacsconf.org/${year}/cfp by ${cfp-deadline}, volunteer: https://emacsconf.org/volunteer/")) +(erc-cmd-DEOPALL) +#+end_src *** Lessons learned :PROPERTIES: @@ -914,6 +937,9 @@ Sizes: - production: 8 core 16 GB dedicated CPU (roughly half CPU load for 107 simultaneous users, 2024) *** Installing BigBlueButton +:PROPERTIES: +:CUSTOM_ID: general-infrastructure-bigbluebutton-installing-bigbluebutton +:END: 1. Create the instance. - Linode 4core 8GB shared CPU @@ -1043,6 +1069,9 @@ ssh root@bbb 'tar zcvf - /var/bigbluebutton /etc/bigbluebutton /root/greenlight- ssh root@bbb 'dd if=/dev/sda bs=5M ' | dd of=bbb-img-$(date "+%Y-%m-%d").img status=progress *** Spinning BBB up again +:PROPERTIES: +:CUSTOM_ID: general-infrastructure-bigbluebutton-spinning-bbb-up-again +:END: [2025-01-22 Wed] ... actually, this ran into some issues with the certificate, so I'm just going to do a reinstall. |