Browsing category

Linux

How To Setup a Chef 12 on CentOS 7 / RHEL 7

Chef is a powerful configuration management utility that turns infrastructure into code. With the Chef users can easily manage, configure and deploy the resources across the network from the centralized location irrespective of the environment (cloud, on-premises, or hybrid). This post will help you to setup a chef 12 on CentOS 7 / RHEL 7 […]

How to migrate local users to LDAP accounts

  This article is all about how to migrate local users to LDAP accounts; you can also check out configuring LDAP on CentOS 7 / RHEL 7. This should also work on other flavors of Linux operating systems. Below are the LDAP domain details. Domain: itzgeek.local Admin: ldapadm OU: People, Group Server Name: server.itzgeek.local IP […]

Install ownCloud 10 on Ubuntu 16.04 / 14.04 / Debian 9 / 8

ownCloud is an open-source (commercial version also available) web suite that provides cloud storage over the network. The data can be uploaded/downloaded via browser or through the software clients available free for download. ownCloud is based on PHP, and you can run this on all platforms that meet requirements. It offers almost all possibility of […]

Install WordPress + Apache, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler designed to run applications that are written in PHP and Hack language. Facebook use HHVM to serve billions of web requests per day and is faster than traditional PHP engine. This article describes the steps to install WordPress with Apache, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are the topics […]

Install and Configure GlusterFS on Ubuntu 16.04 / Debian 8

In the technology world, it is always crucial to keep the data highly available to ensure it is accessible to the application/user. High availability is achieved here by distributing the data across the multiple volumes/nodes. Client machines/users can access the storage as like local storage. Whenever the user creates data on the Gluster storage, the […]