Allow Linux developers to work remotely on Linux dektops [closed]

My users run either Linux or Windows desktops. They have servers allocated to them with all the internal tools available (for building, running internal applications, …).

Windows users would use Exceed on Demand to login into the Linux server and run Eclipse/Intellij from there. Linux users would use X-forwarding to run Eclipse/IntelliJ (or Exceed on Demand for Linux). The problem is Linux users have a horrible experience with X-forwarding or Exceed on Demand. So much that we are considering scraping Linux desktop altogether.

My users want to run Eclipse/IntelliJ on the server with good performance. What would be my choice aside from X-forwarding?

Answer

Use e.g. FreeNX on the server (comes with many distributions) with e.g. the OpenNX client on Windows. Works like a charm.

NX sits on top of the X protocol and renders the “X-perience” more bearable.

Attribution
Source : Link , Question Author : Dat Chu , Answer Author : Marki

Leave a Comment