MySQL is a relational database management system. It is hugely popular and found in many well-known products like Facebook, YouTube and WordPress, to name a few.
MySQL had its development forked into MariaDB.
MySQL is a relational database management system. It is hugely popular and found in many well-known products like Facebook, YouTube and WordPress, to name a few.
MySQL had its development forked into MariaDB.
NGINX is a web server similar to the Apache HTTP Project. In contrast to the aforementioned Apache project, NGINX has been built for speed. While this initial performance goal remains true, it has since added features that may detract from this objective.
The Apache HTTP Server is a web server full of modules to enable a vast array of features for most use cases.
LXD is primarily a container management tool. It utilizes Linux Containers (LXC) under the hood for containers. More recently it has embraced QEMU/KVM to run virtual machines (VM).
Installing CentOS Linux in a virtual machine with VirtualBox is a straightforward exercise. The exception comes when configuring Guest Editions on the operating system. I find it easiest to use a group install with Yum, before “inserting” the disc for Guest Editions. Using the following two lines in the shell will ensure that the C compiler and kernel are available for installing Guest Editions.
sudo yum groups install 'Development Tools'
sudo yum install kernel-devel-yourLatestVersion
Further guidance is available in the user manual. https://www.virtualbox.org/manual/UserManual.html#externalkernelmodules