Web Setting up Your First Pinia Store in Vue with TypeScript – A Comprehensive Guide 08.08.2023 by Joan Frey Welcome to this blog, we’re going to setup our first Pinia store in a Vue application with typescript support. First, what is Pinia ? From Pinia official website, “Pinia is a store library for Vue, it allows you to share(…)
Database Administration & Monitoring, Database management, MariaDB MariaDB manual Switchover 03.05.2023 by Joan Frey I’m going to explain how to do a manual Switchover in a MariaDB HA setups using master-slave replication. In my example, let’s consider that I’ve a server01 and server02, both running on Ubuntu 20.04. server02 is currently the master, server01(…)
Operating systems NFS mount using Redhat autofs 14.10.2022 by Joan Frey First of all, why would you use autofs over nfs mount in the fstab ? Shares are accessed automatically and transparently when a user tries to access files or directories under the designated mount point of the remote filesystem to(…)
Database Administration & Monitoring How to install a specific version of MariaDB 04.02.2022 by Joan Frey Recently, we had to upgrade a MariaDB server from version 10.5.4 to 10.5.13. Before to do the upgrade on a production server, I wanted to test it on a personal VM. But first, I had to find how to install(…)