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.
4 fortunately it seems possible with the script and scriptreplay commands from the bsdutils package.
8 mkdir /tmp/myscreencast
10 script -t 2>timingfile
12 # now do some hacking, afterwards there will be a typescript and a
13 # timingfile both are needed.
14 # then, watch it again ;)
16 scriptreplay timingfile
20 telnet rerun.lefant.net 2323
25 nc rerun.lefant.net 2323 < /tmp/fifo
28 und hier wird dann archiviert?: [[http://ttyshare.com/|http://ttyshare.com/]]
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.
32 [[http://0xcc.net/ttyrec/index.html.en|http://0xcc.net/ttyrec/index.html.en]]
34 this may also be of use:
36 [[http://gentoo-wiki.com/HOWTO_Snoop_terminal_session|http://gentoo-wiki.com/HOWTO_Snoop_terminal_session]]