Using Mytop to Monitor MySQL Performance

Introduction Mytop is a free console-based tool for monitoring performance of MySQL. It is similar to the “top” utility, but it displays MySQL queries. With mytop, you can instantaneously monitor... Read more

How to Install and Configure miniBB Forum on Ubuntu 16.04

Introduction MiniBB, also known as Mini Bulletin Board, is an open source program used for building your own internet forum. It is written in PHP and specially designed for small... Read more

Install Concrete5 on Ubuntu 16.04

Introduction Concrete5 is an open source content management system (CMS) written in PHP. It has been designed for ease of use and provides a web interface that allows users to... Read more

Install MariaDB on Ubuntu 14.04

Forked from MySQL, MariaDB has been known to be a drop-in replacement that brings enhancements and performance optimizations over MySQL. This tutorial will show you how to install MariaDB onto... Read more

How To Setup a Shoutcast Server on Ubuntu

With a Shoutcast server, you can setup your own audio streams for others to listen. In this guide, I’ll teach you how to setup a Shoutcast server on Ubuntu. Follow... Read more

How to Install and Configure TaskBoard on Ubuntu 16.04

Using a Different System? How to Install and Configure TaskBoard on Debian 9 How to Install and Configure TaskBoard on Ubuntu 18.04 How to Install and Configure TaskBoard on Fedora... Read more

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

How to Install Golang 1.8 on Ubuntu 16.04

Go (Golang) is a modern programming language developed at Google, and focused on simplicity and safety. It has become a popular language used for server-side development. First, you need to... Read more