All Stories
Export docker stats to a file
Exporting containers resource usage data to a file for a later debugging session is a good thing to have, as you don’t want to get SSH timeout-ed. So, here’s how to export Docker cont...
In Docker, May 01, 2023How to Install Docker Compose on Ubuntu 23.04
To install Docker Compose on Ubuntu 23.04, you can either set up Docker’s repository on your Ubuntu system or install Compose manually. Here I will show you how to install the standal...
In Docker, Apr 30, 2023Resolve 'No newline at end of line' in GitHub
Creating the first Pull Request could be anxious, you feel like being judged by other engineers. Generally, the first thing you might notice is the GitHub red sign saying “No newline ...
In Git, Apr 29, 2023How to Install Docker on Ubuntu 23.04
To install Docker on Ubuntu 23.04 you need to make sure that you meet the prerequisites. You need the 64-bit version of Ubuntu 23.04 and Docker Engine that is compatible with x86_64 (...
In Docker, Apr 28, 2023Reference Nginx upstream config from another file
Sentry is a free and open-source, popular application monitoring tool. It’s running as a Docker Compose stack if you decide to go self-hosted. However, it’s poorly supported compared ...
In Sentry, Apr 27, 2023How to Install Skype on Ubuntu 23.04
There are a few ways to install Skype on Ubuntu 23.04. One way is to download the Skype .deb package from the official Skype website and install it with the dpkg package manager. Anot...
In Skype, Apr 26, 2023Reference Nginx upstream config from another file
The “include” directive is used to include another file into the current Nginx configuration file. This allows you to split your Nginx configuration across multiple files, making it e...
In Nginx, Apr 25, 2023How to Install Nodejs on Ubuntu 23.04
There are several ways to install Node.js on Ubuntu 23.04. One way is to use the Ubuntu repository. Another way is to use the NodeSource repository, which provides an easy-to-use bash...
In Nodejs, Apr 24, 2023Pull Docker image using SHA256 hash
Using Docker image hash over tags must be a better option from security standpoint although having a tag is much easier to remember and manage. And here’s how to pull images using has...
In Docker, Apr 23, 2023How to update the Nginx Version on webdevops/php-nginx image
Since the image webdevops/php-nginx doesn’t have the option to specify your desired Nginx version, we can adjust the Dockerfile and add that option. Let’s see the solution.
In Nginx, Apr 22, 2023