Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] {OT} Allow work from home?
Date: Sun, 17 Jan 2016 17:59:42
Message-Id: CAGfcS_m5md9+G-4sEb4_eUbJkLUc8JSQkpZEujsUZYGp5dXcmw@mail.gmail.com
In Reply to: Re: [gentoo-user] {OT} Allow work from home? by Mick
1 On Sun, Jan 17, 2016 at 12:35 PM, Mick <michaelkintzios@×××××.com> wrote:
2 > I use the icaclient provided by Citrix to access my virtual desktop at work,
3 > but have never tried to set up something similar at home. What opensource
4 > software would I need for this? Is there a wiki somewhere to follow?
5 >
6
7 There might be something newer, but something along the line of x2go
8 is what you'd want. It just tunnels over ssh (with a built-in ssh
9 client) and runs an X server on the remote host which the clients
10 connect to (you can just launch xfce or whatever for your DM - I'd
11 avoid anything with fancy 3D), and then it compresses the X11 protocol
12 and does the presentation on your local workstation. The X server can
13 provide immediate replies to clients on its side so that the effects
14 of latency are greatly diminished. But, if you launch something like
15 chromium be prepared to watch the screen paint since it uses
16 client-side rendering. All you'll get is big blobs of images sent
17 over the wire for that window. However, for anything rendered
18 server-side you'll get a very interactive experience since the
19 component on your workstation can do much of the rendering
20 independently of the actual X11 server, which operates on a delay.
21
22 --
23 Rich

Replies

Subject Author
Re: [gentoo-user] {OT} Allow work from home? "J. Roeleveld" <joost@××××××××.org>