Boot management can sometimes be a daunting aspect of using Linux systems. However, fear not! With the rise of modern boot managers like systemd-boot, the process has become much more straightforward and efficient. In this blog post, we’ll explore systemd-boot, a popular option that’s gaining traction among Linux enthusiasts. If you’re running Fedora 38 or […]
How to run multiple instances of MySQL on RHEL-based distributions
Sometimes you may need to run multiple instances of MariaDB database server on a single bare metal server, which support is provided with the help of the built-in utility mysqld_multi. In many cases, however, the documentation is not spot-on regarding how to utilize this tool. In this blog post, I will show you how to […]