Here is a quick and useful tip on how to run a rsync daemon under CentOS 8 with SELinux in Enforcing mode. There are three…
Tag: centos8
Installing single node Elasticsearch 7.16 and Kibana 7.16 behind nginx web server under CentOS 8
This article will show how to install two big software – Elasticsearch to store information and Kibana to visualize the information under CentOS 8. Elasticsearch…
Create and export a GlusterFS volume with NFS-Ganesha in CentOS 8
GlusterFS built-in NFS server supports only NFS version 3. GlusterFS offers NFS exports using NFS-Ganesha, which supports NFS version 3 and 4 protocols. NFS-Ganesha server…
Simple export of a ext4 directory with NFS Ganesha 3.5 server in CentOS 8 with SELinux enforcing
In fact, this article is a continuation of the previous NFS Ganesha article – Simple export of an ext4 directory with NFS Ganesha 3.5 server…
Simple export of a ext4 directory with NFS Ganesha 3.5 server in CentOS 8 without SELinux
NFS Ganesha is a user-mode file sharing server, which supports NFS 3 and 4.x versions and 9P. NFS Ganesha has several interesting plugins that support…
CentOS 8 add a storage driver (megaraid_sas) when booting the installation disk
Installing CentOS 8 in relatively old hardware maybe a real challenge because of an old hardware device like storage, network, or both. This article shows…
Configure Bond (802.3ad LACP) device in CentOS 8 – configuration files
Upgrading to a bond device is a common step when the server exhausts its current network port bandwidth. The hardware setup of the bond example…
Dracut boot failed with missing device – exit and continue normal booting!
This issue deserves a much more article, in fact, a straightforward tip: You may be able to continue a normal boot only by typing “exit”…
rsync daemon in CentOS 8
Apparently, the team behind the CentOS 8 decided to split the rsync functionality to two packages – one for the client-side and for the server-side,…
Technical details of a default CentOS 8.0.1950 minimal installation
This article is for those of you who do not want to install a whole new operating system only to discover some technical details about…