All Stories

Resolve: "No module named psycopg2" in Python

Even though the usual ModuleNotFoundError are much obvious, sometimes there is an extra package or in this case a different package to be installed in order to get the required module...

In Python, Jan 01, 2023

How to Install Pip on CentOS 9 Stream

Pip is a part of the python packages for CentOS 9. So the installation is pretty simple and straight forward. Let’s see how to install Pip on CentOS 9.

In Pip, CentOS, Dec 31, 2022

The best way to exit Vim

Trying to wrap up this very challenging year by adding a little fun post. So, this one is for all poor souls trying to exit Vim for first time whether by mistake (the text editor on t...

In Vim, Dec 30, 2022

Install Git on CentOS 9 Stream

Git can be easily installed on CentOS 9 within the dnf system packages. Let’s see how to install Git on CentOS 9.

In Git, CentOS, Dec 29, 2022

Set / unset number lines in Vim

Vim, the most loved and hated, controversial text editor ever. As a fellow normie, second best editor in my book, behind VSCode of course. Along with 5 other basic commands that I’ve ...

In Vim, Dec 28, 2022

Install Pip on Amazon Linux 2

If you have python installed but still getting No package pip available you can easily solve this by adding the python-pip with yum. Let’s see how to install pip on Amazon Linux 2.

In AWS, Amazon Linux 2, Dec 27, 2022

Removing lines selected with regex in VSCode

Removing certain repeatable lines on a blog site with almost 600 posts (at the time of drafting) is impossible task (if you do it manually of course), so you got to rely on regular ex...

In VSCode, Dec 26, 2022

Install Pip on Alpine Linux

If you get ERROR: unsatisfiable constraints: py-pip (missing) on Alpine Linux then it’s obvious that you don’t have pip installed. Let’s see how to install pip on Alpine Linux.

In Alpine Linux, Dec 25, 2022

Wildcard regex in VSCode

Nowadays, Visual Studio Code or just VSCode is the most commonly used IDE tool, period. For the newbies out there, just as me struggling to maintain a blog site, here’s a tip on how t...

In VSCode, Dec 24, 2022

How to get Jenkins environment variables

If you are playing with Jenkins, one of the first things that you might be asking yourself is how to get the default Jenkins environment variables. It’s simple and easy, so let’s jump...

In Jenkins, Dec 23, 2022