X-Git-Url: https://git.deb.at/?p=debienna.git;a=blobdiff_plain;f=TextCastNotes%2Findex.mdwn;h=5f708dcb7af822eddad075dbe41dfad21e833134;hp=141863048924bc3f01f82f296ffadc3411f5e6f2;hb=096ccad2de573f503e177bb76164614337f92da3;hpb=bb58b440ee60e34e1c961060195598787087c131 diff --git a/TextCastNotes/index.mdwn b/TextCastNotes/index.mdwn index 1418630..5f708dc 100644 --- a/TextCastNotes/index.mdwn +++ b/TextCastNotes/index.mdwn @@ -1,43 +1,43 @@ -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. - -fortunately it seems possible with the script and scriptreplay -commands from the bsdutils package. - -{{{ -mkdir /tmp/myscreencast -cd /tmp/myscreencast -script -t 2>timingfile - -# now do some hacking, afterwards there will be a typescript and a -# timingfile both are needed. -# then, watch it again ;) - -scriptreplay timingfile -}}} - -{{{ -telnet rerun.lefant.net 2323 -}}} - -{{{ -mkfifo /tmp/fifo -nc rerun.lefant.net 2323 < /tmp/fifo -script -f /tmp/fifo -}}} - -und hier wird dann archiviert?: -http://ttyshare.com/ - - -while the ttyrec package itself is buggy and seems unmaintained, the -upstream homepage has some nice docs on an inetd server for live -usage. - -http://0xcc.net/ttyrec/index.html.en - - -this may also be of use: - +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. + +fortunately it seems possible with the script and scriptreplay +commands from the bsdutils package. + +{{{ +mkdir /tmp/myscreencast +cd /tmp/myscreencast +script -t 2>timingfile + +# now do some hacking, afterwards there will be a typescript and a +# timingfile both are needed. +# then, watch it again ;) + +scriptreplay timingfile +}}} + +{{{ +telnet rerun.lefant.net 2323 +}}} + +{{{ +mkfifo /tmp/fifo +nc rerun.lefant.net 2323 < /tmp/fifo +script -f /tmp/fifo +}}} + +und hier wird dann archiviert?: +http://ttyshare.com/ + + +while the ttyrec package itself is buggy and seems unmaintained, the +upstream homepage has some nice docs on an inetd server for live +usage. + +http://0xcc.net/ttyrec/index.html.en + + +this may also be of use: + http://gentoo-wiki.com/HOWTO_Snoop_terminal_session \ No newline at end of file