CentOS

Setting Up DNS Server On CentOS 7

DNS stands for "Domain Name System", translates hostnames or URLs into IP addresses. For example, if we type www.unixmen.com in the browser, the DNS...

Linux Basics: Create Network Bonding On CentOS 7/6.5

What is Network bonding? Network bonding is a method of combining (joining) two or more network interfaces together into a single interface. It will...

How To Install Zimbra Collaboration Suite 8.6.0 On CentOS 7

Zimbra Collaboration Suite (ZCS) is a groupware product created by Zimbra, Inc. It is widely used in the world. Users can share folders, contacts, schedules...

Install And Configure FTP Server On CentOS 7

vsftpd (Very Secure File Transport Protocol Daemon) is a secure, fast FTP server for Unix/Linux systems. In this how-to article, let us see how...

How To Fix “Device eth0 does not seem to be present,...

I was playing with My Virtualbox today and i tried to clone some Centos Servers. But after this, when starting the eth0, it is...

Setting Up NFS Server And Client On CentOS 7

NFS, stands for Network File System, is a server-client protocol used for sharing files between linux/unix to unix/linux systems. NFS enables you to mount...

Install LAMP Server (Apache, MariaDB, PHP) On CentOS/RHEL/Scientific Linux 7

LAMP is a combination of operating system and open-source software stack. The acronym of LAMP is derived from first letters of Linux, Apache HTTP...

Setup Local Yum Repository On CentOS 7

This tutorial describes how to setup a local Yum repository on CentOS 7 system. Also, the same steps should work on RHEL and Scientific...

How To Install VLC On CentOS 7

VLC media player (commonly known as VLC) is a portable, free and open-source, cross-platform media player and streaming media server written by the VideoLAN...

How To Install Apache Ant, Maven And Tomcat On CentOS 7/6.5

In this tutorial, let me show you how to install Apache siblings such as Ant, Maven, and Tomcat on CentOS 7 and 6.5 server....

How To Configure FreeIPA server On CentOS 7

FreeIPA stands for Free Identity Policy Audit. FreeIPA is a solution for managing users, groups, hosts, services, and much, much more. It uses open source solutions with some Python glue...

Configuring Sendmail SMTP server on CentOS & Scientific Linux

Sendmail is the default SMTP (Simple mail transfer protocol) server installed on CentOS and although it can be slightly more complicated for beginners to...

How To Configure Static IP On CentOS 7

Question: How to switch from Dynamic to static in my CentOS 7? Answer: Before to convert from dynmic to static, please make an copy of resolv.conf under...

How To Install PrestaShop On CentOS 7 Linux

Today, we will learn how we can install Prestashop on our CentOS 7 Linux distribution. Why CentOS? CentOS Linux is a community-supported distribution derived from sources...

How To Install WordPress On CentOS 7 Linux

Today, we will learn how we can install WordPress on our CentOS 7 Linux distribution. Why CentOS? CentOS Linux is a community-supported distribution derived from sources freely...

How To Setup MariaDB Galera Cluster 10.0 On CentOS

MariaDB is a relational database management system (RDBMS) and  MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB. It is available on Linux only, and...

How To Install Moodle 3.0 In CentOS 7

Introduction I believe that most of us are already familiar with Moodle Online e-learning platform, many articles has been published several times on uixmen,  reference...

Setting Up Samba Primary Domain Controller On CentOS 7

In our previous tutorial, we have shown you how to setup a Samba Standalone server. This tutorial describes how to setup Samba Primary Domain...