How to upgrade NodeJS using NPM

Posted by Damodar Bashyal on September 08, 2017

 

Quick steps to upgrade:

Check current installed nodejs version.

[[email protected]]# node -v

Force clean cache.

[[email protected]]# npm cache clean -f

More»

Generate new SSL certificate using SAN for localhost

Posted by Damodar Bashyal on July 19, 2017

 

SSH into your server and follow below steps:


NOTE: I am logged in as root, so I haven't used SUDO.

Google Chrome Browser Certificate Export

More»

Linux remove IP from fail2ban f2b

Posted by Damodar Bashyal on February 01, 2017

 

First check if your IP has been banned:

More»