From 8bdcbf1a24255b6d70c4b2f9de7fc22a7a969cc4 Mon Sep 17 00:00:00 2001 From: davegallant Date: Wed, 8 Sep 2021 05:31:08 +0000 Subject: [PATCH] deploy: 020362575bafa98af35fe423159b68694df8240f --- blog/2021/09/06/what-to-do-with-a-homelab/index.html | 2 +- page/search/index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2021/09/06/what-to-do-with-a-homelab/index.html b/blog/2021/09/06/what-to-do-with-a-homelab/index.html index eecf5984..326a7c7c 100644 --- a/blog/2021/09/06/what-to-do-with-a-homelab/index.html +++ b/blog/2021/09/06/what-to-do-with-a-homelab/index.html @@ -141,7 +141,7 @@ Having multiple machines/nodes provides the advantage of increased redundancy, b

Virtualizing your hardware is an organized way of dividing up your machine’s resources. This can be done with something such as a Virtual Machine or something lighter like a container using LXC or runC. Containers have much less overhead in terms of boot time and storage allocation. This Stack Overflow answer sums it up nicely.

Services

-

So what are some useful services to run a homelab?

+

So what are some useful services to deploy?