Skip to content

Instantly share code, notes, and snippets.

View lechugalf's full-sized avatar

Victor Lechuga lechugalf

  • México
View GitHub Profile
@lechugalf
lechugalf / retos_ejercicios.sql
Last active October 29, 2020 00:12
Sesión 1: Fundamentos de SQL
# SESIÓN 1
## RETO 1 - ESTRUCTURA DE UNA TABLA
USE tienda;
SHOW tables;
DESCRIBE articulo;
DESCRIBE puesto;
DESCRIBE venta;
# tipo | descripcion
# Allowing ssh connection and manage of utility
# ip host 192.168.1.97
# ip vm 192.168.1.121
# services running in vm:
# - mongodb
# - mqtt server
# install ssh
sudo apt-get install openssh-server -y