Installing Debian 8 on Vultr

Debian 8 (Jessie) is still in development, therefore it is not yet available in the Vultr control panel. Vultr allows any operating system to be installed from an ISO install... Read more

Use Gitolite To Setup Git Repositories on Debian

This tutorial will show you how to easily and conveniently setup git repositories with Gitolite on Debian Wheezy. For the course of this tutorial, we will assume that you are... Read more

How to Enable TLS 1.3 in Apache on Debian 10

Using a Different System? How to Enable TLS 1.3 in Nginx on Ubuntu 18.04 LTS How to Enable TLS 1.3 in Nginx on FreeBSD 12 How to Enable TLS 1.3... Read more

Setup Cacti on Debian Jessie

Introduction Cacti is an open-source monitoring and graphing tools which is fully based on RRD Data. Through Cacti, you can monitor nearly any type of device such as: Routers. Switches.... Read more

How to Install Osclass on Debian 9

Using a Different System? How to Install Osclass on Ubuntu 18.04 LTS How to Install Osclass on Fedora 28 How to Install Osclass on FreeBSD 12 Are we missing a... Read more

How to Install Anchor CMS on a Debian 9 LAMP VPS

Using a Different System? How to Install Anchor CMS on a CentOS 7 LAMP VPS How to Install Anchor CMS on a Fedora 26 LAMP VPS How to Install Anchor... Read more

How To Configure Snort On Debian

Snort is a free network intrusion detection system (IDS). In less official terms, it lets you to monitor your network for suspicious activity in real time. Currently, Snort has packages... Read more

How to Install GruntJS on Debian 9

GruntJS is a JavaScript task runner written on top of NodeJS. It can be used to automate repetitive tasks for your application like minification, compilation, unit testing, linting and more;... Read more

Setup Subversion (SVN) Repositories on Debian/Ubuntu

Install required packages We are going run SVN under xinetd for low resource usages. apt-get install xinetd subversion Create svn user adduser --system --home /var/svn --disabled-password --disabled-login --group svn Create... Read more

Installing Sponge and Minecraft Forge on Debian 9

Using a Different System? How to Install Forge and Sponge (Minecraft) on a CentOS 6 Server Are we missing a guide for your target system? Request one, or submit your... Read more