Linux Tutorials on the topic “server”
-
How to Install Gitlab with PostgreSQL and Nginx on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 5
Gitlab is a web-based git repository management application written on Ruby. It is similar to GitHub and includes features like a project wiki and issue tracking system. In this tutorial, I will guide you step by step trough the installation of Gitlab CE with PostgreSQL as the database system, and Nginx as the web server on Ubuntu 15.04 version. We will use Ruby version 2.x.x, gitlab stable version 8.x.
-
How to install Nginx as Reverse Proxy for Apache on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 9
Nginx or - engine-x - is a high-performance web server with low memory usage, created by Igor Sysoev in 2002. Nginx is not just a web server, it can be used as a reverse proxy for many protocols like HTTP, HTTPS, POP3, SMTP, and IMAP and as a load balancer and HTTP cache as well. In this tutorial, I will install and configure Nginx as caching reverse proxy for an Apache web server on Ubuntu 15.10.
-
How to Install Ghost Blog Software with Apache and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 15.10.
-
-
How to install a Ubuntu 15.10 (Wily Werewolf) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of a Ubuntu 15.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 15.10 that can be used as basis for our other Ubuntu 15.10 tutorials here at howtoforge like our perfect server guides.
-
How to Install Nginx with ModSecurity on Ubuntu 15.04
Author: Muhammad Arul • Tags: nginx, server, ubuntu, web server • Comments: 14
In this tutorial, I will show you how to install mod_security for the fast Nginx web server on Ubuntu 15.04. I will configure ModSecurity as a standalone module and then build Nginx from source to include ModSecurity.
-
How to install a Media Center with OSMC and CentOS on a Raspberry Pi 2
Author: David Duarte • Tags: centos, server • Comments: 2
The evolution of technology and new advances in the field of entertainment have brought us small and low priced computer systems with low power consumption like the Raspberry Pi that are perfectly suited for a home media center. In this tutorial, I will install the OSMC Media Center software on a card Raspberry Pi 2.
-
How to build a custom Linux distribution using SUSE Studio
Author: Bill Toulas • Tags: desktop, opensuse, server, suse • Comments: 1
Although there are countless different GNU/Linux distributions out there for people to choose from, you may not find exactly what you're looking for and that is perfectly normal. In this tutorial, we will explore how to use SUSE Studio to generate a highly tailored Linux system based on the latest openSUSE.
-
Setting up Unison File Synchronization between two Servers on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, high-availability, server, storage • Comments: 10
This tutorial shows how to set up file synchronization between two Debian 8 servers with Unison. Unison is a file-synchronization tool similar to rsync, the big difference is that it tracks/synchronizes changes in both directions, i.e., files changed on Server 1 will be replicated to Server 2 and vice versa.
-
RoundCube webmail installation on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, linux, server • Comments: 68
This tutorial shows the installation of the latest RoundCube webmail on Debian 8. Roundcube is an easy to use webmail client with IMAP and SMTP support that can be extended with plugins. This tutorial contains an optional chapter that describes the steps to connect RoundCube with the ISPConfig 3 Hosting Control Panel.
-
Build an IRC Server with IRCD-Hybrid and Anope on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 3
This tutorial shows the installation of an IRC server with IRCD-Hybrid and Anope on Ubuntu 15.04 and how to secure the IRC connections with SSL.