Slicehost安装配置文件
我不是 UNIX 专家,但我必须为各种 Web 项目设置一些切片。 我使用那里的文章来设置用户、基本防火墙、nginx 或 apache 以及基本 Web 服务器的其他部分。
我预计未来会有更多的切片管理。 有没有比手动配置更有效的方法来在干净的切片上设置用户、权限和软件?
I'm no UNIX Guru, but I've had to set up a handful of slices for various web projects. I've used the articles on there to set up users, a basic firewall, nginx or apache, and other bits and pieces of a basic web server.
I foresee more slice administration in my future. Is there a more efficient way to set up users, permissions, and software on a clean slice than configuration by hand?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据您可能发现的计算机数量,使用 CFEngine 或 Puppet 等工具来配置新安装是有意义的。
这使您的工作归结为将每台新机器配置为 CFEngine,例如客户端。 然后它可用于安装软件包、编辑文件等等。
我写了几篇关于这个主题的文章,带有 Debian 的偏见,在这里:
http: //www.debian-administration.org/tag/cfengine
Depending on the number of machines you might find it makes sense to use something like CFEngine, or Puppet, to configure the new installs.
That brings your work down to configuring each new machine as a CFEngine, for example, client. Then that may be used to install the packages, edit files, & etc.
There are a few articles I wrote on the subject, with a Debian bias, here:
http://www.debian-administration.org/tag/cfengine
听起来您可以从现有切片的备份中创建一个新切片。 如果切片大小不同、发行版不同等,这可能对您不起作用。他们的论坛提到了这一点: 克隆切片?
It sounds like you can create a new slice from the backup of an existing one. This might not work for you if the slices would be different sizes, different distros, etc. Their forums mention this: Clone a slice?