Recording the screen (terminal) on Ubuntu 14.04 server

Karl Auer kauer at biplane.com.au
Fri Oct 28 07:32:41 UTC 2016


On Fri, 2016-10-28 at 09:24 +0300, Kevin Wilson wrote:
> Is there a way to Record the screen (in fact, it is console) to video
> clip on Ububtu 14.04 server ?

Install an X11 terminal program on the server. This may mean installing
a bunch of X11 libraries, but you do not need to actually run X on the
server. Instead, you access the server from a system running X, and run
the program on the server, with its display on the system running X.
Then you use one of the many X-capable capture programs to capture the
X terminal.

So on your server:

   apt-get install xterm

on your X server

   ssh -f -X server.domain.com xterm
 
then capture the xterm on your X server.

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B
Old fingerprint: 3C41 82BE A9E7 99A1 B931 5AE7 7638 0147 2C3C 2AC4







More information about the ubuntu-users mailing list