How to install LAMP on Ubuntu 18.04
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…)
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 this short article, you will find the basic configuration tasks to perform after the installation of Ubuntu 20.04. (more…)
Sometimes a software installation requires you to check your Linux system details, such as the architecture, the devices, the version as well as the hardware specification for compatibility reasons. (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…)