What is the VI editor? The VI editor is the most popular and classic text editor in the Linux family. Below, are some reasons which make it a widely used editor – 1) It is available in almost all Linux Distributions 2) It works the same across different platforms and Distributions 3) It is user-friendly. […]
Linux Add a Swap File Tutorial
In Linux, as in most other Unix-like operating systems, it is common to use a whole partition of a hard disk for swapping. However, with the 2.6 Linux kernel, swap files are just as fast as swap partitions, although I recommend using a swap partition. The administrative flexibility of swap files outweighs that of partitions; […]
Run MySQL & phpMyAdmin using Docker easy way
Run MySQL & phpMyAdmin using Docker easy way Installing a relational database with a web based management tool is a very common requirement for a wide range of software projects. Not too many years ago, developers needed to download and install these components manually into our local machines in order to be able to work. […]
Install Portainer – The Docker Web Based Management UI
Install Portainer – The Docker Web Based Management UI Portainer is a web based management UI for Docker hosts. Portainer runs as a lightweight Docker container on your Docker host. It’s a great tool for managing Docker containers graphically from the web browser. In this article, I will show you how to install Portainer on […]
Install and Use Docker on CentOS 7
Install and Use Docker on CentOS 7 Docker is an application used to manage application processes in containers. Containers run applications in resource-isolated process. By using docker you can build, test and deploy applications that can run anywhere as portable and self-sufficient containers. In this tutorial, you are going to learn how to install and […]