All Stories

Install Podman on CentOS 9 Stream

If you are digging on Google for a Docker replacement most likely you will end up with Podman. The installation of Podman on CentOS 9 Stream is very simple and straightforward.

In Podman, CentOS, Oct 02, 2022

Checkout a specific Git commit

Checking out a Git commit is a common practice mostly used for troubleshooting purposes.

In Git, Oct 02, 2022

Git revert a merge commit

Undoing operations in Git is often an underrated feature. Merging code that wasn’t meant to be merged (yet) is something that could happen to all of us. To be honest, we’ve all been t...

In Git, Oct 01, 2022

Install Caddy on Alpine Linux

Since Caddy exists as an Alpine package then the installation will be much easier. Let’s go to install Caddy on Alpine Linux.

In Caddy, Alpine Linux, Sep 30, 2022

Git: HEAD^ vs HEAD~

Git HEAD is usually defined as the most recent commit on your current working branch. There are more than one “HEAD” variations which are going to be topic for this post.

In Git, Sep 29, 2022

Install Go on Alpine Linux

If you need a minimalistic docker image for building Go projects that’s definitely Alpine Linux. The aim here is to show you how to install Go on Alpine Linux.

In Go, Alpine Linux, Sep 28, 2022

List remotes with git remote

Remotes as part of a Git repository point to the remote repo URLs. On your local machine these are known as origin. By default, each repo has a single remote, although in some scenari...

In Git, Sep 27, 2022

Install Python on Alpine Linux

Today I’m going to show you how to install python on alpine linux without using a python image. You can get into the Alpine terminal and install python3 and python3-pip directly.

In Python, Alpine Linux, Sep 26, 2022

Git HEAD vs head vs tip vs origin

Here’s few other core concepts around Git: HEAD, head, tip and origin. I’m going to break them down briefly as I did previously with the rest of the related posts shared at the end of...

In Git, Sep 25, 2022

Install Caddy on Arch Linux

One of the quickest ways to install Caddy on Arch Linux is using the caddy package. You all know that this site aims to show the quickest way, so let’s see the steps for installing Ca...

In Caddy, Arch Linux, Sep 24, 2022