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…)
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…)
Glances, is a command-line utility, written in Python , used to monitor the CPU, average load, memory, network interfaces, I / O disk, processor and system of files. (more…)
If you have been working with Docker for some time, it is likely that you may have accumulated a high number of images, data volumes as well as containers. If these are no longer used or needed they may consume (more…)
In this short article we will cover some tools that allow you to split up your terminal into multiple zones or areas. This is convenient for those who want to create multiple running shells within the (more…)
In the article you will learn how to run and manage a docker container on Linux Ubuntu and similar distros. You will also be able to push a new image to Docker Hub. (more…)
Many users, beginners and advanced are sometimes confused on how the PATH environment variable is handled on Linux. Why there are so many files .bash_profile, .bashrc,.profile , .bash_login ? (more…)