Linux Tutorials on the topic “Linux”
-
How to install Percona XtraDB Cluster for MySQL on Debian 8
Author: Matteo Temporini • Tags: debian, linux, mysql, server • Comments: 0
In this article, I will show you how to configure a MySQL database cluster with three nodes in a multi-master replication. Multi-master replication allows writing of records in each node, so if a node will fail, we can work on the other as if nothing happened. This tutorial describes how to install and configure three Percona XtraDB Cluster nodes on Debian 8 servers, we will be using the packages from the Percona repositories.
-
How to deploy Node.js Applications with pm2 and Nginx on Ubuntu
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 2
pm2 is a process manager for Node.js applications, it allows you to keep your apps alive and has a built-in load balancer. In this tutorial, I will show you how to install and configure pm2 for the simple 'Express' application and then configure Nginx as a reverse proxy for the node application that is running under pm2.
-
Samba 4 Domain Controller Installation on CentOS 7
Author: iron_michael86 • Tags: centos, linux, samba, server • Comments: 28
Starting from version 4.0, Samba is able to run as an Active Directory (AD) domain controller (DC). In this tutorial, I will show you how to configure Samba 4 as a domain controller with Windows 10, CentOS 7 and CentOS 6 clients.
-
-
Dockerizing Wordpress with Nginx and PHP-FPM on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 26
In this tutorial, I will guide you step-by-step to use docker-compose. We will deploy 'Wordpress' with Nginx, MySQL, and PHP-FPM. Each service has its own container, and we will use images from the docker hub registry. I will show you how to create containers from docker images and manage all containers with docker-compose.
-
How to Install Cerb Collaboration and Email Automation on CentOS 7
Author: Hitesh Jethva • Tags: centos, linux, server, web server • Comments: 2
Cerb is a free and open source web-based application software for collaboration and email automation. It is written in PHP language and uses MySQL/MariaDB as a database. It is used for sending a large number of emails. Here, we will explain how to install Cerb on CentOS 7 server.
-
How to integrate ONLYOFFICE with Nextcloud
Author: Daria • Tags: linux, server • Comments: 7
This tutorial shows you how to integrate the ONLYOFFICE Desktop Editor with Nextcloud by using the Nextcloud ONLYOFFICE integration app. Nextcloud is a fork of the ownCloud project that offers you the ability to run a cloud storage service that you administer and control yourself. ONLYOFFICE is an application to easily create, edit and collaborate on text documents, spreadsheets, and presentations online.
-
How to Install a Production Ready Naemon Monitoring Server
Author: iron_michael86 • Tags: centos, linux, monitoring, server, ubuntu • Comments: 4
Naemon is the new monitoring suite that aims to be fast, stable and innovative while giving you a clear view of the state of your network and applications.This is a replacement for Nagios server and very stable and uses an amazing dashboard called thruk.
-
nginx - 413 Request Entity Too Large
Author: Falko Timme • Tags: errors, linux • Comments: 1
You see the following error in your browser when you try to upload a file through http: 413 Request entity Too Large
-
How to install Apache, PHP 7.1 and MySQL on CentOS 7.3 (LAMP)
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 23
This tutorial shows how you can install an Apache webserver on a CentOS 7 server with PHP (mod_php with PHP 5.4, PHP 7.0, or PHP 7.1) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.
-
How to Install Elastic Stack on Ubuntu 16.04
Author: Muhammad Arul • Tags: centos, desktop, linux, server, ubuntu • Comments: 19
In this tutorial, I will show you how to install and configure Elastic Stack on a single Ubuntu 16.04 server for monitoring server logs and how to install 'Elastic beats' on client PC's with Ubuntu 16.04 and CentOS 7 operating system.