How to Install Apache, MySQL, and PHP on CentOS 6

Introduction LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. This software stack is the most popular open-source solution for the setup of web servers. Since we... Read more

Install Polr on CentOS 8

Using a Different System? Install Polr on Ubuntu 18.04 Are we missing a guide for your target system? Request one, or submit your own! Introduction Polr is a free and... Read more

How to Install Python 2.7 or Python 3.6 and Setup Virtual Environment on CentOS 6

This tutorial will help you install Python 2.7 and Python 3.6, as well as setup Virtualenv on CentOS 6. Virtualenv is a tool to create isolated Python environments which can... Read more

Setup Composer For PHP Dependencies On CentOS 6

Introduction Composer is a popular dependency manager for PHP which can simplify the installation and update of libraries necessary for your project. Nowadays, it’s becoming the de-facto standard in this... Read more

How To Install PowerDNS on CentOS

Introduction In this Vultr tutorial, you’ll learn how to install PowerDNS. PowerDNS is a program for running your own nameservers. It is very useful when combined with Vultr’s DDoS protected... Read more

How to Install dotCMS on CentOS 7

Using a Different System? How to Install dotCMS on Ubuntu 16.04 Are we missing a guide for your target system? Request one, or submit your own! dotCMS is an open... Read more

How to Build Brotli From Source on CentOS 7

Using a Different System? How to Build Brotli From Source on Ubuntu 18.04 LTS How to Build Brotli From Source on Debian 9 How to Build Brotli From Source on... Read more

How to Install MaraDNS on CentOS 6

MaraDNS is a lightweight yet robust open source DNS server program. Compared with other applications of the same kind, like ISC BIND, PowerDNS, and djbdns, MaraDNS is more simple and... Read more

Nginx Redirects For “non-www” Sub-domains To “www”

Introduction When you visit https://vultr.com, you’ll notice it automatically forwards you to its “www” subdomain http://www.vultr.com. This writeup shows you how to setup Nginx to redirect a non-www sub-domain to... Read more

How To Install Squid Proxy on CentOS

Squid is a popular, free Linux program that allows you to create a forwarding web proxy. In this guide, you’ll see how to install Squid on CentOS to turn your... Read more