Skip to main content

Recently Updated Pages

Analyzing 10M+ Traefik Requests with GoAccess to Detect Traffic Patterns

Debugging Traefik Traffic Spikes Using ...

GoAccess Monitoring Guide for Traefik Logs This guide explains how to use GoAccess to analyze Tra...

Updated 3 months ago by Admin

Proxmox VM Provisioning with OpenTofu

Proxmox VM Provisioning with OpenTofu

Proxmox VM Provisioning with OpenTofu Automated VM provisioning on Proxmox VE using OpenTofu (Ter...

Updated 4 months ago by Admin

Network Static

OpenToFu Proxmox bpg/proxmox provider

  network: ethernets: ens18: addresses: - 172.16.10.26/24 nameserve...

Updated 4 months 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) sqlp...

Updated 5 months 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 5 months ago by rabiul.csedu82@gmail.com

Installation Process Apache Flink 1.18.1

Installation Process Apache Flink 1.18.1

Step 1 — Install Java 17 (Required for Flink 1.x) sudo dnf install -y java-17-openjdk java-17-ope...

Updated 5 months ago by Admin

Clarification Required on Resource Allocation and Migration Plan

ndc

Asslamulaikum, As per our initial requirement, we requested infrastructure resources for the BEZ...

Updated 5 months ago by Admin

Log raoted policy enforcement

Nginx access log rotate

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

Updated 6 months 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 6 months 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 6 months 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 7 months ago by Admin

New Page

clickhouse-cluster

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

Updated 7 months 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 7 months 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 7 months 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 7 months ago by Admin

Test Grpc

GRPC TEST

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

Updated 7 months ago by Admin

Jar create

CDC streaming pipeline from PostgreSQL ...

mvn clean package -DskipTests mvn clean install

Updated 7 months 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 7 months 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 7 months 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 7 months ago by Admin