Skip to main content

Recently Updated Pages

Log raoted policy enforcement

Nginx access log rotate

Final logrotate config for access.json Create / edit: sudo nano /etc/logrotate.d/ng...

Updated 1 week ago by Admin

Too many open files debug in k8s

Too many Open files

ulimit -n Output : 1048576 kubelet limit systemctl show kubelet | grep NOFILE Output : LimitNOFI...

Updated 1 week ago by Admin

Connect to Compute Engine using SSH keys and Cloud Build

Cloud Build

Goal:Allow Cloud Build to SSH into a Compute Engine VM (e.g. abc-dev) using a fixed SSH key store...

Updated 2 weeks ago by Admin

squid

3Proxy-Server Install

Based on the project structure, this is a Laravel 10 PHP application for managing Squid proxy use...

Updated 1 month ago by Admin

New Page

clickhouse-cluster

CREATE TABLE my_table ON CLUSTER default ( `id` UInt64, `name` String, `created_at` String )...

Updated 1 month ago by Admin

Create db and replicated tables

clickhouse-cluster

Build Replicated ClickHouse Tables Keeper is fully working.Now you can create replicated databas...

Updated 1 month ago by Admin

Some Essential checks

clickhouse-cluster

Check keeper : echo ruok | nc 127.0.0.1 9181 sudo systemctl restart clickhouse-keeper Ch...

Updated 1 month ago by Admin

Install ClickHouse on Centos 8

Install ClickHouse on Centos 8

add repo sudo dnf install -y yum-utils sudo yum-config-manager --add-repo https://packages.clickh...

Updated 1 month ago by Admin

New Page

3Proxy-Server Install

nscache 65536nserver 8.8.8.8nserver 8.8.4.4 config /conf/3proxy.cfgmonitor /conf/3proxy.cfg log...

Updated 1 month ago by Admin

Test Grpc

GRPC TEST

First run the grpcurl docker run --rm -v $(pwd):/proto fullstorydev/grpcurl \ -plaintext \ -i...

Updated 1 month ago by Admin

Jar create

CDC streaming pipeline from PostgreSQL ...

mvn clean package -DskipTests mvn clean install

Updated 1 month ago by Admin

CDC streaming pipeline from PostgreSQL → Kafka → Flink → ClickHouse.

CDC streaming pipeline from PostgreSQL ...

sudo wget https://repo1.maven.org/maven2/com/clickhouse/flink/flink-connector-clickhouse-2.0.0/0....

Updated 1 month ago by Admin

Install PostgreSQL 16.9 on CentOS 8

Install PostgreSQL 16.9 on CentOS 8

Install PostgreSQL 16.9 on CentOS 8 / CentOS Stream 8 1. Disable Built‑in PostgreSQL Module sudo ...

Updated 1 month ago by Admin

Create table and test

PostgreSQL 16 + Debezium CDC Setup Guide

Connect to PostgreSQL If your DB name is mydb: psql -U postgres -W -d mydb OR...

Updated 1 month ago by Admin

PostgreSQL 16 + Debezium CDC Setup Guide

PostgreSQL 16 + Debezium CDC Setup Guide

PostgreSQL 16 + Debezium CDC Setup Guide (Step-by-Step) This document explains: Enabling Postgre...

Updated 1 month ago by Admin

MongoDB 8 Installation Guide for CentOS 8

MongoDB 8 Installation Guide for CentOS 8

Install MongoDB 8 on CentOS 8 This guide provides the correct steps to install MongoDB 8.0 on Cen...

Updated 1 month ago by Admin

Test CDC

Oracle CDC

STEP 1 — Create a Test Table (Inside PDB) Connect to Oracle inside the container: d...

Updated 1 month ago by Admin

Create Oracle User and Grant Required Permissions

Oracle CDC

Oracle 19c + Debezium LogMiner Setup Guide 1. Enable Required Database Settings (CDB$ROOT) sqlplu...

Updated 1 month ago by Admin

Check PDB/CDB

Oracle CDC

IN dbever SELECT SYS_CONTEXT('USERENV', 'CON_NAME') AS container FROM dual; In root ALTER SE...

Updated 1 month ago by Admin

Create User and permissions

Debezium MSSQL CDC with Kafka (KRaft)

✅ SQL Server Debezium Test — Without GO 1. Create Database CREATE DATABASE Debezium...

Updated 1 month ago by Admin