Select Page
‘gedit: command not found’ in Linux

‘gedit: command not found’ in Linux

Introduction Gedit is a text editing program which is specifically made to be used in the GNOME Desktop Environment. You might be questioning the need to design text editors for specific environments. To be very honest, it actually looks good given that the editor...
‘Failed to start load kernel modules’ in Linux

‘Failed to start load kernel modules’ in Linux

Introduction If you don’t know what Linux is to this day, your life has been a lie (no, seriously). If your closest friend came about to tell you it’s an Operating System, slap him (or maybe don’t, you might regret it). Linux originally has been a...
How to install Git in Alpine Linux

How to install Git in Alpine Linux

Introduction Alpine is a very lightweight Linux distribution, which uses the musl library for running C applications, instead of the standard libc library. This causes it to lack support for C++ applications out of the box. Nevertheless, the small footprints of Alpine...
‘pg_ctl: command not found’ in Linux

‘pg_ctl: command not found’ in Linux

Introduction Servers often require to be stopped for maintenance, and started again as soon as it’s done. To do this, you’d probably require some command in the terminal through which you’re managing the server. If your server of choice is...