All Stories
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, 2023How 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, 2023Docker 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, 2023How 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, 2023Return 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, 2023How 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, 2023Enable 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, 2023How to Install jq on Ubuntu 23.04
JQ is a useful tool that provides a simple and powerful way to filter, transform, and extract data from JSON documents. Let’s install jq on Ubuntu 23.04.
In JQ, May 12, 2023CRLF to LF all files in a Git repo on Windows
Windows probably the worst OS for engineering duh. So many things needs to be setup right just so to enjoy cross-platform collaboration with those running Linux, Unix. So, here’s a wo...
In Git, Windows, May 11, 2023How to Install PHP 8 on Ubuntu 23.04
Installing PHP 8 on Ubuntu 23.04 through ppa:ondrej/php repository is a safe and quick process. Let’s take a look.
In PHP, May 10, 2023