Posts in "English"

MariaDB Master Slave Installation and Configuration on Linux Debian 12 Bookworm

MariaDB is an open-source relational database management system (RDBMS) that emerged as a fork of MySQL after concerns over its acquisition by Oracle. Developed by the original creators of MySQL, MariaDB retains compatibility with MySQL while offering additional features and enhancements. It supports ACID-compliant transactions, is known for its performance and scalability, and is widely… Continue reading

How to setup Docker and run Docker Compose for Managing multi-container on Debian 12 Bookworm

Part 1, Install Docker and Docker Compose Here’s a step-by-step guide to install Docker and Docker Compose on Debian 12 Bookworm Step 1: Update System Packages Ensure your system packages are up to date before starting the installation. Step 2: Install Required Dependencies Install packages that allow apt to use HTTPS and required tools for… Continue reading

How to Create a .ppk Key from an Existing RSA OpenSSH Key Using Xshell

When managing secure SSH connections, different applications often require different key formats. While Xshell, a powerful terminal emulator, is fully compatible with OpenSSH key files, other applications like HeidiSQL often require a .ppk key for authentication. If you have an RSA OpenSSH key and need to use it with an application that requires a .ppk… Continue reading

Mount Azure Blob Storage On Debian 11 or Debian 12 Using BlobFuse

Linux versions of many Microsoft software products are supported and are available through the “Linux Software Repository for Microsoft Products” at https://packages.microsoft.com. Unfortunately, the BlobFuse installation via the apt package repository for Microsoft products is not available for Debian. It’s unclear why this significant omission occurred—leaving Debian out of the loop. Below are steps tailored… Continue reading