LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support for a wide selection of storage backends and network types. It also provides the option of installing the
Rocky Linux - DesignLinux
How to Install Google Chrome in RedHat-Based Linux Distros
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 92 on 16 August 2021. The actual version is 92.0.4515.159 for Linux and Mac OS X/Windows operating systems. This new Chrome version is bundled with a number of exciting fixes, features, and improvements. In
How to Install MySQL 8.0 on Rocky Linux 8
Written in C, MySQL is an open-source, cross-platform, and one of the most widely used Relational Database Management Systems (RDMS). It’s an integral part of the LAMP stack and is a popular database management system in web hosting, data analytics, and eCommerce applications to mention a few. The current stable release is MySQL 8.0.25 and
How to Install Docker on Rocky Linux and AlmaLinux
Docker is a hugely popular containerization platform tool that allows users to develop, test and deploy applications in a smooth and efficient manner inside containers. A container is a lightweight and portable unit that runs in complete isolation from the underlying operating system. It packages the application’s source code, alongside its libraries, dependencies, and configuration.
Secure Apache with Let’s Encrypt Certificate on Rocky Linux
In our previous guide, we walked you through the installation of the LAMP stack on Rocky Linux and further proceeded to configure Apache virtual hosts in case you need to host multiple websites on a single server. But it doesn’t just end there. Website security is now one of the greatest concerns across most organizations
How to Install MongoDB on Rocky Linux and AlmaLinux
MongoDB is a high-performance, highly scalable document-oriented NoSQL database that is designed to handle high traffic and huge volumes of data. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. Thanks to its schema-less
How to Configure Apache Virtual Hosts on Rocky Linux
This is an optional step intended only for those who wish to host multiple sites on the same server. So far, our LAMP setup can only host one site. If you wish to host multiple sites, then you need to set up or configure virtual host files. Apache virtual host files encapsulate the configurations of
How to Install Java 16 in Rocky Linux and AlmaLinux
Java is a cross-platform, object-oriented, and multipurpose programming language that is primarily used for creating mobile, web, and cloud applications. Additionally, you can use Java to create games, chatbots, enterprise applications, and a whole lot more. To develop Java applications, you need to install an IDE (Integrated Development Environment). IntelliJ IDEA is a perfect example
How to Install MariaDB Server on Rocky Linux 8
MariaDB is a free and community-developed relational database system that is a compatible drop-in replacement for the hugely popular MySQL database management system. It was forked from MySQL after the original developers of MySQL expressed their misgivings with the acquisition of MySQL by Oracle. Since then, MariaDB is guaranteed to remain free and open source
How to Install LAMP Stack on Rocky Linux 8
LAMP is a popular stack used in development circles for hosting both static and dynamic web applications. It’s an acronym for Linux, Apache, MySQL (or MariaDB) & PHP. Notably, it comprises the Apache web server, MySQL or MariaDB database server, and PHP. [ You might also like: How to Install LEMP Stack on Rocky Linux