TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What tool will accomplish this task?

2 pointsby B5geekalmost 11 years ago
I am a sysadmin for a medium sized 'Internet' company. I manage 30+ systems primarily running Debian with a few BSD boxes too.

5 comments

pwgalmost 11 years ago
And you also failed to ask any question at all.
stevekempalmost 11 years ago
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..
amarcusalmost 11 years ago
Check out <a href="http://www.scriptrock.com/" rel="nofollow">http:&#x2F;&#x2F;www.scriptrock.com&#x2F;</a>
a3nalmost 11 years ago
Vim.
EleventhSunalmost 11 years ago
Telnet?