Git is the most popular distributed version control system. It used to track changes in source code during software development. It allows to collaborate with programmers, revert to previous changes and create branches. In this tutorial, you will learn how to install Git on Debian system. Prerequisites# You must have logged in with non-root...
FirewallD is replacement of iptables. Now a days, It can be use as the default firewall management tool. It’s a capable firewall solution which using firewall-cmd utility to manage firewall configuration. If you are comfortable with Iptables command-line syntax then you can enable Iptables. Iptables and firewalld are mutually exclusive so only one can...
FirewallD is a firewall management tool available by default on CentOS 7 servers. It’s one type of a firewall management solution which will manages iptables rules. In this tutorial, we will cover how to set up a firewalld on CentOS 7 server and explain you the basic FirewallD concepts. FirewallD replaces iptables as the...
MySQL is most popular open-source database management system. MySQL is no longer available with release of Debian 9 and MariaDB has become the default database system. Commonly, MySQL is being a part of the popular LAMP and LEMP stacks. This guide will outlines how to install MySQL on Debian 9 server from the MySQL...
MariaDB is an open-source database management system and backward compatible replacement of MySQL. MariaDB is a fork of MySQL and managed by the original MySQL developers. This guide outlines how to install MariaDB on CentOS 7 server. If you have requirement to install MySQL on your server, check the How to Install MySQL on...
PHP is most popular and widely used open-source server-side scripting language in the world. PHP is available in various versions and PHP 7.3 is the latest version of PHP. This article will helpful to you to install a specific version of PHP. In this guide outlines how to install PHP 7.3 on Ubuntu 18.04....
Let’s Encrypt is a free and open Certificate Authority (CA). It provides a simple way to obtain, install and renew free TLS/SSL certificates. This tutorial outlines how to obtain and install free Let’s Encrypt SSL certificate and Secure Nginx on Ubuntu 18.04 server. Prerequisites# Ubuntu server with a non-root user with sudo privileges. Nginx...
With the help of Nginx Server Blocks you can run multiple website on a single server. Using Server Blocks, you can specify the separate document root for each domain. In addition, you also can create a separate security policy for each site and use different SSL certificates for each site and much more. In...
Nginx is an open-source and high performance and HTTP and reverse proxy server. It can be used as a standalone web server, and as a reverse proxy for Apache and other web servers. It is a more flexible and lightweight program than Apache HTTP Server that’s why it powers some of the largest sites...
phpMyAdmin is a free, open source and web interface based database management tool for managing MySQL and MariaDB. You can manage MySQL databases, user accounts and privileges, import and export data and much more using phpmyadmin interface. This guide will help you to install phpMyAdmin with Nginx on CentOS 7. Prerequisites# Logged in on...