Install and Configuration Koha 24.05 on Ubuntu 24.04 LTS | Step-by-Step Guide

Install and Configuration Koha 24.05 on Ubuntu 24.04 LTS | Step-by-Step Guide

Chirag's Technology Tutorial ********************************************************************************* * Install and Configuration Koha 24.05 on Ubuntu 24.04 LTS | Step-by-Step Guide * ********************************************************************************* https://youtu.be/8Y3P1mHtyDA To install the Koha library system with a MySQL database on…
Installing Graylog on CentOS Stream 9 with Java Version 11, Elasticsearch Version 7, MongoDB Version 6, and Graylog Version 6 itself, Configure including retrieving logs from Ubuntu 24.04 LTS and Windows Server 2022

Installing Graylog on CentOS Stream 9 with Java Version 11, Elasticsearch Version 7, MongoDB Version 6, and Graylog Version 6 itself, Configure including retrieving logs from Ubuntu 24.04 LTS and Windows Server 2022

inchirags@gmail.com Technology Tutorial https://www.chirags.in Installing Graylog on CentOS Stream 9 with Java Version 11, Elasticsearch Version 7, MongoDB Version 6, and Graylog Version 6 itself, Configure including retrieving logs from…
Install and Configure pgBackRest for PostgreSQL 17 on Ubuntu 24.04 LTS

Install and Configure pgBackRest for PostgreSQL 17 on Ubuntu 24.04 LTS

inchirags@gmail.com   PostgreSQL DBA Tutorial         https://www.chirags.in ***************************************************************************************** * Install and Configure pgBackRest for PostgreSQL 17 on Ubuntu 24.04 LTS * ***************************************************************************************** YouTube Video: https://www.youtube.com/watch?v=S5NPR0H_kv4 pgBackRest is a…
Laravel 11 – Login with Email OTP

Laravel 11 – Login with Email OTP

Laravel 11 - Login with Email OTP https://youtu.be/Aat3AhB-99s Step 1: create Project composer create-project laravel/laravel LaravelLoginWithOTP cd LaravelLoginWithOTP Open in any text editor like vscode, sublime text, notepad, notepad ++…
Highly Available PostgreSQL Cluster using Patroni and HAProxy in Ubuntu 22.04 LTS

Highly Available PostgreSQL Cluster using Patroni and HAProxy in Ubuntu 22.04 LTS

inchirags@gmail.com          Chirags PostgreSQL DBA Tutorial         https://www.chirags.in ***************************************************** How to setup PostgreSQL Cluster with Patroni on Ubuntu 22.04 LTS *********************************************************************************************** https://www.youtube.com/watch?v=IjIBfnxU-5U Architecture: OS: Ubuntu 22.04 Postgres version: 14 Machine:…
PostgreSQL user creation and assign database

PostgreSQL user creation and assign database

sudo -u postgres psql create database db_chirags; create user chiragsusr with encrypted password 'deJmEc1p1Sc#964@!'; grant all privileges on database db_chirags to chiragsusr; psql db_chirags < /opt/db_chirags ---or--- su postgres pg_restore…
MySQL Tutorial – MySQL Master Slave Replication in Windows

MySQL Tutorial – MySQL Master Slave Replication in Windows

inchirags@gmail.com     Chirag's MySQL Tutorial                https://www.chirags.in ********************************************************************************************* MySQL Master Slave Replication in Windows *********************************************************************************************** Database replication is the frequent electronic copying of…
PostgreSQL Tutorial – How to setup streaming replication in PostgreSQL step by step on Ubuntu 24.04 LTS

PostgreSQL Tutorial – How to setup streaming replication in PostgreSQL step by step on Ubuntu 24.04 LTS

inchirags@gmail.com   Chirag's PostgreSQL DBA Tutorial         https://www.chirags.in ***************************************************************************************** * How to setup streaming replication in PostgreSQL-16 step by step on Ubuntu 24.04 LTS * ***************************************************************************************** Video Tutorial…