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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you manage multiple Linux servers?

2 点作者 justadudeama大约 7 年前
I use a couple of personal linux servers for personal projects and other self hosted goodies. I want to make sure I am staying up to date and secure, what is the best way to do that? I am finding it tedious to SSH into each one every once in a while to run a manual update/upgrade. I have seen some solutions here, but what do you guys use?

1 comment

lgl大约 7 年前
You can use some sort of configuration management tool to manage most of that from one centralized place. Some examples are chef, puppet, ansible, etc.<p>I recommend ansible since it&#x27;s pretty lightweight and uses plain old ssh (i.e.: no agent daemon required). You can setup some simple playbooks or run some tasks remotely on one or multiple servers at the same time.<p>These tools are very flexible but they do require a bit of a learning curve so it may not be worthwhile for 2 servers. It&#x27;s still a valuable skill set for anybody with a bit of devops interest.
评论 #16868214 未加载