you’ll be glad to know that it’s possible to create a home lab on the platforms you’re already familiar with. For instance, TrueNAS Scale and Unraid are typically geared for NAS setups. But thanks to their built-in virtualization and containerization features, you can run most operating...
Spin up an Apache docker and a Squid server. From a more practical perspective, your home lab can also store those thousands of digital photographs that no longer fit in your iCloud account, or even create a 24/7 VPN connection to your workplace and reduce the need for ad-hoc connections...
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. ...
Home labs are a time-honored tradition among IT professionals. Home labs give you a place where you can hone your IT skills away from the watchful eyes of co-workers. A home lab can be useful for a range of technical tasks, from preparing for a certification exam to practicing a...
Setting up a homelab requires a computer that you can basically use to only host continuously. An old (but moderated powerful) laptop can do the job or if you have some money that you can use, you can purchase the parts and build your own computer. ...
You could re-cable everything from scratch every time you want to create a lab but that becomes a hassle. Physical I suggest connecting your switches in a triangle like this: If you have four switches, connect them in a square: Connecting your switches like this allows you to mess around...
$ oc adm policy add-scc-to-user nonroot-v2 -z gitea-memcached -n gitea I also created a route to access the web console, and customized Gitea's server configuration. $ oc create route passthrough gitea-http \ $ oc edit secret gitea-inline-config -n gitea ...
ClickNextto continue, then on the next screen, clickFinishto create your task. Now this task will only run when your user account is logged in. Allowing a task to run when not logged in can be more tricky, but is possible with a bit of Google-Fu. ...
If you need persistent storage, you can create a local directory and bind it as a mount option for your container. First, create the storage directory: $mkdirdata Then start your container using your storage directory as some relevant mount point. This example binds the local directory to a ...
Do you want to create a homelab? Maybe you want to experiment with different technologies, create development environments, or have your own private cloud. There are many reasons to have a homelab, and this guide aims to make it easier to get started. There are three categories to consider...