Skip to main content

Debian 10

How To Install MariaDB on Debian 10
Tutorials Databases Debian 10 MariaDB MySQL
Introduction> Introduction # MariaDB is an open-source database management system (DBMS), commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It’s intended to be a drop-in replacement for MySQL and Debian now only ships with MariaDB packages.
How To Install Node.js on Debian 10
Tutorials Debian Debian 10 Node.js
Introduction> Introduction # Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a language many are already familiar with from browser-based web development.
How To Install and Use Docker on Debian 10
Tutorials Debian 10 Docker
Introduction> Introduction # Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system.
How To Install the Latest MySQL on Debian 10
Tutorials Databases Debian 10 MySQL
Introduction> Introduction # MySQL is a prominent open-source database management system used to store and retrieve data for a wide variety of popular applications. MySQL is the M in the LAMP stack, a commonly used set of open source software that also includes Linux, the Apache web server, and the PHP programming language.
How To Install phpMyAdmin From Source on Debian 10
Tutorials Apache Applications Debian 10 MariaDB PHP
Introduction> Introduction # While many users need the functionality of a database management system like MariaDB, they may not feel comfortable interacting with the system solely from the MariaDB prompt.