<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 28, 2017 at 2:12 AM, Robert Heller <span dir="ltr"><<a href="mailto:heller@deepsoft.com" target="_blank">heller@deepsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">At Sat, 28 Jan 2017 01:04:35 +0500 asad <<a href="mailto:a.alii85@gmail.com">a.alii85@gmail.com</a>> wrote:<br>
<br>
><br>
><br>
> Hi Heller<br>
><br>
> Thxs yes  need remote desktop e.g RDP like protocol for Unix server.<br>
<br>
</span>The standard GUI subsystem for Posix (UNIX / Linux) is called X and it already<br>
uses a networked protocol.  The X library and all of the toolkits layered<br>
above it sends graphics commands and listens for input events (keyboard input,<br>
pointer movement and clicks) through a socket (either a local UNIX socket or a<br>
Tcp/Ip socket).  The actual display / keyboard / mouse is encapsulated by<br>
somethine called an X server, which is just a program that runs on the other<br>
side of the socket from the X library.<br>
<br>
It is possible to install an "X Server" application under MS-Windows and set<br>
up this server to "log in" to a Posix (UNIX/Linux) machine (connecting to one<br>
of xdm, gdm, kdm, lightdm, etc.). Then applications can be run on the<br>
UNIX/Linux machine with the local machine as the display/keyboard/mouse for<br>
the UNIX/Linux application. There are various ways to restrict a user as to<br>
what applications they are allowed to use.<br>
<div class="HOEnZb"><div class="h5"><br>
<br></div></div></blockquote><div><br></div><div>Thanks,so "X-server" client can run on windows , what about its ability to manage simultaneous session.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
><br>
> regards<br>
> asad<br>
><br>
> On 28 Jan 2017 00:59, "Robert Heller" <<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>> wrote:<br>
><br>
> What you are looking for is a remote desktop.  Do a web search for "remote<br>
> desktop".<br>
><br>
> At Fri, 27 Jan 2017 23:41:08 +0500 "Ubuntu user technical support,  not for<br>
> general discussions" <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><wbr>> wrote:<br>
><br>
> ><br>
> ><br>
> ><br>
> > I want to replace *Windows terminal server* mostly due to cost reasons<br>
> > license cost for 2100 users goes out of roof.<br>
> ><br>
> > The end-user is all windows but I want a jump server that is UNIX based ,<br>
> I<br>
> > have some experience with VNC but I don't want options exists in UNIX to<br>
> > run a terminal services for 2100 users. Some of the basic requirement for<br>
> > such a setup be:-<br>
> ><br>
> >    - use of browser to access web based application<br>
> >    - Restrict or limit desktop application based upon user authorization.<br>
> >    - Supporting concurrent users for about 1200 per server.<br>
> ><br>
> > Please let me know how should I go about.<br>
> ><br>
> ><br>
> > regards<br>
> ><br>
> > asad<br>
> ><br>
> > MIME-Version: 1.0<br>
> ><br>
><br>
> --<br>
> Robert Heller             -- 978-544-6933<br>
> Deepwoods Software        -- Custom Software Services<br>
> <a href="http://www.deepsoft.com/" rel="noreferrer" target="_blank">http://www.deepsoft.com/</a>  -- Linux Administration Services<br>
> <a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- Webhosting Services<br>
><br>
><br>
> --<br>
> ubuntu-users mailing list<br>
> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/" rel="noreferrer" target="_blank">https://lists.ubuntu.com/</a><br>
> mailman/listinfo/ubuntu-users<br>
><br>
><br>
<br>
--<br>
Robert Heller             -- 978-544-6933<br>
Deepwoods Software        -- Custom Software Services<br>
<a href="http://www.deepsoft.com/" rel="noreferrer" target="_blank">http://www.deepsoft.com/</a>  -- Linux Administration Services<br>
<a href="mailto:heller@deepsoft.com">heller@deepsoft.com</a>       -- Webhosting Services<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br></div></div>