LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Can I publish applications on Linux like Citrix does for Windows? (https://www.linuxquestions.org/questions/linux-software-2/can-i-publish-applications-on-linux-like-citrix-does-for-windows-674535/)

Felipe 10-06-2008 06:15 AM

Can I publish applications on Linux like Citrix does for Windows?
 
Hallo:

I'd like to know if there is any software for Linux which allow me to publish remote applications like Citrix for Windows.

What I want is to publish Linux applications (kwrite, open office, or the desktop) and allow users to connect them with a thin client (ej: vnc, navigator, ...) and execute them remotely.

This is what Citrix does with Windows applications. You connect to a html page, identify yourself and can see what server applications you can execute.

A combination of Vnc, xinetd, ... could to this, I suppose. But do you know any application that already do this?

Thanks

David1357 10-06-2008 07:45 AM

Quote:

Originally Posted by Felipe (Post 3301664)
A combination of Vnc, xinetd, ... could to this, I suppose. But do you know any application that already do this?

If the thin clients are running Linux, then all the users need to do is login to the remote machine, export the display to their thin client, and run the application. On the thin client
Code:

$ export DISPLAY=localhost:0.0
$ xhost +remote-machine

to allow connections from the remote machine.
On the remote machine
Code:

$ export DISPLAY=client-machine:0.0
$ run-the-x-windows-app

Replace "remote-machine" and "client-machine" with IP addresses if necessary.

watcher69b 10-06-2008 07:48 AM

I think that zenworks does that. You can also buy citrix for linux and use citrix to push the apps.

pfinn 10-06-2008 10:35 AM

NoMachine
 
This can be accomplished using NoMachine NX Enterprise Server with their Web Companion.

www.nomachine.com
http://www.nomachine.com/products.php

chrism01 10-06-2008 08:11 PM

How about ltsp.org ?

Felipe 10-07-2008 07:54 AM

Thank you for the information. I'm reading it.

Felipe


All times are GMT -5. The time now is 01:24 AM.