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