About 122 results
Open links in new tab
  1. Chapter 5. installing CentOS 7 - linux-training.be

    We start by downloading an image from the internet and install CentOS 7 as a virtual machine in Virtualbox. We will also do some basic configuration of this new machine like setting an ip address …

  2. Installing Docker engine on CentOS 7 | Kinamo

    The cloud server we will use for this article is an empty, base CentOS 7 cloud server, as you can order at Kinamo. On this machine we will install Docker engine, allowing you to run a docker image …

  3. Install and use CentOS 7 or RHEL 7 as KVM virtualization host

    Update for CentOS 8 and RHEL 8 I have completely rewritten this article for CentOS 8 and RHEL 8 in the following post: Install and use CentOS 8 or RHEL 8 as KVM virtualization host If you’re looking …

  4. Installing bareos on Centos 7 - SvennD

    Mar 10, 2017 · Installation on Centos 7 is a blast. However due to the many moving parts, its good to keep your head in the game. First start with adding the epel repository : yum install epel-release yum …

  5. Configure two network cards in a different subnet on RHEL 6 ...

    Since RHEL 6 (and CentOS 6), asymmetric routing doesn’t work anymore out of the box. The cause of the issue is a change in the default value for kernel parameter rp_filter.

  6. Enable or Disable Service At Boot on CentOS 7 - ttias

    Aug 8, 2015 · This post will show you how to enable or disable a service to start on boot, on a RHEL or CentOS 7.

  7. how to setup Nginx, php-fpm on Centos 7 - SvennD

    Mar 17, 2017 · There are two options to install MariaDB, either from the Centos/RHEL repo’s or a newer version from MariaDB ’s repo helper. For simplicity I use the Centos, MariaDB 5.5.52 version.