All Stories
Filter the output of docker image ls
Sometimes using the filter flag as a part of the docker image ls command can be useful to figure out which images are taking space, which are dangling images or unused. In this tutori...
In Docker, Aug 26, 2021How to remove ECS task definitions
For those who have experience with AWS ECS, we all know how frustrating is sometimes that we just can’t delete task definitions. The only option is to update all task definition revis...
In AWS, Aug 25, 2021How to search Docker Hub repositories from CLI
If you want to search for a specific docker image on Docker Hub there is a way to do this from the CLI. The docker search command will allow you to search Docker Hub from the CLI. It ...
In Docker, Aug 24, 2021Docker Registry vs Docker Repository
Docker is one of that technologies that will probably stay for a while. In a matter of years, the IT world went from monolith to deploying applications on the edge in a couple of seco...
In Docker, Aug 23, 2021How to install Nginx on Debian 11
Installing Nginx on Debian 11 is pretty easy and straightforward. This tutorial will show you how to install it and enable HTTP traffic on your debian server.
In Nginx, Aug 22, 2021How to list and count commits in Git
As part of the Git series, today we are going to see how can we list and count empty and non empty commits.
In Git, Aug 21, 2021How to install MongoDB on Rocky Linux 8
MongoDB has an attitude to store the data in BSON, which can be searched and indexed, with a way better performance. Installing MongoDB on rocky linux can additionally improve the sea...
In MongoDB, Aug 20, 2021GitHub hidden feature
There is a mind-blowing GitHub feature or if I can call it a “secret”, that I’ve just discovered and I need to share with you all.
In Github, Aug 19, 2021How to install Docker on Debian 11
Finally Debian 11 is released on August 14th, 2021, and this version is marked as a stable version. This tutorial will show you the steps on how to install Docker on a new fresh Debi...
In Docker, Aug 18, 2021Missing sites-available directory in Nginx
As part of the Nginx series, in today’s tutorial, we are going to see on how to add that missing sites-available subdirectory. The reason behind this, is because most of us have been ...
In Nginx, Aug 17, 2021