Skip to content

Instantly share code, notes, and snippets.

@programmerShinobi
programmerShinobi / executeOnTerminal.md
Last active May 25, 2024 01:34
Create Foreign Table From MySQL Server To PostgreSQL Server Using Docker On Linux Operating System

~ Command List :

  1. Install chumaky/postgres_mysql_fdw
$ sudo docker pull chumaky/postgres_mysql_fdw
  1. Install toleg/postgres_mysql_fdw
$ sudo docker pull toleg/postgres_mysql_fdw
@programmerShinobi
programmerShinobi / .env
Last active February 20, 2024 11:26
How to use elasticsearch in NestJS Framework
ELASTIC_HOST=Your_Elastic_Host_Is_Actived
@programmerShinobi
programmerShinobi / .env
Last active December 21, 2023 04:47
How to use Time To Live (TTL) Cache in Redis using NestJS Framework
REDIS_HOST=Your_Redis_Host_Is_Actived
REDIS_PORT=Your_Redis_Port_Is_Actived
@programmerShinobi
programmerShinobi / setup-php-with-sqlsrv-pdo_sqlsrv-on-linux-ubuntu.sh
Last active November 24, 2023 10:12
Setup PHP 8.1 with sqlsrv & pdo_sqlsrv on Linux (Ubuntu 22.04)
faqih@shinobi:~$ sudo apt-get update
faqih@shinobi:~$ sudo apt-get upgrade
faqih@shinobi:~$ sudo service packagekit restart
faqih@shinobi:~$ sudo apt-get update --fix-missing
faqih@shinobi:~$ sudo apt install lsb-release ca-certificates apt-transport-https software-properties-common -y
faqih@shinobi:~$ sudo add-apt-repository ppa:ondrej/php
faqih@shinobi:~$ sudo apt update
@programmerShinobi
programmerShinobi / setup-php-with-sqlsrv-pdo_sqlsrv-on-linux-ubuntu.sh
Last active April 19, 2024 07:53
Setup PHP 7.2 with sqlsrv & pdo_sqlsrv on Linux (Ubuntu 22.04)
faqih@shinobi:~$ sudo apt-get update
faqih@shinobi:~$ sudo apt-get upgrade
faqih@shinobi:~$ sudo service packagekit restart
faqih@shinobi:~$ sudo apt-get update --fix-missing
faqih@shinobi:~$ sudo apt install software-properties-common
faqih@shinobi:~$ sudo add-apt-repository ppa:ondrej/php
faqih@shinobi:~$ sudo apt update
@programmerShinobi
programmerShinobi / setup-exceljs-library-in-nestjs-framework.sh
Last active March 20, 2024 18:34
Setup exceljs library in nestjs framework
#1 Install dependecies :
- fs-extra
- exceljs
- multer
- @types/multer
- lodash
- class-validator
- class-transformer
- rxjs