Installing Node.js From Source on Ubuntu 14.04

Install build tools Several tools will be needed. Run the following command: apt-get install make g++ libssl-dev git Download Node.js source It is recommended to download the source from the... Read more

How To Add a DNS Zone in cPanel/WHM

cPanel/WHM is very efficient when it comes to DNS management. You can setup a DNS zone with just a few clicks. When a website is created in WHM, a DNS... Read more

How to Install CFEngine on Ubuntu 16.04

Introduction CFEngine is a free and open source configuration management system that provides a framework for automatically managing an IT infrastructure. It is possible to automate configuration and maintenance of... Read more

Automated Install Ghost With Nginx as Reverse Proxy on Ubuntu 14.04 LTS

Introduction Ghost is a free and open source blogging platform written in node.js, completely customizable and dedicated for publishing. By putting the script provided below to Vultr’s Startup Script, you... Read more

Install Rancher OS via iPXE

Rancher OS is a very lightweight Linux distribution built around Docker. The OS itself weighs in around 20MB. This tutorial will get you up and running with a persistent Rancher... Read more

How to Setup a Tekkit Classic Server on Ubuntu 16.10

Using a Different System? How to Install a Tekkit Classic Server on CentOS 6/7 Are we missing a guide for your target system? Request one, or submit your own! What... Read more

Using Logrotate To Manage Log Files

Introduction Logrotate is a Linux utility that simplifies the administration of log files. It typically runs once a day via a cron job, and manages logs based on customized rules/settings... Read more

Setup a Symfony 3 Application on Linux

Introduction Symfony is one of the most popular PHP frameworks that can be used to develop your own applications easily and rapidly. Featuring an assortment of decoupled and reusable components... Read more

How to Install PhantomJS on Ubuntu 16.04

Introduction PhantomJS is a scripted, headless browser that can be used for automating web page interaction. PhantomJS is a free, open source and distributed under the BSD license. PhantomJS is... Read more

Generate ECC Certificate on Ubuntu 14.04

Elliptic Curve Cryptography (ECC for short) is an asymmetric key pair that is used for encryption and decryption of data. ECC offers a few advantages over RSA. ECC keys are... Read more