Explore >> Select a destination


You are here

willhaley.com
| | sookocheff.com
10.7 parsecs away

Travel
| | Follow along with this article as we take a guided tour of containerizing Zookeeper using Docker. This guide will show how to install Zookeeper to the container, how to configure the Zookeeper application, and how to share data volumes between the host and container.
| | selfhostedheaven.com
11.8 parsecs away

Travel
| | Do you have a Plex server shared with some friends or family? Want to monitor who is transcoding your beautiful 4K content to a nice and steady 720P? Or are you just interested in how much you actually binge watch? Tautulli is what you need! What is Tautulli? If you ever have looked in the Plex dashboard, you are probably aware that you can track how your server is used and how it handles transcodes and multiple users.
| | blog.nuculabs.de
8.2 parsecs away

Travel
| | I've been playing recently with ASP.Net Core and I'm developing a small Web API project in order to teach myself the framework. In still article I'll explain how to use a Postgres database with Docker, in order to make your development experience much more enjoyable. Before moving on, please make sure that you've installed: Docker Docker-Compose First, create the docker-compose.yml file in your root directory of the project, the file should contain:
| | sookocheff.com
117.3 parsecs away

Travel
| AWS provides four different storage options for your Kubernetes cluster: EBS, EFS, FSx for Lustre, and Amazon File Cache. Each of these CSI drivers has different performance characteristics, depending on your workload. This post quantifies those performance differences using the flexible I/O tester FIO. Note: For an overview of the different CSI options available on AWS, see Picking the right AWS CSI driver for your Kubernetes application. Before we start, please note that these results come with multipl...