简体   繁体   English

如何在ARCH Linux arm LAMP服务器(PogoPlug)上安装VNC?

[英]How to install VNC on ARCH Linux arm LAMP server (PogoPlug)?

I saw a PogoPlug in the store and thought, "I could probably make a tiny server out of that!" 我在商店里看到一个PogoPlug ,心想:“我可能可以用它做成一个微型服务器!” I am coding a website for a friend and having a simple little server to test my PHP would be awesome and wouldn't require me to run something like XAMPP on my local machine. 我正在为一个朋友编写一个网站,并拥有一个简单的小型服务器来测试我的PHP真是棒极了,并且不需要我在本地计算机上运行XAMPP之类的东西。 So, I bought the machine and used the tutorial found on lifehacker . 因此,我购买了机器并使用了lifehacker上的教程。 My PogoPlug LAMP server is working perfectly but now I'm having a usability issue. 我的PogoPlug LAMP服务器运行正常,但是现在我遇到了可用性问题。 I can SSH into the server to pass files from Windows 7 to the Linux Server but I have to edit the file, save, SSH the files to the server, and then test. 我可以通过SSH进入服务器,以将文件从Windows 7传递到Linux服务器,但是我必须编辑文件,保存,通过SSH将文件发送到服务器,然后进行测试。 I'd much prefer to alter the files directly on the server, save, and then test--cutting out the SSH aspect. 我更希望直接在服务器上更改文件,保存,然后进行测试-切断SSH方面。 I found that there may be a way in which that can be done with VNC but I have not idea what that is or how to set it up or even if it would work on this setup. 我发现可以用VNC进行某种方式的操作,但是我不知道这是什么,如何设置它,甚至在这种设置下也无法解决。 This is my question: 这是我的问题:

What is VNC exactly? VNC到底是什么? Will it allow me to use Windows Explorer to access the files on the server? 是否可以使用Windows资源管理器访问服务器上的文件? How can I set it up? 如何设置? AND do you know if it will work on the PogoPlug LAMP? 并且您知道它是否可以在PogoPlug灯泡上工作吗?

I know these are multiple questions but the setup aspect is really what I'm after. 我知道这些是多个问题,但设置方面确实是我所追求的。

You are thinking SSH is a file transfer protocol. 您认为SSH是一种文件传输协议。 Although you can do that with SSH, there is much more to it. 尽管您可以使用SSH来做到这一点,但还有很多其他功能。 You can open up a terminal using SSH, directly on the server. 您可以直接在服务器上使用SSH打开终端。 In Windows, you can use Putty or Cygwin. 在Windows中,可以使用Putty或Cygwin。 Once logged onto the server, you can use a pre-installed terminal based editor or you can install one. 登录到服务器后,您可以使用预安装的基于终端的编辑器,也可以安装一个。 For example, vi is a great but not very intuitive editor that folks use. 例如,vi是一个不错的,但不是很直观的编辑器,供人们使用。 Once the files are edited, you will not need to transfer them to the server. 一旦文件被编辑,您将不需要将它们传输到服务器。

Check out for more information: 查看更多信息:

http://support.suso.com/supki/SSH_Tutorial_for_Windows http://support.suso.com/supki/SSH_Tutorial_for_Windows

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM