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 fix ‘ip: command not found’ in Linux

How to fix ‘ip: command not found’ in Linux

Introduction The ip command in Linux is used to configure network interfaces in a Linux machine. It is short for Internet Protocol. It is mostly used by system and network administrators to add, remove, show and manipulate things like network routes, tunnels,...
Fix ‘mongo: command not found’ in Linux

Fix ‘mongo: command not found’ in Linux

Introduction MongoDB is a noSQL database software which is used to store unstructured data. Just as the name suggests, it is the opposite of SQL databases, which store structured data. MongoDB uses a variety of different technologies to make their database system...
How to fix apt-get not found in Docker Image

How to fix apt-get not found in Docker Image

Introduction Web applications have come a long way, and so have the services that host them. One of the most popular ones now is Docker. The concept of sandboxed containers for web applications gives so much more accessibility and control. However, when you’re...