Skip to content

Instantly share code, notes, and snippets.

View DaNuWa's full-sized avatar
💭
Eat Sleep Code Repeat

Yohan Fernando DaNuWa

💭
Eat Sleep Code Repeat
View GitHub Profile
@DaNuWa
DaNuWa / docker-help.md
Created May 19, 2022 13:07 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@DaNuWa
DaNuWa / EloquentCheatSheet.md
Created May 6, 2021 14:08 — forked from avataru/EloquentCheatSheet.md
Eloquent relationships cheat sheet
@DaNuWa
DaNuWa / node_nginx_ssl.md
Created April 26, 2021 04:44 — 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

@DaNuWa
DaNuWa / mysql_cheat_sheet.md
Created December 13, 2020 15:37 — forked from bradtraversy/mysql_cheat_sheet.md
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH