Uploaded February 2022 | Updated September 2026, 2 weeks ago
in This Tutorial you will Learn " How To Install Linux Kernel 5.16 on Rocky Linux 8"
Linux Kernel is a free and open source, monolithic, modular, multitasking unix-like operating system. It is the main component of a Linux operating system and is the core interface between the computer’s hardware and its processes. It makes communication possible between computer hardware and processes running on it and it manages resources effectively.
Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.
Code - quicknotepadtutorial.blogspot.com/2022/02/how-to-install-linux-kernel-516-on.html
in This Tutorial you will Learn " How To Install Linux Kernel 5.16 on Rocky Linux 8"
Linux Kernel is a free and open source, monolithic, modular, multitasking unix-like operating system. It is the main component of a Linux operating system and is the core interface between the computer’s hardware and its processes. It makes communication possible between computer hardware and processes running on it and it manages resources effectively.
Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®.
Code - quicknotepadtutorial.blogspot.com/2022/02/how-to-install-linux-kernel-516-on.html







![How To Install MariaDB on Rocky Linux 8
in This Tutorial you Will Learn How To Install MariaDB on Rocky Linux 8
MariaDB Server is one of the most popular open source relational databases. | Offcial website - https://mariadb.org/
cat /etc/system-release ; dnf groupinstall Development Tools -y
dnf makecache ; dnf module -y install mariadb:10.3
systemctl enable now mariadb ; systemctl start mariadb
mysql_secure_installation
nano /etc/my.cnf.d/charaset.cnf
[mysqld]
character-set-server = utf8mb4
[client]
default-character-set = utf8mb4
firewall-cmd add-service=mysql permanent ; firewall-cmd reload
systemctl restart mariadb
Code - https://quicknotepadtutorial.blogspot.com/2022/02/how-to-install-mariadb-on-rocky-linux-8.html How To Install MariaDB on Rocky Linux 8](https://i.ytimg.com/vi/kjF5fbFtZgU/mqdefault.jpg)


