All Stories
How to Install Yarn on Ubuntu 23.04
Yarn is a package manager created as an alternative to the npm client, providing enhancements in terms of performance, reliability, and security. Let’s see how to install yarn on ubun...
In Yarn, Jun 21, 2023Run commands in a stopped Docker container
I guess we have all been there trying to debug a Docker container in exited state. Without further ado here are the steps required.
In Docker, Jun 20, 2023How to Install Kubectl on Ubuntu 23.04
Kubectl is a command-line tool used to interact with Kubernetes clusters, so let’s see how to install Kubectl on Ubuntu 23.04
In Kebernetes, Jun 19, 2023Non-zero exit status code 127 in Linux
As with most nonzero exit status codes, they indicate that the program or command encountered an error or an exceptional condition during its execution. So, what does 127 means then?!
In Linux, Jun 18, 2023How to Install locate on Amazon Linux 2
Let’s take a look on how to install locate on Amazon Linux 2. The steps are quick and easy.
In AWS, Amazon Linux 2, Jun 17, 2023Route requests between Docker Compose services via Nginx
Let’s say you have to route requests from Service A to Service B via a Nginx server being part of a Docker Compose service too. Here’s a guide on how you could start at least.
In Docker, Nginx, Jun 16, 2023Install locate on Alpine Linux
To install the locate command on Alpine Linux, you can follow the installation steps.
In MLocate, Jun 15, 2023Docker Compose: expose vs ports
At first sight expose and ports kinda look basically the same thing right, but there is a subtle keep difference. Here’s the deal.
In Docker, Jun 14, 2023How to Install htop on Amazon Linux 2
The procedure to install htop on Amazon Linux 2 is pretty much the same as on every Red Hat distribution. Let’s take a look.
In AWS, Amazon Linux 2, Jun 13, 2023Docker Compose and named volumes as non-root user
Sharing named volumes or bind mounts between Docker Compose services as unprivileged / non-root user has always been tricky. By default, they all run as root. So, here are few solutio...
In Docker, Jun 12, 2023