]> git.deb.at Git - debienna.git/blobdiff - TextCastNotes/index.mdwn
seite ueber debienna-wiki angelegt
[debienna.git] / TextCastNotes / index.mdwn
index 141863048924bc3f01f82f296ffadc3411f5e6f2..beeb0fe4669ae312923fc10aef98addf8ec5a2a9 100644 (file)
@@ -1,43 +1,36 @@
-istanbul from sid can create screencasts in ogg theora format, however\r
-for text only activities it would be great to have a text only\r
-recording as well.\r
-\r
-fortunately it seems possible with the script and scriptreplay\r
-commands from the bsdutils package.\r
-\r
-{{{\r
-mkdir /tmp/myscreencast\r
-cd /tmp/myscreencast\r
-script -t 2>timingfile\r
-\r
-# now do some hacking, afterwards there will be a typescript and a\r
-# timingfile both are needed.\r
-# then, watch it again ;)\r
-\r
-scriptreplay timingfile\r
-}}}\r
-\r
-{{{\r
-telnet rerun.lefant.net 2323\r
-}}}\r
-\r
-{{{\r
-mkfifo /tmp/fifo\r
-nc rerun.lefant.net 2323 < /tmp/fifo\r
-script -f /tmp/fifo\r
-}}}\r
-\r
-und hier wird dann archiviert?:\r
-http://ttyshare.com/\r
-\r
-\r
-while the ttyrec package itself is buggy and seems unmaintained, the\r
-upstream homepage has some nice docs on an inetd server for live\r
-usage.\r
-\r
-http://0xcc.net/ttyrec/index.html.en\r
-\r
-\r
-this may also be of use:\r
-\r
-http://gentoo-wiki.com/HOWTO_Snoop_terminal_session
\ No newline at end of file
+
+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.
+
+
+[[!format txt """
+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
+"""]]
+
+[[!format txt """
+telnet rerun.lefant.net 2323
+"""]]
+
+[[!format txt """
+mkfifo /tmp/fifo
+nc rerun.lefant.net 2323 < /tmp/fifo
+script -f /tmp/fifo
+"""]]
+und hier wird dann archiviert?: [[http://ttyshare.com/|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|http://0xcc.net/ttyrec/index.html.en]]
+
+this may also be of use:
+
+[[http://gentoo-wiki.com/HOWTO_Snoop_terminal_session|http://gentoo-wiki.com/HOWTO_Snoop_terminal_session]]