Found 30 results

Install PHP 7 on CentOS 7 using REMI repo

Install PHP 7 on CentOS 7 using REMI repository is our next short tutorial where we will show you briefly how to install PHP 7 (php-fpm) on CentOS 7. It is true that by using container technologies like Docker for this particular task would be indeed more easy and handy for most of us but maybe from time to time we have to install PHP manually, maybe for a specific project on one of our servers or maybe just for fun. No worries we will be covering PHP 7 (php-fpm) setup on Docker in another tutorial shortly but for now […]

Category: General | Published: 14/05/2019 | Updated: 07/08/2019

Install MySQL 8 on CentOS 7

How to install MySQL 8 on CentOS 7 is our next quick tutorial where we will learn in just a few easy steps how to install and test latest MySQL 8 available – as of today – from Oracle on a CentOS 7 server by using only our terminal window. These days most of modern companies are using Cloud managed services for their databases, some of these with fancy names, different functions, speeds and sizes but sometimes we may have no other choice than to use the classic MySQL. Depending on the project requirements we may have to perform these […]

Category: General | Published: | Updated: 19/07/2019

Install latest NGiNX on CentOS 7

In this short tutorial we will learn how to install latest NGiNX version on CentOS 7. In an era of containers and all fancy technologies we have to admit that from time to time we need to look and even go back to the basics and install ourselves, manually services like NGiNX for example. NGiNX is a great web server software being able to perform very well as reverse proxy, load balancer and even as ingress router for container technologies. Indeed the free version of NGiNX may not have all capabilities as the commercial one but still plenty of nice […]

Category: General | Published: | Updated: 30/05/2019

Install Python from Source

Python is one of the most used programming language and in this tutorial we will show you how to install Python from source on a CentOS 7 operating system. We can safely say that Python, conceived in the late 1980s by Guido van Rossum, comes these days preinstalled on most Linux distributions. If it is not there by default then we can always install it, for example on CentOS we can get Python using yum utility but as we know that will not be the latest Python version available. We may have a new project that requires to be built […]

Category: General | Published: 09/04/2019 | Updated: 28/05/2019

Install vips, vips-tools and vips-devel (libvips) on CentOS 7

In this tutorial we will talk about how to install vips, vips-tools and vips-devel (libvips) on CentOS 7. These packages can be required for various reasons like for example during installation of some NodeJS packages like GraphQL. Vips tools and development packages can be easily obtained and installed from Remi repo, unfortunately by default these packages are not present on CentOS repos. So let’s start our short step by step tutorial tutorial about installing Vips on CentOS 7. Table of contents Install Epel repo Install yum-utils Install and enable Remi repo Install vips (libvips) Install Epel repo On our very […]

Category: General | Published: 06/04/2019 | Updated: 23/04/2019

How to install Elasticsearch 2.4 and OpenResty on CentOS 7

In this tutorial we’ll explain how to install and configure a three node Elasticsearch 2.4 cluster on CentOS 7. Also, we’ll learn how to install OpenResty that will provide a layer of security for our Elasticsearch cluster, Elasticsearch-HQ that will give us some nice metrics, Kopf plugin and of course Kibana. Why ES 2.4? Well it’s complicated but lets say we’ve choose 2.4 just because this particular version isn’t supported anymore by Elastic and some of you may be “forced” to use this version for a while until you redesign your software to comply with a newer version in terms […]

Category: Security | Published: 18/04/2018 | Updated: 05/11/2018