Linux Tutorials on the topic “ubuntu”
-
How to Install and Use MongoDB on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 7MongoDB 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 applications. In this tutorial, we will explain how to install and use MongoDB on Ubuntu 20.04 server.
-
How to Install Drupal with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, ubuntu, web server • Comments: 1Drupal 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 Nginx and secure it with Let's Encrypt SSL on Ubuntu 20.04.
-
How to Install Microsoft Teams Linux on Ubuntu and CentOS
Author: Hitesh Jethva • Tags: centos, linux, ubuntu • Comments: 14Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. In this tutorial, we will show you how to install Microsoft Teams Linux on CentOS 8 and Ubuntu 16.04 - 20.04 desktop.
-
-
How to Install Magento 2 with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 6Magento 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 use Ubuntu 20.04 as the server operating system.
-
Linux pinky Command Tutorial for Beginners (8 Examples)
Author: Himanshu Arora • Tags: linux, ubuntu • Comments: 0The finger command in Linux is a popular tool to fetch information related to system users. Pinky is a lightweight alternative that comes pre-installed (at least on Ubuntu).
-
How to Install Seafile with Nginx on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 4Seafile 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 configure a Seafile server with Nginx web server and the MySQL database.
-
How to Install Nextcloud with Nginx and Let's Encrypt SSL on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 21In 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 server (a MySQL fork) as the database system. Nextcloud is a free (Open Source) Dropbox-like software, a fork of the ownCloud project.
-
How to Install Nginx with PHP and MySQL (LEMP Stack) on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 2This 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).
-
How to setup Apache Tomcat cluster with 3 Nodes on Ubuntu
Author: Rahul Shivalkar • Tags: linux, server, ubuntu • Comments: 0In 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 install Java since Apache Tomcat requires Java.
-
How to Synchronize Directories Using Lsyncd on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, ubuntu • Comments: 0Lsyncd 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 synchronize local directories and remote directories.