S
S
someserj2016-09-13 11:37:49
linux
someserj, 2016-09-13 11:37:49

How to run GUI application on remote linux?

the task is to run 2 Linuxes on a virtual machine, connect from one Linux to another and run a gui program locally in it, for example XEV.
what needs to be done for this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Pechersky, 2016-09-13
@Vasily_Pechersky

It's trivial to ssh -X [email protected]_computer
and after entering the password, the XEV start command. It will be displayed on your screen.
Most X applications can be launched this way.

A
alex_ak1, 2016-09-13
@alex_ak1

Connect via ssh and run remotely. If you need to forward the window back, then on Windows, for example, there is an xming server that allows you to run a local xwindows server (directly on Windows), and the program itself will work on Linux.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question