简体   繁体   English

Barebones Linux服务器安装

[英]Barebones Linux Server Install

Whats the simplest way to get a barebones linux server installed? 什么是安装准系统linux服务器最简单的方法? barebones = just enough to get ssh and package manager. 准系统=足以获得ssh和包管理器。

Current I've been using CentOS with server install and removing any packages that I know i do not want installed. 目前我一直在使用CentOS安装服务器并删除我知道我不想安装的任何软件包。

But is there a better way? 但有更好的方法吗? I just want a simple ssh shell + package management to start with. 我只想要一个简单的ssh shell +包管理。 Hardware is irrelevant since everything is happening in a VM. 硬件无关紧要,因为一切都在VM中发生。

Debian Stable net install. Debian稳定的网络安装。

Once you have that installed and up and running, you can apt-get or aptitude install whatever packages you want. 一旦安装并启动并运行,您就可以apt-get或aptitude安装您想要的任何软件包。 That's how I set up my servers. 这就是我设置服务器的方式。

如果你有时间安装Gentoo会给你想要的,而不是更多。

Arch just 拱门

su -c 'pacman -S sshd'

then you have about as barebones as you can get. 然后你就可以得到准确的准系统。 Pacman its package management system is pretty easy to use and what not also. Pacman其包管理系统非常易于使用,而且也不是。

You know the guys over at SliceHost have some very nice documentation on setting up Linux VM's. 你知道SliceHost上的那些人有关于设置Linux VM的一些非常好的文档。 http://articles.slicehost.com/ubuntu-intrepid I am using their service and I found their documentation to be excellent. http://articles.slicehost.com/ubuntu-intrepid我正在使用他们的服务,我发现他们的文档非常好。 Particularly in getting a barebones VM up and running. 特别是在准备好运行的准系统VM时。 I use their documentation as a reference for setting up iptables firewall and other basic system tasks on other systems. 我使用他们的文档作为参考,在其他系统上设置iptables防火墙和其他基本系统任务。 Hope this helps. 希望这可以帮助。

JEOS - 一个Ubuntu项目的Just Enough Operating System应该是您正在寻找的。

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

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