Is there a solution to record the screens of multiple workstations running Ubuntu 8.10.
I was thinking of something that records using the vnc protocol (Ubuntu already has a vnc server installed by default).
Is there a solution to record the screens of multiple workstations running Ubuntu 8.10.
I was thinking of something that records using the vnc protocol (Ubuntu already has a vnc server installed by default).
This blog post "Flawless Screen Recording for Ubuntu, Headless" explains how to use headless VNC in order to record screen sessions.
I think x11vnc is for you!
x11vnc -storepasswd and x11vnc -rfbauth ~/.vnc/passwd -ncache should help you running the server and pyvnc2swf (debian/lenny has this package!) should be the right tool for recording through an ssh tunnel from one central monitoringserver
Wireshark should decode X11 or VNC fine, you may need to aquire the .Xauthority file (MIT MAGIC COOKIE) to decrypt the data from the X sessions.