Install PM2 on Ubuntu

Using yarn:  
yarn global add pm2
Using npm
npm install pm2 -g
Using debian
apt update && apt install sudo curl && curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | sudo -E bash -
Direct I/O in PostgreSQL

Direct I/O in PostgreSQL

Direct I/O (DIO) refers to a method of reading and writing data directly between an application’s buffers and the storage device, bypassing the Operating System’s

Read More »
Install PM2 on Ubuntu
Scroll to top