How To Install and Use Composer on CentOS 7
Jun 6, 2019

How to Install and Use PHP Composer on CentOS 7

Composer is a dependency manager for PHP. Composer will pull in all the required PHP packages your project depends on and manage them for you. In this tutorial, we will go through the steps of installing and using Composer on a CentOS 7 machine.

Install and Use Docker Compose on CentOS 7
Jun 6, 2019

How to Install and Use Docker Compose on CentOS 7

Docker Compose is a tool that allows you to define and run multi-container Docker applications. With Compose, you define the application's services, networks and volumes in a single YAML file, then spin your application with a single command.

Install VLC on CentOS 7
May 22, 2019

How to Install VLC Media Player on CentOS 7

VLC is a popular open-source multimedia player and streaming media server. It is cross-platform and can play virtually all multimedia files as well as DVDs, Audio CDs, and different streaming protocols. This tutorial describes how to install VLC media player on CentOS 7.

Install Minecraft Server on CentOS 7
May 20, 2019

How to Install Minecraft Server on CentOS 7

In this tutorial, we'll go through the steps necessary to install and configure Minecraft Server on CentOS 7. We'll use systemd to run the Minecraft server and the mcrcon utility for connecting to the running instance.

May 19, 2019

How to Install Memcached on CentOS 7

May 8, 2019

How to Install TensorFlow on CentOS 7

May 7, 2019

How to Install Slack on CentOS 7

May 4, 2019

Configure Automatic Updates with yum-cron on CentOS 7

Apr 29, 2019

How to Install Flask on CentOS 7

Apr 11, 2019

How to Install CouchDB on CentOS 7