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