Tag: ssh
-
Starting an X11 Program Remotely
Have you ever wanted to start a graphical program (X11) remotely on computer? I found myself wanting to be able to cause a program to open on the physical screen and session on a computer while I was connected to it remotely via SSH. After some searching online, I found the answer on serverfault.com. The…