All Stories

How to Install SQLite on Ubuntu 23.04

SQLite can be installed through the default Ubuntu 23.04 apt packages.

In SQL, May 22, 2023

Docker build and GPG keys not being available

If you ever get in stuck building a Docker image with an error saying that a public key is not available, here’s the deal.

In Docker, May 21, 2023

Install npm on Alpine Linux

Installing npm on Alpine Linux is a quick and easy procedure. Let’s jump on the installation part.

In Node, May 20, 2023

Drone CI and GitHub webhooks 'We couldn't deliver this payload: timed out' error

As the title says here’s a workaround if you find yourself in a situation where the GitHub webhook fails only for a certain repository with “no reason” or updates made regarding Drone...

In Drone, GitHub, May 19, 2023

How to Install git on Ubuntu 23.04

Git follows the same installation pattern as the other Ubuntu versions, but let’s see how to install git on Ubuntu 23.04.

In GIT, May 18, 2023

Docker and missing sites-enabled in Nginx

It’s not a first time to face any gotchas while building Docker images, especially when dealing with symlinks, mount volumes, permissions, etcetera. So, here are few things to check w...

In Docker, Nginx, May 17, 2023

How to Install MySQL on Ubuntu 23.04

On Ubuntu 23.04, MySQL installation can be done using the APT package repository. Let’s jump on the installation part.

In MSQL, May 16, 2023

Return a status code 200 with a custom header in Nginx

It might be useful sometimes for troubleshooting purposes to return a custom header from a Nginx server block. Here’s how to do it.

In Nginx, May 15, 2023

How to Install nslookup and dig on Ubuntu 23.04

Installing nslookup and dig on Ubuntu 23.04 can be easily done by following the installation steps.

In DNS, May 14, 2023

Enable symlinks in Windows, VSCode and Git

By default while running a Windows dev machine, symlinks (symbolic links, soft links) are not shown or at least are not seen from VSCode and Git as such. Regarding the workaround… few...

In Windows, VSCode, Git, May 13, 2023