HowtoForge provides user-friendly Linux tutorials.
-
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 Save Traffic With nginx's HttpGzipModule on Debian Jessie
Author: Falko Timme • Tags: debian, nginx, web server • Comments: 0
In this tutorial, I will describe how to configure HttpGzipModule on a nginx web server (on Debian 8). HttpGzipModule allows nginx to compress files and deliver them to clients (e.g. browsers) that can handle compressed content which most modern browsers do. With HttpGzipModule, you can compress HTML, CSS, Javascript, text or XML files to approx. 20 - 30% of their original sizes, thus saving you server traffic and making your modem users happier.
-
-
How to Install osTicket with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu, web server • Comments: 18
In this tutorial, I will show you step by step to install and configure osTicket on Ubuntu 16.04. OsTicket is an open source support ticket system based on PHP. It's a simple and lightweight support ticket system, designed to be easy to use and easy to install.
-
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
-
The Perfect Server - Debian 8.4 Jessie (Apache2, BIND, Dovecot, ISPConfig 3.1)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, web server • Comments: 129
This tutorial shows how to prepare a Debian Jessie server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1. The web hosting control panel ISPConfig 3 allows you to configure the following services through a web browser: Apache web server, Postfix mail server, Dovecot IMAP/POP3 server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
The Perfect Server - Debian 8.6 (nginx, BIND, Dovecot, ISPConfig 3.1)
Author: Till Brehm • Tags: control panels, debian, ispconfig, nginx, web server • Comments: 59
This tutorial shows how to prepare a Debian 8 (Jessie) server (with nginx, BIND, Dovecot) for the installation of ISPConfig, and how to install ISPConfig 3.1. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers nginx (instead of Apache), BIND as DNS server, and Dovecot (instead of Courier).