如何共享一个可供2个或更多用户远程使用的通用Linux终端?

发布于 2024-11-26 22:44:08 字数 288 浏览 0 评论 0原文

我想与远程位置的某人在共享的 Linux 终端上协作编码/调试(以便双方都可以看到正在输入的内容及其输出)。实现这一目标的最佳方法是什么?

选项可能是:

  1. 设置一条隧道,允许我通过 VNC 进入我的合作伙伴的隧道 系统。不使用专有软件是否可以实现这一点?
  2. 使用基于网络的终端,允许有限的磁盘空间 上传源代码文件,然后编译/调试它(甚至不 知道这样的服务是否可用)

如果选项 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:

  1. Setting up a tunnel that would allow me to VNC into my partener's
    system. Is this possible without using proprietary software ?
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酸甜透明夹心 2024-12-03 22:44:08

您可以通过使用 ssh + screen 来实现此目的。

You can achieve this by using ssh + screen.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文