All Stories

Restore deleted files in Git

There are multiple ways you could recover files in Git. Before we explore them, here’s a list of related posts: The proper way to restore a deleted Git branch Restore a deleted Git ...

In Git, Sep 23, 2022

Install Caddy on CentOS 8

The procedure of installing Caddy Web Server on CentOS 8 is pretty much the same as on CentOS 7. Let’s jump on the installation part.

In Caddy, CentOS, Sep 22, 2022

Restore a deleted Git commit

As a part of Git restoring series, today we are going to look at how to restore a deleted Git commit. Without further ado follow the steps as described below.

In Git, Sep 21, 2022

Install Caddy on CentOS 7

If you need a scalable reverse proxy, powerful, and efficient static file server then try the caddy web server. It’s open source web server neatly crafted in Go. Today I’m going to sh...

In Caddy, CentOS, Sep 20, 2022

The proper way to restore a deleted Git branch

Personally, not a huge fan of switching between branches and complicating things as much as they need to. Therefore, the trunk-based development must be the most perfect Git branching...

In Git, Sep 19, 2022

Install curl on CentOS 9 Stream

If something is a must to have on your Linux machine then that’s curl. It’s the most used tool on Linux and the main purpose is to interact with protocols. It’s commonly used in scrip...

In Curl, CentOS, Sep 18, 2022

The proper way to delete a Git repository

Besides automation, running rm -rf against directories is my second to none thing to do as a DevOps engineer. And this is exactly how you could easily remove a Git repository.

In Git, Sep 17, 2022

Install Nano on Alpine Linux

If you are a nano fan and you are struggling to edit some config files with vim, then definitely you need to install nano. Let’s see how to install nano on Alpine Linux.

In Nano, Alpine Linux, Sep 16, 2022

Git: HEAD vs working tree vs index

Here’s a Git interview question: “What’s the difference between HEAD, working tree and index in Git?”. First, we need to understand the usual Git workflow:| Working tree | Staging are...

In Git, Sep 15, 2022

Install Htop on Alpine Linux

Htop provides you to track the machine processes and to be aware of your CPU and Memory load. Today I will show you how to install htop on Alpine Linux.

In Htop, Alpine Linux, Sep 14, 2022