Installing Plex Media Server on CentOS 7

Plex is a media server that allows you to stream music, home videos, and more to your devices. This article will guide you through the installation of Plex on your... Read more

How to Setup a GitHub Style Wiki Using Gollum on CentOS 7

Gollum is the Git-based wiki software used as the backend of the GitHub Wiki. Deploying Gollum will allow you to host a GitHub-like Wiki system on your server. Interested? Great!... Read more

Enable SSH Login Notification on Linux

Is your Linux server accessed by multiple users? If so, consider adding an SSH login notification whenever someone logs in. The examples below send an email when someone logs into... Read more

Simple Mailserver With Postfix, Dovecot, And Sieve On CentOS 7

This tutorial will show you how to get a simple mailserver on CentOS 7, with Postfix as MTA, Dovecot as MDA and Sieve for sorting mail – all over an... Read more

How To Use Mosh on CentOS for Remote Server Administration

Using a Different System? How to Use Mosh on CentOS 7 for Remote Server Administration Are we missing a guide for your target system? Request one, or submit your own!... Read more

Building a LAMP Stack on CentOS 6

Compiling your own LAMP stack allows you to use the latest versions of Apache, MySQL, and PHP. Using the CentOS 6 package manager, you receive Apache 2.2, MySQL 5.1, and... Read more

How to Install RainLoop Webmail on CentOS 7

Using a Different System? How to Install RainLoop Webmail on Ubuntu 16.04 How to Install RainLoop Webmail on Debian 9 How to Install RainLoop Webmail on Fedora 28 How to... Read more

How To Change SSH Port On CoreOS

Changing your SSH port can help prevent security issues. In this guide, you’ll learn how to can change the SSH port on CoreOS. Step 1: Changing the SSH port We... Read more

How to Install Ventrilo as a Service on CentOS 6

Introduction In this tutorial, we’ll be installing Ventrilo on CentOS 6 x64. Prerequisites A CentOS 6 system, with more than 768 megabytes of RAM. Installation Step one – retrieving the... Read more

How to Install SaltStack on CentOS 7

SaltStack, or Salt, is a popular open source configuration management solution which can be used to implement remote execution, configuration management, code deployment and much more. Salt can manage tens... Read more