2018

SYS: Manage repositories.

less than 1 minute read

It is perfectly possible to point at several software repositories at the same time. To better deal with this situation, you need to use the yum repolist an...

SYS: Configure a remote repository.

less than 1 minute read

To configure an access to a remote repository, create the /etc/yum.repos.d/remote.repo file and add the following lines:

Back to top ↑

2017

Install PHP 7 on CentOS 7 and 6

2 minute read

This guide will help you install or upgrade PHP 7 on your webserver. It involves adding fedora epel repositories so that you can use “yum” to install packag...

Back to top ↑