]> git.deb.at Git - debienna.git/blob - TextCastNotes/index.mdwn
aDD miniDebConf planning/places.mdwn
[debienna.git] / TextCastNotes / index.mdwn
1
2 istanbul from sid can create screencasts in ogg theora format, however for text only activities it would be great to have a text only recording as well.
3
4 fortunately it seems possible with the script and scriptreplay commands from the bsdutils package.
5
6
7 [[!format txt """
8 mkdir /tmp/myscreencast
9 cd /tmp/myscreencast
10 script -t 2>timingfile
11
12 # now do some hacking, afterwards there will be a typescript and a
13 # timingfile both are needed.
14 # then, watch it again ;)
15
16 scriptreplay timingfile
17 """]]
18
19 [[!format txt """
20 telnet rerun.lefant.net 2323
21 """]]
22
23 [[!format txt """
24 mkfifo /tmp/fifo
25 nc rerun.lefant.net 2323 < /tmp/fifo
26 script -f /tmp/fifo
27 """]]
28 und hier wird dann archiviert?: [[http://ttyshare.com/|http://ttyshare.com/]]
29
30 while the ttyrec package itself is buggy and seems unmaintained, the upstream homepage has some nice docs on an inetd server for live usage.
31
32 [[http://0xcc.net/ttyrec/index.html.en|http://0xcc.net/ttyrec/index.html.en]]
33
34 this may also be of use:
35
36 [[http://gentoo-wiki.com/HOWTO_Snoop_terminal_session|http://gentoo-wiki.com/HOWTO_Snoop_terminal_session]]