Ooooh, I like that. I didn't know Xrdp had matured to the point where it was usable and well-maintained. Getting VNC out of the mix would be a win.
Ideally, an X11 backend for guacd would be the "perfect" solution, but /me does not have the time or inclination to write one. Maybe someone will.
My guess is that someone would have to figure out how to translate all the HTML5 graphics commands to the X11 protocol.
I figure if people did this for vnc & xrdp, it probably isn't too much of a stretch to do this for x11.
(By 'HTML5 graphics commands', I refer to the JavaScript commands that drive HTML5 graphics on a browser... they are remarkably robust).
Or if they ever get around to replacing X11 with "Wayland" they can just write a Wayland compositor that speaks guacd protocol.
Yeah, if I'm doing the image building (which I am not), I'm going to be starting from a ubuntu-inside-docker type image, and doing it that way, so I'll know I have a pathway towards patching etc.
One of my issues is that we have already built a non-docker cloud infrastructure based on AMI's and RightScale. Some new guys think that's not "cool" enough, so it's getting rewritten as Docker.
I have zero interest in rewriting years of my own (and others') hard work because some jackass doesn't think it's buzzword-compliant enough. So I'll let the new guys do it, and if they screw up, it'll be like "don't say I didn't warn you."
Heh... we were the young ones before.
We pushed the newer things. Some of them stuck. Some of them didn't.
Later, they'll echo our words, with superficial variation.
Oh, yeah, all of that is absolutely true.
Although, the sizing isn't exactly dynamic-dynamic. The initial settings are dynamic, then you have to relog to get new settings.
But, tap F11 before going into the desktop, and it'll be full-screen.
A hodge-podge of crap.
I would say that the ZFS and Zones would be two which still shine in Illumos / solaris for a production environment. ZFS on Linux is getting ground, but still not quite as stable as ZFS in Solari(sh) types. Zones vs Containers, I would say zones are much better on security as compared to containers, but perhaps things have gotten better... Also, Crossbow networking still blows away linux....
Fri Sep 29 2017 09:35:25 AM EDT from IGnatius T Foobar @ UncensoredAside from running software that was built to run on Solaris, what are the advantages Solaris has these days over Linux? ZFS, DTrace, Containers? Linux has equivalents of all of those now.
I was recently working on a system built by the young guys. Docker on one system Kubernetes on another. Ansible playbooks that have most but not all of what they need.
A hodge-podge of crap.
What you think is irrelevant. Whether the system works is irrelevant. The only thing that matters is that someone got to put Docker, Kubernetes, and Ansible on their resume.
That's likely very true, unfortunately.
When recruiters and HR folks care more about full buzzword compliance, and less about accomplishments, you can expect high weirdness in the work place.
I bet I could put 'Emmy' on my resume (legit) and because it isn't one of the buzzwords they're expecting, I'd be passed over.
The conventional behavior was for RDP clients to respond to a window resize by seamlessly disconnecting from the server and then reconnecting with the new screen dimensions. The newest version of RDP (the protocol, not a particular implementation) contains a channel command that can handle an explicit resize of the viewport.
Guacamole can handle both modes, but it needs to be told which one you want to use. Obviously on a Windoze server the resize command is only available on the latest versions. I don't know whether Xrdp supports it.