🚀 How to Install #Roundcube on Rocky Linux #VPS (5 Minute Quick-Start Guide)

This article explains how to install Roundcube on Rocky Linux VPS.
What is Roundcube?
Roundcube is a free, open-source webmail application—a browser-based email client you host on your own server. It provides a modern, Gmail-like UI on top of your existing IMAP/SMTP mail server (e.g., ...
Continued 👉 https://blog.radwebhosting.com/install-roundcube-on-rocky-linux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosted #rockylinux #selfhosting #apache #certbot #mariadb #phpfpm #letsencrypt

🚀 Deploy #Virtualmin on #AlmaLinux #VPS (5 Minute Quick-Start Guide)

This article provides a how-to guide to deploy Virtualmin on AlmaLinux VPS.
What is Virtualmin?
Virtualmin is a powerful open-source web hosting control panel built on top of Webmin.

It supports:

Multi-domain virtual hosting
Apache or Nginx
PHP ...
Continued 👉 https://blog.radwebhosting.com/deploy-virtualmin-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #dovecot #selfhosted #mariadb #selfhosting #certbot #controlpanel #spamassassin #bind #letsencrypt #postfix #clamav #phpfpm

Dealing with caching_sha2_password as authentication method in MariaDB Server
MariaDB Server supports different authentication methods just like MySQL.

Depending on your installation, the number of available and active authentication plugins can vary.

But you should always have those 3 by default:

MariaDB > select plugin_name from information_schema.plugins

https://lefred.be/content/dealing-with-caching_sha2_password-as-authentication-method-in-mariadb-server/
#MariaDB

Have you ever used the #MariaDB CONNECT storage engine?

CONNECT lets MariaDB query external data sources — such as CSV, JSON, XML files, ODBC/JDBC sources, and remote tables — as if they were regular SQL tables. It can be useful for integrations, reporting, migration work, and lightweight ETL.

We are running a quick poll to learn how people use it, or why they don’t.

Please take a minute to participate and share your experience 👇 https://mariadb.org/poll-connect-engine-survey/

Automating Hermitage to see how transactions differ in MySQL and MariaDB

https://theconsensus.dev/p/2026/05/02/automating-hermitage.html

#mariadb

Automating Hermitage to see how transactions differ in MySQL and MariaDB - The Consensus

🚀 Deploy #Virtualmin on #AlmaLinux #VPS (5 Minute Quick-Start Guide)

This article provides a how-to guide to deploy Virtualmin on AlmaLinux VPS.
What is Virtualmin?
Virtualmin is a powerful open-source web hosting control panel built on top of Webmin.

It supports:

Multi-domain virtual hosting
Apache or Nginx
PHP ...
Continued 👉 https://blog.radwebhosting.com/deploy-virtualmin-on-almalinux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #mariadb #phpfpm #letsencrypt #spamassassin #certbot #controlpanel #postfix #selfhosted #bind #dovecot #clamav

We reached the final post of our series about extending MariaDB with a new data type using the Type_handler framework. Let's have a look at the limitations & workarounds. 🦭🧩 https://mariadb.org/adding-a-new-data-type-to-mariadb-with-type_handler-part-5/ #mariadb #plugin

Ubuntu 26.04 has been released! MariaDB is now in the 'main' archive, which for Ubuntu users and Canonical customers means that MariaDB is an officially supported core component of the OS, rather than just an extra option. Latest version also features an Ubuntu-tailored security like custom AppArmor profile for MariaDB and a hardened systemd service. 🐧🛡️

https://documentation.ubuntu.com/release-notes/26.04/changes-since-previous-interim/#mariadb-is-fully-supported

#Ubuntu #MariaDB

Ubuntu 26.04 LTS changes since 25.10

If you’re upgrading to Ubuntu 26.04 LTS from the previous interim release, Ubuntu 25.10 (Questing Quokka), the following changes apply to you. New features and improvements: Desktop features: GNOME...

Ubuntu release notes
Sarò a Roma il 27 maggio per parlarti di MariaDB 🦭 🏟️ 🇮🇹 https://shorturl.at/yLXP0 #mariadb #event

Adding a New Data Type to MariaDB with Type_handler – Part 3
In the previous article, we wrote, compiled, and tested our first custom data type for MariaDB using the Type_handler framework.

But currently, aside from allowing the use of its new name (MONEY) and listing it in the metadata, our new data type behaves exactly like a DOUBLE, the class it inherits from.

In
https://lefred.be/content/adding-a-new-data-type-to-mariadb-with-type_handler-part-3/
#DataType #MariaDB #Plugins