You know ad-supported kindles? Expand that to phones, TVs computers. Anything that can show or play an ad while it is off or when you turn it on. It’s free real estate!
You know ad-supported kindles? Expand that to phones, TVs computers. Anything that can show or play an ad while it is off or when you turn it on. It’s free real estate!
Well that opened up a memory. I don’t think I ever managed to type. It all in, and if I did it probably got corrupted on my crappy tape recorder, but I remember going over the Silver Mountain one many times. Thank you.
I second containers. I use Unraid and have found it pretty simple to get started. At one point I was using a vm on unraid as my gaming machine, although I have moved away from that and now have a low power Unraid server for hosting.
Adding to the Docker chorus. I started using Docker before even using the command line. My route in was to use Unraid but that may not be best for you. I use Portainer in another install but I think the way it handles storage is a bit obtuse. In any case, as many others have said, using Docker is a piece of cake once you understand the basic ideas. Those being that a container is like a portable self contained machine that runs a specific service and any persistent storage needs to be outside the container. Containers are always my first idea when running a service as you know they will work on your system, you don’t have to worry that there will be conflicts or whatever.