How to uninstall MySQL on Ubuntu 20.04
You would like to remove MySQL database from your Ubuntu system ? In this short tutorial, you will learn how to safely uninstall MySQL . (more…)
You would like to remove MySQL database from your Ubuntu system ? In this short tutorial, you will learn how to safely uninstall MySQL . (more…)
Docker Compose is Docker’s container orchestrator. And how does an orchestrator work in an orchestra? It governs how a band should behave / play during a given performance or song. (more…)
If you like to organize folders in a quick and intuitive manner on Ubuntu 20.04, Sunflower can be the right tool for you. In this short tutorial you will learn how to install Sunflower on Ubuntu 20.04 and similar distros. (more…)
In this tutorial, we will show you how to install LAMP on Ubuntu 18.04 . LAMP is the acronym that refers to the first letters of: (more…)
Most Linux distros have Python already installed by default. To check this, open up your terminal and type in python3.6. You will notice that the prompt will change. (more…)
MongoDB is a database system that is open-source and based on NoSQL technology. It is ideal for the development of modern web applications. This database has many features, such as expressive query languages, flexibility, secondary indexes and (more…)
GNOME shell extensions are used to enhance the GNOME desktop experience. It is the best way to tweak GNOME. There is a whole bunch of shell extensions available for free download. OpenWeather, GNO-menu, (more…)
AppImage is a file format used for binary application distribution. It is meant to be a simple format that is easy to comprehend, create, remove and manage. Indeed, AppImage based software packages are (more…)
The best way to test the Linux based distribution without out-right installing it on your hard drive as dual boot system is to install it in a virtual machine, be it Virtual Box (by Oracle) or VMware Workstation (either Pro version or a Player, by (more…)
By using WSL (Windows Subsystem for Linux) we can run full-fledged Linux CLI (command line interface) without ever installing Linux in either Virtual Machine or a Dual-boot system. (more…)