Comandos utiles

# iniciar ngrok
./ngrok http 3000

# Hacer usb booteable
sudo dd bs=512K status=progress if=linuxmint-19.1-cinnamon-64bit.iso of=/dev/sdb

# Matar proceso que este utilizando un puerto especifico
sudo kill $(sudo lsof -t -i:9001)

python3 -m http.server

#windows
 netstat -ano | findstr :8000
 taskkill /PID 684 /F

Revision #5
Created 15 July 2019 17:36:56 by Juan Navas
Updated 28 January 2021 23:22:45 by Juan Navas