How to Install Mattermost Team Messaging System on Debian 10
Mattermost is an open-source messaging system that can be used as a Slack alternative. Mattermost brings team communication to a single place and makes it accessible from your Desktop PC, Android...
View ArticleHow to Install Ubuntu 20.04 LTS (Focal Fossa) Server
This tutorial shows the installation of an Ubuntu 20.04 base server in detail with many screenshots. The purpose of the guide is to show the base installation of Ubuntu 20.04 LTS that can be used as a...
View ArticleHow to Synchronize Directories Using Lsyncd on Ubuntu 20.04
Lsyncd is a simple and lightweight tool that allows you to mirror your local directory to another directory on the remote server. In this tutorial, we will show you how to install and use Lsyncd to...
View ArticleSetting up Unison File Synchronization between two Servers on Debian 10 (Buster)
This tutorial shows how to set up file synchronization between two Debian 10 servers with Unison. Unison is a file-synchronization tool similar to rsync, the big difference is that it...
View ArticleHow to setup Apache Tomcat cluster with 3 Nodes on Ubuntu
In this article, we will see how to set up a cluster of Apache Tomcat servers. We will be using 3 Ubuntu 18.04 EC2 Instances or VMs, here I have used EC2 instances. We will also see the steps to...
View ArticleHow To Install Jitsi Meet Video Conferencing Solution on Debian 10
Jitsi Meet is a free and open-source video-conferencing application that can be used as a standalone application or embed in your web application. In this tutorial, we will show you how to install...
View ArticleHow to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 20.04 LTS
This tutorial shows how you can install Nginx on an Ubuntu 20.04 LTS server with PHP 7.4 support (through PHP-FPM) and MySQL support (LEMP = Linux + Nginx (pronounced "engine x") + MySQL + PHP).
View ArticleHow to Install Nextcloud with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
In this tutorial, we will show you how to install and configure the latest Nextcloud 18 release on an Ubuntu 20.04 server. We will run Nextcloud with an Nginx web server and PHP7.4-FPM and use MariaDB...
View ArticleHow to Install Seafile with Nginx on Ubuntu 20.04 LTS
Seafile is an open source file-hosting and cloud storage system similar to Dropbox, but you can install and run it on your own server. In this tutorial, I will show you step-by-step how to install and...
View ArticleHow to Install Ruby on Rails (RoR) on Debian 10
In this tutorial, we will show you how to install Ruby on Rails on the Debian Buster 10. This guide will cover the RVM (Ruby Version Manager) installation, PostgreSQL database installation, and...
View ArticleHow to Find Active SSH Connections on Linux
If you are Linux system administrator and responsible for managing servers then you may often need to know how many ssh connections are active on your server and where the connections come from. This...
View ArticleHow to Install Magento 2 with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Magento is a widely-used open source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as the database backend. I will...
View ArticleHow To Install Apache CouchDB NoSQL Database on CentOS 8
Apache CouchDB is a free, open-source and document-oriented NoSQL database that uses JSON to store the data. In this tutorial, we will explain how to install Apache CouchDB on CentOS 8.
View ArticleDockerizing Flask Application Using Docker on Debian 10
Flask is a popular Python web framework. It is classified as a microframework because it does not require particular tools or libraries. In this tutorial, we will explain how to deploy Flask...
View ArticleHow to Install Drupal with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Drupal is a free and open-source content management system that helps you create and deliver digital content for the web and mobile phones. In this tutorial, we will show you how to install Drupal with...
View ArticleHow to Install Nginx with PHP and MariaDB (LEMP Stack) with Opcache, Redis...
In this guide, you will install a LEMP stack (Linux, Nginx, MariaDB and PHP) on a Fedora 32 based server. We will also install phpMyAdmin, Redis, Opcache, and Let's Encrypt SSL.
View ArticleHow to Install PostgreSQL on FreeBSD 12
In this tutorial, we will show you how to install and configure a PostgreSQL database server on FreeBSD. We will install the latest version of PostgreSQL 11 on the FreeBSD 12.0 system.
View ArticleHow to Install and Use MongoDB on Ubuntu 20.04
MongoDB is an open-source and cross-platform document-oriented database system written in C++. It stores data in collections of JSON-like, flexible documents and used to create powerful websites and...
View ArticleHow To Install the Ampache Music Streaming Server on Ubuntu 20.04
Ampache is a free, open-source, and web-based software that allows you to host your own music streaming server. With Ampache, you can access your music and video over the internet. You can view, edit,...
View ArticleLinux Kernel Live Patching on Ubuntu 20.04 LTS
What happened to the promise of live patching Linux kernels? This article looks at its history, its problems, and the cheapest and easiest ways to do it on UbuntuĀ Focal Fossa (20.04 LTS).
View Article