On 07/10/10 12:26, Pádraig Brady wrote:
> On 07/10/10 12:06, Paul Murray wrote:
>> ... but I'm looking for a project where you could interent base your
>> desktop and remote access it. I have vague recollections of an FOSS
>> project sponsored by Novell about ten years ago, but can't remember or
>> find it, probably because I can't find a search term other than
>> virtual and that means so much in so many contexts....
>>>> Anybody else remember this technology or did I dream it up?
>> I'm typing this through vnc over an ssh tunnel. would that do?
> I do this on my laptop at home to connect to work:
>> # setup tunnel
> ssh -L 5900:localhost:5900 work 'killall x11vnc; x11vnc -localhost -display :0'
>> # script to connect vnc
> #!/bin/sh
> if [ "$1" = "--quick" ]; then #worst options ever
> quick="-LowColourLevel=0 -AutoSelect=0 -FullColour=0"
> fi
> if [ ! "$quick" ]; then #workaround not required for low colour?
> if vncviewer --help 2>&1 | grep -Fi tiger; then
> tigervnc_workaround="-UseLocalCursor=0"
> fi
> fi
> vncviewer $tigervnc_workaround $quick localhost:0
>>> Remote X directly is a possibility but that's really only designed for
> very low latency links, but NX helps with that:
>http://en.wikipedia.org/wiki/NX_technology
I've just replaced all of the above with remmina.
It's a really nice remote desktop viewer and
should already be included in your distro.
cheers,
Pádraig.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!