HowtoForge provides user-friendly Linux tutorials.
-
How to Install Nginx, PHP and MySQL (LEMP Stack) on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, nginx, opensuse, server, suse, web server • Comments: 2
LEMP or Linux, Engine-x, MySQL, and PHP is a collection of software installed on the Linux operating system to get your PHP based web applications up and running on the fast Nginx web server. In this tutorial, I will show you how to install Nginx, MariaDB, and PHP-FPM on openSUSE leap 42.1. Then I will configure the OpenSUSE firewall with SuSEfirewall2 to allow access to the Nginx web server and show you how you can add a new virtual host configuration on the Nginx web server.
-
PSAD installation and configuration on Debian 8 (Jessie)
Author: Ahmad • Tags: debian, linux, security, server • Comments: 2
In this tutorial, I will show you the installation and configuration of the PSAD (Port Scan Attack Detection) tool on Debian 8 (Jessie). PSAD provides intrusion detection and log-analysis with IPtables (Linux firewall).
-
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.
-
OpenSUSE Administation with Zypper
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 1
This tutorial shows the steps to install and update OpenSUSE packages with Zypper. Zypper is the command line package manager for openSUSE, introduced in openSUSE 10.2 which uses the libzypp library. Zypper provides a command line interface to manage repositories, the software installation, packages, patches, verifying dependencies etc.
-
How to Install an OpenSUSE Leap 42.1 KDE Desktop
Author: Muhammad Arul • Tags: linux, opensuse • Comments: 0
OpenSUSE Leap is a new type and a new version of OpenSUSE. It is a hybrid Linux distribution that uses the source code of SUSE Linux Enterprise(SLE) to provide a higher stability and reliability then otLinuxinux distributions. In this tutorial, I will guide you trough the OpenSUSe leap installation. I will install OpenSUSE leap with KDE Plasma 5 as the desktop environment.
-
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.
-
Installing a Web, Email & MySQL Database Cluster on Debian 8.4 Jessie with ISPConfig 3.1
Author: Florian Schaal • Tags: control panels, debian, email, ispconfig, mysql, web server • Comments: 56
This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 8 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers, Unison will be used to Sync the /var/www (websites) and the Mails will be synced with Dovecot.
-
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.