Exporting XDisplay

In *nix systems, you can make the display, the GUI of an application, appear on another machine. This if often required, when the machine you want to run the application on is in a lab, and you have access through a desktop machine that has a monitor. You can do this, by running an XServer on the desktop machine and configuring the client (the one where you run your app) with the XServer details.

Read More