How to Install NFS Client and Server on Ubuntu 20.04
Network File System or short NFS is a distributed file system protocol that allows you to mount remote directories on your server. In this tutorial, we will learn how to set up an NFS Server and how to...
View ArticleHow to Install and Configure Apache Tomcat 9 on Ubuntu 20.04 LTS
Apache Tomcat is an open-source Java Servlet implementation developed by the Apache Software Foundation. In this tutorial, we will show you how to install and configure the Apache Tomcat 9.0.34 on...
View ArticleCreate a Virtual Private Cloud (VPC) on AWS using Terraform
In this article I will show you how to create a VPC along with Subnets, Internet Gateway, NAT Gateways, and Route Tables. We will be creating 1 VPC with 4 Subnets: 2 Private and 2 Public, 2 NAT...
View ArticleHow to Install phpMyAdmin with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
phpMyAdmin is a free and open-source application that can be used to manage MySQL and MariaDB database through a web-based interface. In this tutorial, we will explain how to install phpMyAdmin with...
View ArticleHow to Install PyroCMS with Nginx an Let's Encrypt SSL on CentOS 8
PyroCMS is a powerful modular CMS and development platform built with Laravel 5, which allows you to build better Laravel websites and applications faster.
View ArticleHow to create Docker Images with a Dockerfile on Ubuntu 18.04 LTS
In this tutorial, I will show you how to create your own docker image with a dockerfile. A Dockerfile is a script that contains collections of commands and instructions that will be automatically...
View ArticleMagento E-Commerce Platform installation with Apache2 and Let's Encrypt on...
Magento is a free and open-source e-commerce web application that allows you to create a fully functional eCommerce store in minutes. In this tutorial, we will show you how to install Magento...
View ArticleHow to Install Ruby on Rails on Ubuntu 20.04 LTS
In this tutorial, I will show you how to install Ruby on Rails on Ubuntu 20.04 LTS. We will show you how to install and configure Rails with a PostgreSQL database, and how to create the first project...
View ArticleHow to Install Django on Ubuntu 20.04 LTS
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open-source license. In this tutorial,...
View ArticleHow to Install Open Source Computer Vision Library (OpenCV) on CentOS 8
OpenCV stands for "Open Source Computer Vision Library" is an open-source cross-platform computer vision algorithm library that can be used in all kinds of visual processing areas, such as facial...
View ArticleHow to Install Apache ActiveMQ on Debian 10
Apache ActiveMQ is an open source message broker written in Java developed by Apache. It's one of the most popular message brokers. In this tutorial, we will show you how to install the Apache ActiveMQ...
View ArticleHow to Install Joomla with Apache2 and Let's Encrypt on Ubuntu 20.04
In this tutorial, we will show you how to install Joomla CMS with Apache and secure with Let's Encrypt SSL on Ubuntu 20.04.
View ArticleHow to set up automatic rebootless kernel updates in Linux server
Patching the kernel on a Linux server seems simple. It can be done using common tools such as dpkg, apt-get, or kexec. These methods, however, become complicated if an organization runs hundreds or...
View ArticleHow To Install Discourse Forum on Ubuntu 20.04 LTS
Discourse is a free and open-source discussion platform designed for creating community discussion forums and mailing lists for your team. In this tutorial, we will learn how to install Discourse forum...
View ArticleHow to Install Memcached on Ubuntu 20.04 LTS
Memcached is an open-source, high-performance, and general-purpose distributed memory caching system. In this tutorial, we will show you how to install and configure Memcached on Ubuntu 20.04.
View ArticleHow to Install Kooboo CMS on Ubuntu 20.04 LTS
Kooboo is a flexible, extensible and cross-platform content management system (CMS) based on ASP.NET MVC. In this tutorial, we will learn how to install Kooboo CMS on Ubuntu 20.04 server.
View ArticleHow to Install Matrix Synapse Chat on Ubuntu 20.04 LTS
In this tutorial, we will show you step-by-step how to install and configure Matrix Synapse on Ubuntu 20.04 LTS. Matrix is a new ecosystem for decentralized communication in real time for open...
View ArticleHow to create references in ONLYOFFICE with Mendeley, Zotero and EasyBib
In this tutorial we’ll learn how to build bibliographies in ONLYOFFICE document editor using Mendeley, Zotero and EasyBib plugins. ONLYOFFICE is an open-source office suite that comprises online...
View ArticleHow to Install and Configure OpenShift Origin PaaS Server on Ubuntu 20.04
OpenShift is a free, open-source, and cloud development Platform as a Service (PaaS) developed by Red Hat that allows the developers to develop and deploy their applications on a cloud infrastructure....
View ArticleHow to create a Terraform module
In this article, we will see how to create reusable modules in Terraform. Modules allow us to avoid code duplication. It means the same code can be used to create resources of the same type. By using...
View Article