Linux Tutorials on the topic “server”
-
How to Setup MySQL Master-Master Replication
Author: christensen143 • Tags: linux, mysql, server • Comments: 10
This article consolidates information from several sources into the format I use to setup MySQL Master/Master Replication. The beauty of Linux and open source is that there are many different ways to do this. Please take a look at my references and use them to accommodate any needs you may have.
-
How to Install a LAMP Stack on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse, server, web server • Comments: 5
The LAMP Stack is a collection of open source software installed together on the Linux operating system to get your website and web application running on it. In this tutorial, I will guide you trough the steps to install the LAMP Stack with OpenSUSE Leap 42.1 as the Linux operating system.
-
How to Create a Local Red Hat Repository
Author: christensen143 • Tags: centos, linux, server • Comments: 6
There are many reasons you may want a local Red Hat Enterprise Linux repository. Bandwidth is a major factor as downloading updates from the Internet can be time and bandwidth consuming. Whatever your reason, this tutorial will walk you through the process of getting your local repository setup.
-
-
Server monitoring with Icinga 2 and Icingaweb 2 on CentOS 7
Author: Peter Roth • Tags: centos, linux, server • Comments: 13
Icinga 2 is a scalable OpenSource monitoring software. This tutorial describes the installation of Icinga 2 together with Icingaweb on a CentOS 7 server.
-
How to Install and Configure OpenLiteSpeed with PHP 7 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 4
OpenLiteSpeed is a high performance and lightweight HTTP server which comes with a Web Gui administration interface. In this tutorial, I will guide you trough the installation and configuration of openLiteSpeed and PHP 7 on CentOS 7.
-
How to install Rundeck on a Debian 8 (Jessie) server
Author: Fernand CLERC • Tags: debian, linux, server • Comments: 2
Rundeck allows you to run commands/scripts on a remote computer. In this tutorial, I will deal with Linux servers : Debian for rundeck server and Debian/ubuntu for the remote computers. This tutorial shows the steps to install and configure a rundeck server.
-
Replicating a master database using MariaDB 10 on Debian 8
Author: Neil Golden • Tags: debian, linux, mysql, server • Comments: 1
Replicating databases creates redundancy which can protect against data loss, and permit optimized performance for applications. This tutorial will cover the basics of replicating an existing MariaDB 10.0 master database to one or more slaves. In the following examples, the host operating system is Debian 8.
-
How to setup HAProxy as Load Balancer for Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, high-availability, linux, nginx, server • Comments: 14
HAProxy or High Availability Proxy is an open source TCP and HTTP load balancer and proxy server software. In this tutorial, I will guide you trough the HAProxy installation and configuration for 3 servers, one load balancer, and two Nginx web servers. We will install HAProxy on a single server and then install Nginx web server on the other servers. HAProxy acts as a load balancer for the Nginx web servers.
-
Run your own cloud: Installing OwnCloud 9 on Debian 8
Author: Neil Golden • Tags: debian, linux, server, storage, web server • Comments: 20
OwnCloud offers you the ability to run a cloud storage service that you administer and control yourself. The latest version, ownCloud 9.0, was released on March 8. Let's look at the process of installing ownCloud 9.0 on a system running Debian Jessie.
-
High-Availability Storage with GlusterFS on Debian 8 - Mirror across two storage servers
Author: Till Brehm • Tags: debian, high-availability, linux, server, storage • Comments: 12
This tutorial shows how to set up a high-availability storage with two storage servers (Debian Jessie) that uses GlusterFS. Each storage server will be a mirror of the other storage server, and files will be replicated automatically across both storage nodes. The client system (Debian 8 as well) will be able to access the storage as if it was a local filesystem.