Skip to content

Instantly share code, notes, and snippets.

View adeelkhan-ak's full-sized avatar
🏠
Working from home

Adeel Khan adeelkhan-ak

🏠
Working from home
View GitHub Profile
@adeelkhan-ak
adeelkhan-ak / Replication between two server for specific tables in mariadb.txt
Last active December 7, 2023 10:23
Replication between two server for specific tables in mariadb
# Run this on master host to get file name and position
show master status;
#making of channel
CHANGE MASTER 'channel' TO
MASTER_HOST = 'IP',
MASTER_USER = 'USER',
MASTER_PORT = 3306 ,
MASTER_PASSWORD = 'PASSWORD',

How to Build : First install essentials for Trex

sudo apt -y install zlib1g-dev build-essential python python3-distutils

Note: you might need additional Linux packages for that:

  • yum based (Fedora, CentOS, RedHat):

    sudo yum install kernel-devel-`uname -r`

@adeelkhan-ak
adeelkhan-ak / cloudSettings
Created June 22, 2020 18:56
cloudSettings
{"lastUpload":"2019-09-14T14:10:51.031Z","extensionVersion":"v3.4.2"}
@adeelkhan-ak
adeelkhan-ak / cloudSettings
Created June 22, 2020 18:56
cloudSettings
{"lastUpload":"2019-09-14T14:10:51.031Z","extensionVersion":"v3.4.2"}