A LAMP (Linux, Apache, MySQL, PHP) stack is free, and open-source web stack. It is used for hosting web content in a Linux environment.Many consider this as the platform of choice for high performance web apps. In this article i will illustrate the LAMP setup process. Ubuntu 18.04 LTS Update…
Docker is an open source project to pack, ship and run any application as a lightweight container. Docker containers wrap up a piece of software in a complete filesystem that contains everything it needs to run: code, runtime, system tools, system libraries – anything you can install on a server.…