Protect your Linux Server against hackers and malware
Let’s protect your Linux server against Hackers, Malware, and other bad things!
I’ll talk about security strategies and my best-practices to protect Linux Servers.
These are detailed Tutorials focusing on known IT industry standards. I create free content and share my best practices to help you get ahead in Tech and IT.
Let’s protect your Linux server against Hackers, Malware, and other bad things!
I’ll talk about security strategies and my best-practices to protect Linux Servers.
I recently made a video on my YouTube Channel, about Podman vs Docker. Podman claims to be more secure and lightweight than Docker. But is that enough to switch from Docker to Podman. And probably more important is the question if you should switch now? What is Podman and what is wrong with Docker? Docker … Read more
Portainer is an awesome free and open-source graphical user interface to manage Docker containers on a Linux Server. But did you know you can also use a single Portainer instance to manage a Portainer remote host as well? In this tutorial, I will show you how you can easily connect all your Docker servers to your main Portainer instance and manage them all in one single UI.
How can you easily lock down proxy hosts on the Nginx Proxy Manager with Access List protection? I recently deployed many services in Docker containers that I’ve exposed via the Nginx Proxy Manager. But some of these services should not be accessible for everyone. Or you have specific applications that don’t have any user authentication and you want not everyone to access them. With a simple Access List in Nginx Proxy Manager, you can define a custom policy based on credentials or IP addresses. Let’s have a look at how that works.
What is an SSL Wildcard Cert and how does it work on the Nginx Proxy Manager? A Wildcard Cert is a Certificate that is not just valid for a specific Domain or Subdomain but all. It includes a “Wildcard” identified by a * in the domain name, which is just a placeholder for any string. … Read more
With a self-hosted password manager, you get all the data under your control! In this tutorial, we will set up the free open-source password manager server Bitwarden. Bitwarden offers a free available On-Premise solution of their password manager backend server. Where to deploy? Bitwarden can be deployed on a Linux server or easily on DigitalOcean … Read more