How to Deploy Nginx Proxy Manager on MikroTik RouterOS Using Containers
Use the MikroTik RouterOS device as a reverse proxy server using Nginx Proxy Manager container. This guide walks you through enabling container support on …
14 posts
Use the MikroTik RouterOS device as a reverse proxy server using Nginx Proxy Manager container. This guide walks you through enabling container support on …
A common problem I need to solve with my web servers are simple TCP port forwarding. This allows you to redirect an application traffic, from a HTTP server for …
I need to resize a virtual machine disks multiple times a year. Most of the time, I’m lazy enough to just jump into the Cockpit web interface and change …
Ollama is a powerful tool for running large language models locally. This guide walks you through setting up Ollama on Fedora using Podman Quadlets, ensuring it …
The Syncthing is the best Peer-to-Peer solution I’ve ever used. It is flexible, has clients for most platforms, decentralized, and open source. This guide …
You probably already heard that RAID is not a backup. When world is ending and everything is burning, we also discover that a backup is not a Disaster Recovery …
Vagrant is one of the greatest way to develop solutions using virtual machines, with all the isolation that a container can’t provide. Unfortunately, …
Learn how to use kubectl CLI to manage multiple Kubernetes clusters. Import new config, add cluster, user, and context. Switch between contexts to manage …
Creating a database and user for a single application is a common task for developers and database administrators in small and medium environments. In this …
A common task for Linux administrators is to create a background task that must be executed in the background. The most popular service manager in the Linux …
It’s a common scenario where it’s needed to share some keys/secrets with other members of the project team and it’s also common that those …
One of the easiest ways to install a Kubernetes distro for personal projects is using k3s, but you may not want to use some features built-in, like traefik as …
Imagine that you have some servers running applications and you need to find a way to backup the files and preserve their properties, like the user, group, …
Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest. - Kimchi …