Search Results for: linux command

Installing MySQL on Debian/Ubuntu

The installation for MySQL on Debian will be through the APT repository. Now there is a default MySQL server installation and one that is offered by Oracle through their software repositories. We’ll take the official route by first adding Oracle’s sources first and then installing the MySQL server. How to Install MySQL on Debian/Ubuntu Before

Installing MySQL on Debian/Ubuntu Read More ยป

How to Install Docker and Run a Docker Container on Ubuntu

Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. Containers are similar to Virtual Machines, but are much less resource-intensive, as they only need the absolute minimum to run a particular application, and does not require installation of a separate Operating

How to Install Docker and Run a Docker Container on Ubuntu Read More ยป