public How To • 1 min read How To Install Node.js on Ubuntu & Debian Installation instructions Node.js v19.x: Using Ubuntu curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash…
public Question • 1 min read How to Undo a Commit in Git $ git commit -m "Something terribly misguided" # (0: Accidentally commited) $ git reset HEAD~ # (1) [ edit files as necessary ] # (2) $ git add…
public SSL • 1 min read how to setup HTTPS on localhost by Self-Signed Certificate Install OpenSSL on Linux Check-in terminal whether the Open SSL is installed or not. if installed then run the below…