Skip to content

Instantly share code, notes, and snippets.

View InspiredEnigma12477's full-sized avatar
💨
I may be slow to respond.

Shivam Sakore InspiredEnigma12477

💨
I may be slow to respond.
View GitHub Profile
@InspiredEnigma12477
InspiredEnigma12477 / docker_NodeJS.md
Created January 2, 2023 06:57
Docker commands for the file to run a simple Experess Node Js application

Docker Commands for NodeJS App

Get to sudo Mode

  • just because you can
sudo su

Update the Linux Distro

This is for the AWS Linux EC2

@InspiredEnigma12477
InspiredEnigma12477 / dotnet_cheatsheet.md
Created January 2, 2023 05:51
Dotnet CheatSheet for CLI

DotNet CLI Cheatsheet

New Solution:

dotnet new sln -n sln_name

List available new commands:

dotnet new -h