如何共享一个可供2个或更多用户远程使用的通用Linux终端?
我想与远程位置的某人在共享的 Linux 终端上协作编码/调试(以便双方都可以看到正在输入的内容及其输出)。实现这一目标的最佳方法是什么?
选项可能是:
- 设置一条隧道,允许我通过 VNC 进入我的合作伙伴的隧道 系统。不使用专有软件是否可以实现这一点?
- 使用基于网络的终端,允许有限的磁盘空间 上传源代码文件,然后编译/调试它(甚至不 知道这样的服务是否可用)
如果选项 2 不可用,在 ubuntu 中设置可公开访问(通过互联网,但安全)的 VNC 的最佳方法是什么?
I want to code/debug collaboratively on a shared linux terminal (so that both parties can see what is being typed into it, and its output) with someone in a remote location. What is the best way to achieve this ?
Options might be:
- Setting up a tunnel that would allow me to VNC into my partener's
system. Is this possible without using proprietary software ? - Using a web-based terminal, which allows limited disk-space to
upload a source code file, and then compile/debug it (don't even
know if such a service is available)
In case option 2 is not available, what is the best way to set up a publicly accessible (over the internet, but secure) VNC in ubuntu ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过使用 ssh + screen 来实现此目的。
You can achieve this by using ssh + screen.