远程Linux服务器设置计划
我有一台旧电脑,格式化的驱动器到处都是灰尘,现在我想在上面安装一个类似 linux 的操作系统(有什么建议吗?)并安装一个 Web 服务器,最好是 Lighttpd。我想建立一个服务器,以便我有一个环境来练习 PHP 或 Java 的 Web 开发。我的问题是我不想将另一组键盘/鼠标/显示器连接到那台旧计算机,如果可能的话,我想从我用来输入此问题的这台计算机远程启动/关闭服务器。
我做了一些谷歌搜索,但结果并不全面或适合我的情况。任何意见都将不胜感激,书籍推荐或优质资源的链接也很好。
谢谢
秦
P.S.在问这个问题之前,我在 stackoverflow 上做了一些搜索,如果还有其他类似的问题被问到,请告诉我。
I have an old computer with formatted drive lying around collecting dust, now I want to instal a linux like OS (any suggestions?) on it and install a web server, preferrably Lighttpd. I want to set up a server so that I have an environment to practice web development in PHP or Java. My problem is I dont want to hook up another set of keyboard/mouse/monitor to that old computer, and if possible I want to remote boot/shutdown the server from this computer that I use to type this question.
I did some google search, but the results are never comprehensive or suitable for my circumstance. Any input would be appreciated, book recommendation or link to a good resource are fine too.
Thanks
Qin
P.S. I did some search on stackoverflow before asking this question, if there is another similiar question being asked, let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您实际上需要无人值守(静默)的 Linux 安装,这可能会触发蜂鸣声来告诉您安装完成的时间。希望这可以帮助您优化谷歌搜索。
You actually needs an unattended (silent) linux installation, which may trigger beeps to tell you when the installation is done. Hope this can help you refine your search on google.
如果你想在上面安装任何操作系统,你肯定至少需要一台显示器或 KVM 和一个键盘。
对于服务器操作系统,您可以尝试使用 CentOS / Ubuntu。但是,如果您的要求只是练习 PHP 和 Java,您甚至可以使用现有的笔记本电脑/PC,假设使用 Windows,您只需安装 wamp 或 xampp,安装您的 apache/php/只需点击即可访问 mysql。
You'll definitely need at least a monitor or KVM and a keyboard if you want to install any OS on it.
For server OS, you could try going for CentOS / Ubuntu. However, if your requirement is just to practice your PHP and Java, you could even use your existing laptop / PC and, assuming windows, you can just install wamp or xampp, to install your apache/php/mysql with just clicks.