Lately, dedicated servers come with Remote management consoles like IPMI KVM or iLO, or DRAC, but they are still slow to initiate the process of…
Tag: centos
lxc_attach_run_shell: 1333 Permission denied – failed to exec shell
An annoying error when using the LXC container tools like lxc-attach, which is really simple to fix. This error just reports the bash shell in…
DNF install and conflicting requests – nothing provides module(platform:el8) needed by module
Here there are broken modules in the DNF package manager. It was a result of an upgrade, but it may occur if some unofficial repositories…
Run LXC Ubuntu 22.04 LTS container with bridged network under CentOS Stream 9
In continuation of the previous article Run LXC CentOS Stream 9 container with bridged network under CentOS Stream 9, this time the LXC container will…
Run LXC CentOS Stream 9 container with bridged network under CentOS Stream 9
In continue of the previous article with CentOS 8 – Run LXC CentOS 8 container with bridged network under CentOS 8, here is an updated…
Install CentOS Stream 9 Workstation (Gnome GUI)
This is the latest CentOS version with a graphical interface Gnome for a workstation. If you are a developer or just a Linux user, which…
Software comparison Ubuntu server 22.04 LTS vs CentOS Stream 9 head-to-head
The following article compares two different and very popular for servers Linux distros with Ubuntu Server 22.04 LTS (Jammy) and CentOS Stream 9. These are…
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…
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…
libelf was not found in the pkg-config search path
Building from source under CentOS the user may stumble on some compilation errors and most of them are for missing -devel packages. Here is such…