$ grep -rn "#infrastructure" ./posts

Nginx log analytics on the command line

Understanding and analyzing web server logs is crucial for maintaining optimal website performance and security. In this article, we’ll……

Create your own S3 server using Minio

Minio is an object storage server that implements the same public API as Amazon S3. This means that applications that can be configured to……

Nginx monitoring with Monit

Monit is a powerful open-source tool used for monitoring and managing Unix-like systems. It can help you ensure the availability……