Skip to content

Instantly share code, notes, and snippets.

View HeyMehedi's full-sized avatar

Mehedi Hasan ⚡️ HeyMehedi

View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@HeyMehedi
HeyMehedi / node_nginx_ssl.md
Created December 1, 2021 13:49 — forked from bradtraversy/node_nginx_ssl.md
Node app deploy with nginx & SSL

Node.js Deployment

Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt

1. Sign up for Digital Ocean

If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a

2. Create a droplet and log in via ssh

I will be using the root user, but would suggest creating a new user

@HeyMehedi
HeyMehedi / admin-ssl-vesta.sh
Created June 22, 2020 14:47 — forked from hasinhayder/admin-ssl-vesta.sh
Install Admin Panel SSL Cert for VestaCP using LetsEncrypt
v-change-sys-hostname somedomain.com
v-add-letsencrypt-domain 'admin' $HOSTNAME '' 'yes'
v-update-host-certificate admin $HOSTNAME
echo "UPDATE_HOSTNAME_SSL='yes'" >> /usr/local/vesta/conf/vesta.conf