How to install Docker Compose on Ubuntu 20.04
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…)
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…)
Sometimes, when you try to install a program or a package from its source code, you might end up getting an error which looks like : (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…)
Sometimes you need to share data files between your host computer and your Ubuntu virtualbox. In this tutorial, you will learn how to achieve this so that you will be able to access folders or (more…)
In you are running a Virtualbox on Windows 10 and wanted to add some cool features such as folder sharing and copy/paste between your VM and the host, then you are at the right place. (more…)
In you are running Ubuntu on a Virtualbox and you would like to use some features such as folder sharing, mouse pointer integration and clipboard access(for copy and paste), you would (more…)
If you are an Android user, you should know that it is possible to keep a safe backup of your Android device on your computer using a utility called ADB . (more…)