从 Windows 机器连接到 Linux VPS 盒子
这可能是一个非常菜鸟的问题,但我的 Linux 知识绝对为零。 我注意到,Linux 机器的 VPS/服务器托管成本通常总是较低。
所以,我想知道的是,作为 Windows 机器上的用户,我可以从我的提供商那里购买 Linux VPS 盒子并连接到它吗?如果可以,如何连接?我目前使用远程桌面连接到我的 Windows VPS 盒子,那么是否有类似的东西可以用来从我的 WINDOWS 盒子连接到 LINUX 盒子?
我的逻辑告诉我,你可能只能将 Windows 连接到 Windows,将 Linux 连接到 Linux,但以今天的技术,我可能是错的,而且很可能有一种方法。
任何信息表示赞赏。
This may be a very noob question, but I have absolutely ZERO linux knowledge.
Once thing I have noticed is that the VPS / Server hosting costs are usually always lower for linux boxes.
So, what I'd like to know is, as a user on a Windows machine, could I purchase a Linux VPS box from my provider and connect to it, and if so, how?? I currently use remote desktop to connect to my Windows VPS boxes, so is there something similar I could use to connect from my WINDOWS box to the LINUX box?
My logic is telling me that you probably can only connect windows to windows and linux to linux, but with today's technology I'm probably wrong and there more than likely is a way.
Any info appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以通过几种不同的方式从 Windows 连接到 Linux VPS 实例,但在所有情况下都需要熟悉 Linux 和 Linux shell(命令行)。大多数 Linux VPS 安装仅限于服务器,您可以使用命令行登录和管理服务器,包括设置 Web 服务器和数据库管理。如果您更喜欢图形桌面视图,您可以要求 VPS 主机安装桌面以及 VNC 服务(这是一个开源远程访问实用程序,类似于 Windows 中的终端服务)。之后,您可以使用 Windows VNC 客户端连接到您的 VPS,就像在 Windows 中使用远程桌面客户端一样。
对您来说更好的方法可能是在您自己的 PC 上安装 VirtualBox 和 Linux 发行版作为虚拟机,并花一些时间熟悉操作系统。看看这是否适合您,当您对本地版本感到满意时,设置 Linux VPS 和托管网站就会容易得多。
You can connect to a Linux VPS instance from Windows via a couple of different ways, but in all cases some familiarity with Linux and Linux shell (command line) will be necessary. Most Linux VPS installs are server-only and you use the command line to login and manage the server, including setting up the web server and database management. If you are more comfortable with the graphical desktop view, you can ask the VPS Host to install the desktop along with VNC service (which is an open source remote access utility, similar to Terminal Services in Windows). After that, you can connect to your VPS using the Windows VNC client, as if you're using the Remote Desktop Client in Windows.
The better approach for you may be to install VirtualBox and a Linux distribution as a virtual machine on your own PC, and spend some time getting acquainted with the O/S. See if that works for you and when you're comfortable with your local version, it's much easier to set up a Linux VPS and host a website.
最简单的方法是安装“putty”终端仿真。
如果您想从 Linux 服务器调用某些图形应用程序,那么您将需要 X 终端仿真。最简单的方法是安装“cygwin”并在安装时指定 X 服务器选项。
The simplest way is to install the "putty" terminal emulation.
If you want to invoke some graphical applicatiosn from the linux server then you will need an X terminal emulation. The simplest way to do this is to install "cygwin" and specifiy the X server options on install.
您可以使用 SSH 连接到 linux box。在 Windows 上,您可以使用 putty 等程序。基本上它类似于命令:
You can connect to linux box by using SSH. On windows you can use program like putty. Basically it is something like command: