Skip to content

Instantly share code, notes, and snippets.

View Victor-Smith-Dev's full-sized avatar
👁️
Open Your Mind !!

Victor S'mith Victor-Smith-Dev

👁️
Open Your Mind !!
View GitHub Profile
@Victor-Smith-Dev
Victor-Smith-Dev / link-command-VSCode.md
Last active November 23, 2021 13:47
macOS add command to run VSCode from terminal
@Victor-Smith-Dev
Victor-Smith-Dev / extract-7zip-file.md
Last active March 7, 2022 20:46
Extract 7zip file on NodeJs

Extract 7zip file on NodeJs

This is the default option

import Seven from 'node-7z'; // or const Seven = require('node-7z');

const extract = Seven.extractFull('./archive.7z', './output/dir/', {
  $progress: true
});
@Victor-Smith-Dev
Victor-Smith-Dev / create-vps-aws.md
Last active January 12, 2023 00:06
Crear nueva vpc en aws

Crear nueva vpc en aws con la siguiente estructura:

My first Vpc Diagram

  • Buscar en los servicios de aws VPC.
  • Presionar "Sus VPCs".
    • presionar el botón "crear vpc".
    • asignar nombre.
  • elegir una red local, se puede dejar la que está por defecto (10.0.0.0/24).