Cheatsheet - Troubleshooting#
Reiniciar WSL#
Desde PowerShell:
wsl --shutdown
Luego vuelve a entrar:
wsl -d Ubuntu
Servicio no inicia#
sudo systemctl status nombre-servicio
journalctl -u nombre-servicio
Puerto ocupado#
ss -tulpn
Actualizar sistema#
sudo apt update
sudo apt upgrade -y