Just because it's enterprise doesn't mean you can't use it at home. oVirt offers a powerful web interface and an API and can handle hundreds of nodes (if you are running that many servers, I don't want to be your neighbor!). The potential problem with oVirt for a home lab is ...
Want to set up a homelab? Here's how I used old hardware and open source software to build my homelab. Nov 28, 2021—Helder How I Built a Homelab on the Budget In my previous article, I discussedwhat is a Homelaband why you should (or should not) have one for yourself. ...
Patricks Homelab After years of relying on hardware at work or cloud infrastructure, I started to setup a lab at home again. After being more than two decades in IT, while primarly working on the full stack (server, storage, networking, virtualization), the stacks starts to shift again. ...
Hello, I'm thinking about building a homelab however I am not sure about VLANs and some other stuff. Please note that I haven't bought any ubiquity gear, nor a rack, the only thing I own from this image is the unraid desktop machine (i3-10100, 16GB ram,
How to set up a VM in VirtualBox Now we won't rehash a full set of instructions for setting up a VM in VirtualBox, as that's been covered plenty of times before all over the internet, but we will run over some home lab specific elements that can help you get started with running...
To preface, my experience with unraid and VMs is just the last couple weeks that I've been working to set up a home server for a security camera system. I'm running a VM with Home Assistant OS inside of Unraid. Within the VM, I'm using frigate to record
a business or enterprise level that's locked behind expensive paywalls. This means that for up to 3 users on a single tailnet, Tailscale is completely free. There's a limit of 100 devices, but this should be more than plenty for anyone except the most serious power users or homelabbers...
My old homelab setup Currently, I have a single-node server running RHEL 9.1. Eventually, I need to rebuild this server from scratch. It's packed with several TB of storage, 24 cores, and 128GB of RAM. I have several RHEL virtual machines that I set up for demos I do at conferences...
I will demonstrate the use of MicroShift and GitOps in a homelab environment and explore some of my learnings from this exercise. While this article is intended to be written as a "here's what I did" rather than as step by step instructions, I thought it'd be useful to list the soft...
$ podman run -d --name nextcloud \ --hostname ${HOSTNAME}-nextcloud \ --net=ncentre-bridge --ip 10.0.21.130 \ --cap-add=NET_ADMIN --cap-add=NET_RAW \ --device=/dev/net/tun \ -v /var/lib/nextcloud:/var/lib/nextcloud \ ghcr.io/gbraad-homelab/nextcloud/hub9:latest Nextclou...