Anwar

Posts

Nodejs install no root sudo permission linux cento

https://www.digizol.com/2017/08/nodejs-install-no-root-sudo-permission-linux-centos.html     First install nodejs and npm using apt-get sudo apt-get update && sudo apt-get install nodejs npm Figure out who is logged in...

Node.js Node.js Port 3000 already in use

You can search on how to kill that process. For Linux/Mac OS search (sudo) run this in the terminal: $ lsof -i tcp:3000 $ kill -9 PID On Windows:...

Node.js how to use pm2 to setup a node js production environment on an ubuntu vps

https://www.digitalocean.com/community/tutorials/how-to-use-pm2-to-setup-a-node-js-production-environment-on-an-ubuntu-vps Introduction This tutorial aims to help you setup up an Ubuntu server to run Node.js applications, including apps based on Express, Geddy, or Sails....

Node.js How To Set Up a Node.js Application for Production on Ubuntu 20.04

https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-20-04     Introduction Node.js is an open-source JavaScript runtime environment for building server-side and networking applications. The platform runs on Linux, macOS, FreeBSD, and Windows....

Node.js bin path

running dpkg-query -L nodejs will list the full path to every file belonging to the nodejs package. If /usr/bin/node is not there (it should be a symlink to /usr/bin/nodejs), then something went...

No module named MySQLdb

ou need to import MySQLdb in db.py instead of sample code, otherwise in db.py the interpreter cannot understand what is MySQLdb. You can check Python modules for more details. Hope it helps. https://stackoverflow.com/questions/35712562/nameerror-global-name-mysqldb-is-not-defined

Nginx emergproxy pass directive is duplicate in conf

https://stackoverflow.com/questions/51709558/nginx-emerg-xxx-directive-is-duplicate-in-etc-nginx-conf-d-xxx-conf7   nginx: [emerg] “XXX” directive is duplicate in /etc/nginx/conf.d/XXX.conf:7 Ask Question Asked 2 years, 10 months ago Active 20 days ago Viewed 5k times 4 when doing...

Nextgen markets.com wordpress multi website server migration plan

nextgen-markets.com  wordpress multi website server migration plan   Backup entire website by Cpanel Backup Download backup files Download database AWS-EC2 server configuration for Webserver by...

Next.js Watchpack Error (watcher) Error EACCES permission denied, watch home

https://github.com/webpack/watchpack/issues/187   https://medium.com/@ExplosionPills/dont-use-sudo-with-npm-still-66e609f5f92