Uploaded September 2022 | Updated September 2026, 2 weeks ago
Learn "How To Install Haskell Platform & Write Your First Haskell Program on Ubuntu 20.04 LTS"
Haskell is a general purpose, purely functional programming language which has been around for quite sometime. The Haskell Platform is a collection of software packages, tools and libraries that create a common platform for using and developing applications in Haskell. The best and recommended way to start with Haskell Programming is through Haskell Platform.
haskell.org/documentation
Learn "How To Install Haskell Platform & Write Your First Haskell Program on Ubuntu 20.04 LTS"
Haskell is a general purpose, purely functional programming language which has been around for quite sometime. The Haskell Platform is a collection of software packages, tools and libraries that create a common platform for using and developing applications in Haskell. The best and recommended way to start with Haskell Programming is through Haskell Platform.
haskell.org/documentation










![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)