TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Good remote developer workstation setup?

9 pointsby isoosover 7 years ago
I&#x27;ve been trying to setup a remote developer workstation environment on an Ubuntu server (behind an lxc container, accessing with a Mac client), but the results are far from satisfying.<p>I&#x27;ve tried the following: native X forward, vnc (with and without xvfb), xrdp, x2go, even guacamole (with both vnc and rdp), but some things seems to be hopelessly broken across the board, e.g. there is no clipboard sharing&#x2F;sync, non-US keyboard layouts do not really work, and TAB and other special keys usually don&#x27;t work the way I expect them.<p>Do you have a remote workstation setup that does not suck?

5 comments

aidenn0over 7 years ago
Nomachine. It&#x27;s licensing is somewhat confusing; it is free for &quot;personal use&quot; but clarifies that you as an individual accessing a non-shared machine dedicated to you is under that umbrella; what they don&#x27;t want you doing is setting up shared terminal servers &amp;c. without paying them money.<p>I have no idea if the above would be covered under that, but it is so much better than any remote setup I&#x27;ve used that I would pay for it in an instant.<p>Link: <a href="https:&#x2F;&#x2F;www.nomachine.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nomachine.com&#x2F;</a>
db48xover 7 years ago
I just run my editor locally on my personal machine, and have it access all the files on the remote machine via SSH. In Emacs, this is as easy as typing in a slightly longer filename: &#x2F;remotehost:path&#x2F;to&#x2F;file.cpp. Everything else about the editing session is the same as it would be if the file were local. The compile command operates in the remote directory, debugging operates out of the remote directory, all as you would expect.<p>Just make sure you configure your local machine so that all ssh commections to the remote machine use key-based authentication, so that Emacs doesn&#x27;t have to prompt you for a password when it connects. SSH can also share connections between ssh processes, which speeds everything up. In the ssh_config documentation look for the ControlMaster option for how to set it up.<p>The advantage of this setup is that your editor stays on your local machine where your keyboard is correctly configured, but your work is all on the remote machine as desired. I&#x27;m sure other editors can be configured similarly.
isoosover 7 years ago
So, I&#x27;ve ended up using guacamole close-to-nightly with xvfb+x11vnc, and the experience is great, I can only recommend it.
j_sover 7 years ago
Can you share any details on what dev tools you plan on accessing via your Mac connecting to Ubuntu?
jsk2600over 7 years ago
NoMachine.