User Tools

Site Tools


event:2k6

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
event:2k6 [2016/12/07 22:08] – external edit 127.0.0.1event:2k6 [2022/11/04 15:16] (current) – fixed irc script + added bash script for first friday in month mrkva
Line 15: Line 15:
 2600 meetings (or shortly "2k6") are regular meetings on the **first Friday of each month, 6pm** organized worldwide where everybody who is interested in computer security and the impact of technology on society is welcome, from both sides of the fence, no matter what your age or level of skill and experience.  2600 meetings (or shortly "2k6") are regular meetings on the **first Friday of each month, 6pm** organized worldwide where everybody who is interested in computer security and the impact of technology on society is welcome, from both sides of the fence, no matter what your age or level of skill and experience. 
  
-**When:** Next 2k6 meeting is at **~~NEXTDAY:first fri~~, 18:00**+**When:** Next 2k6 meeting is at **~~NEXTDAY:first fri~~, 18:00** 
  
 **Where:** Prague 2k6 meetings takes place since 2003 in [[http://ilegenda.cz/|Legenda pub]] in the centre of Prague. Ask for a place reserved for "2k6" or "Mr.Cahyna". The place reserved is most probably located in //"salonek"// (at your right hand at the entrance) or at //"zahradka"// in the courtyard during the summer. **Where:** Prague 2k6 meetings takes place since 2003 in [[http://ilegenda.cz/|Legenda pub]] in the centre of Prague. Ask for a place reserved for "2k6" or "Mr.Cahyna". The place reserved is most probably located in //"salonek"// (at your right hand at the entrance) or at //"zahradka"// in the courtyard during the summer.
Line 29: Line 29:
  
 ===== Questions? ===== ===== Questions? =====
-If you still have questions you can try to ask on brmlab [[https://webchat.freenode.net/?nick=2k6Visitor...&channels=brmlab&prompt=1&uio=d4|IRC]] chat.+If you still have questions you can try to ask on brmlab [[https://web.libera.chat/?nick=brm2k6#brmlab|IRC]] chat.
  
 ===== 2k6_dates_for_dokuwiki_calendar.sh ===== ===== 2k6_dates_for_dokuwiki_calendar.sh =====
Line 42: Line 42:
 done done
  
 +exit 0
 +</file>
 +
 +===== 2k6_dates_for_dokuwiki_calendar_bash.sh =====
 +<file 2k6_dates_for_dokuwiki_calendar_bash.sh>
 +#!/bin/bash
 +y=2022
 +for m in $(seq 1 12); do 
 +   echo "  * $(date +"%Y-%m-%d" -d "$y-$m-$(cal -v -m $m $y|sed -n 's/^Fr[ ]*\([0-9]*\).*/\1/p')") 18:00 [[http://meetings.2600.cz/|2k6]]"
 +done
 exit 0 exit 0
 </file> </file>
event/2k6.1481148486.txt.gz · Last modified: 2016/12/07 22:08 by 127.0.0.1