MariaDB is a multi-threaded and open-source database management system which will organize and provide access to databases where your site can store information. It is a replacement of MySQL and developed by some of the original developers of the MySQL. With the release of Debian 9, MySQL was replaced with MariaDB as the default...
In this tutorial, we will show you how to set up Apache Virtual Hosts on Debian 9. Using Apache Virtual Hosts you can host multiple domains on a single server. Apache will break its functionality and components into individual units so you can customize independently. The basic unit that describes an individual site or...
In linux sudo is masterpiece to allow users to execute commands with another user’s privileges, default is root user. In this tutorial, you will learn how to create a new user on Debian system and make sudo user by giving it sudo access. By sudo user account you can execute administrative commands without a...
Let’s Encrypt is a Certificate Authority (CA). It provides free TLS/SSL certificates for enabling encrypted HTTPS on web servers. It also provides very easy and fully automated process to obtain, validation, installation and renewal SSL certificates. In this tutorial, you will learn how to obtain a free SSL certificate and Secure Apache with Let’s...
PHP 7.3 is the latest version of PHP for installation on Debian 9 Stretch server. In this tutorial, we will show you how to install PHP 7.3 or 7.2 on Debian 9 system. Prerequisites# Before start installation, you need Debian 9 server with a non-root user account and make sure that you have full...
Apache is an open-source and cross-platform HTTP server that powers a large number of websites. Apache web server is the most widely-used web server in the world. It also has many powerful features, dynamically loadable modules with other popular software. In this tutorial, we will explain how to install Apache web server on Debian...
LEMP stack on Debian 9 is a group of open-source software that is typically installed together to enable a server to host dynamic websites and web apps. LEMP stands for Linux OS, with the Nginx (pronounced like “Engine-X”) web server, Data store in a MySQL or MariaDB database, and dynamic content is processed by...
LAMP stack on Debian 9 is a group of open-source software that is typically installed together to host dynamic websites. LAMP stands for Linux OS, with Apache web server, Data store in a MySql or MariaDB database, and dynamic content is processed by PHP. Install LAMP Stack on Debian 9# This tutorial will shows...