TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Near 100% remote development setup?

1 点作者 itchynosedev大约 9 年前
I have a bunch of projects I am working on locally and pushing to a remote git location.<p>A CentOS VirtualBox VM with a PHP codebase in it, a couple of small Go hobby projects and a Java project.<p>I want to set up a fully remote configuration, to be able to change computers and only requirement is to have SSH keys to login to remote boxes.<p>I am fairly confident with Emacs and Vim, terminal workflow, tmux.<p>Installing the projects remotely is not an issue, but I do use Intellij Idea for Java and Phpstorm for PHP projects. Lately, Visual Studio Code has been just fine for PHP projects.<p>Places I work from mostly have good internet, but I will be travelling soon and it&#x27;s going to be more problematic.<p>My experience so far is working with the code on terminal is OK, but there&#x27;s always a slight delay, no matter how good the connection is. I assume if it&#x27;s not perfect, the experience gets much worse. Is there any software that helps to alleviate this, queue based command execution of sort?<p>The ideal scenario is developing locally, building and running remotely (if and when the connection is good)<p>Does anyone have experience with this configuration? What is your workflow? Any caveats?

1 comment

znpy大约 9 年前
I had a fairly nice experience with X2Go.<p>But you might also want to try stuff like icebergs.io or nitrous.io (<a href="https:&#x2F;&#x2F;www.nitrous.io&#x2F;features" rel="nofollow">https:&#x2F;&#x2F;www.nitrous.io&#x2F;features</a>)