Install NodeJS on Ubuntu 20.04 phptuts October 28, 2021 Step 1: sudo apt update Step 2: Install NodeJS apt-get install nodejs -y Result: Step 3: install npm apt-get install npm -y Result: Continue Reading
How to install PHP7.4 on Ubuntu 20.04 phptuts October 28, 2021 Step 1: Install PHP apt-get install php7.4 -y apt-get install php7.4-fpm -y apt-get install php7.4-dev -y Step 2: Install some extensions: apt-get install -y php7.4-gd… Continue Reading
How to fix Let’s Encrypt certificates error after 09/30/2021 phptuts October 2, 2021 Reason: DST Root CA X3 Certificate Expires at 09/30/2021 Fix on Windows: Step 1: Run certmgr.msc Step 2: Download files: https://letsencrypt.org/certs/isrgrootx1.pem https://letsencrypt.org/certs/isrg-root-x2.pem Step 3: Trusted… Continue Reading