- Edit package.json
{ ... "dependencies": { "@nestjs/bull": "^10.0.1", "@nestjs/common": "^10.3.0", "@nestjs/config": "^3.1.1", "@nestjs/core": "^10.3.0", "@nestjs/elasticsearch": "^10.0.1",
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 Install dependecies : | |
- fs-extra | |
- exceljs | |
- multer | |
- @types/multer | |
- lodash | |
- class-validator | |
- class-transformer | |
- rxjs | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REDIS_HOST=Your_Redis_Host_Is_Actived | |
REDIS_PORT=Your_Redis_Port_Is_Actived |
~ Command List :
- Install chumaky/postgres_mysql_fdw
$ sudo docker pull chumaky/postgres_mysql_fdw
- Install toleg/postgres_mysql_fdw
$ sudo docker pull toleg/postgres_mysql_fdw
Postman Installation Via Snap (Linux OS | Ubuntu | Debian) :
- Postman recommends installing using Snap because it includes all the libraries the app needs and they're bundled with the app itself.
- The support of certain Linux distributions depends on if they're supported by Electron.
- Install Electron
$ sudo apt-get install build-essential clang libdbus-1-dev libgtk-3-dev \ libnotify-dev libasound2-dev libcap-dev \
libcups2-dev libxtst-dev \
To install Docker Engine, you need the 64-bit version of one of these Ubuntu versions:
- Ubuntu Noble 24.04 (LTS)
- Ubuntu Jammy 22.04 (LTS)
- Ubuntu Focal 20.04 (LTS)
Docker Engine for Ubuntu is compatible with x86_64 (or amd64), armhf, arm64, s390x, and ppc64le (ppc64el) architectures.
Before you can install Docker Engine, you need to uninstall any conflicting packages.
OlderNewer