Setup Autobackup on Linux

Introduction Autobackup is an automated backup system which retrieves data to backup from a remote server and stores it on the server. In our case, we can use a Vultr... Read more

How to Install Nextcloud on Ubuntu 17.04

In this tutorial, you will learn to install the NextCloud software. We will be using Caddy for our web server needs, as it allows easier configuration and simple issuing of... Read more

Nginx Reverse Proxy with Ghost on Ubuntu 14.04

Ghost is a free and open source blogging platform written in node.js, completely customizable and dedicated for publishing. Prepare the server: Update packages, Install Node.js and NPM We’ll demonstrate the... Read more

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

cloc – Count Lines of Code in Many Programming Languages

While working on different projects, sometimes you might be required to provide a report or statistics of your progress, or simply to calculate the value of your code. There is... Read more