The default LXC container folder in CentOS (all versions – 7,8, Stream 8 and Stream 9) is /var/lib/lxc, which may resides in the root partition….
Tag: centos 8
Install and use collectd-ping under CentOS 8 to monitor latency
Tracking the network latency of the servers’ network is not an easy job. Most monitoring software is capable to monitor the state of the server,…
MPEG-DASH and ClearKey, CENC drm encryption with Nginx, bento4 and dashjs under CentOS 8
The purpose of this article is to demonstrate a simple and plain example of ClearKey DRM encryption using a DASH stream. Usually, the ClearKey is…
Install newer version of python 3.10 under CentOS 8
At present, the default version of python under CentOS 8 is Python 3.6.8, which is 6 years old. More and more python software needs newer…
How to run QEMU full virtualization with MacVTap networking using NetworkManager under CentOS 8
In addition to the previously presented article on the subject Howto do QEMU full virtualization with MacVTap networking this one shows how to run a…
Create MacVTap device using NetworkManager nmcli under CentOS 8
In continuation of NetworkManager management with nmcli, here is a quick Linux console tip for users like CentOS 8 (or all distributions, which use the…
How to run QEMU full virtualization with bridged networking using NetworkManager under CentOS 8
In addition to the previously presented article on the subject Howto do QEMU full virtualization with bridged networking this one shows how to run a…
rsync server under CentOS 8 with SELinux enabled
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…
Run LXC CentOS 8 container with bridged network under CentOS 8
The LXC container software comes to CentOS 8 with the EPEL 8 repository. LXC is a multiprocesses container, which offers to boot a Linux distribution…
Replace current interface configuration with a bridge device using nmcli (NetworkManager)
This article shows how the primary network interface could be replaced by a bridge device and the network interface becomes a part of the bridge…