Skip to main content

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