TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What tool will accomplish this task?

2 点作者 B5geek将近 11 年前
I am a sysadmin for a medium sized 'Internet' company. I manage 30+ systems primarily running Debian with a few BSD boxes too.

5 条评论

pwg将近 11 年前
And you also failed to ask any question at all.
stevekemp将近 11 年前
If you&#x27;re talking about automating the configuration of those hosts - to make sure that all of them have password authentication disabled, all of them are running ntp, etc, etc, then you need to look at:<p>* Chef<p>* CFEngine<p>* Puppet<p>Or similar. You write &quot;policies&quot; (read &quot;rules&quot;) describing the state you want your server to be in, and they do the necssary. Each of these has a master-host and all the managed-hosts talk to it, to arrange the execution of the policies.<p>If you prefer to run things over SSH instead of having a deamon, then you can look at Ansible, Fabric, or similar. Finally there is my own tool Slaughter which is closer to the first set of tools, but written in Perl and without the need for a deamon.<p>If you want more specific help please .. ask a specific question.<p>I could just as well say &quot;A cheap student&quot; for your question..
amarcus将近 11 年前
Check out <a href="http://www.scriptrock.com/" rel="nofollow">http:&#x2F;&#x2F;www.scriptrock.com&#x2F;</a>
a3n将近 11 年前
Vim.
EleventhSun将近 11 年前
Telnet?