MongoDB: how to bind ip with multiple ip address phptuts December 12, 2021 MongoDB: how to bind ip with multiple ip address Solution for binding multiple IP Addresses bindIp: "127.0.0.1,xxx.xxx.xxx.xxx" Note: No spaces after commas Continue Reading
Install NodeJS on Ubuntu 21.10 phptuts December 1, 2021 Step 1: Install NodeJS apt-get install nodejs -y Result: Step 2: install npm apt-get install npm -y Result: Check version: node -v npm -v Continue Reading
How to install PHP8.0 on Ubuntu 21.10 phptuts December 1, 2021 Step 1: Install PHP apt-get install php -y apt-get install php-fpm -y apt-get install php-dev -y Result: Step 2: Install some extensions: apt-get install -y… Continue Reading