vault backup: 2026-01-20 17:03:47

This commit is contained in:
2026-01-20 17:03:47 +03:00
parent be7dfded13
commit 49ced85868
12 changed files with 14 additions and 19 deletions

20
Личное/Commands.md Normal file
View File

@@ -0,0 +1,20 @@
Найти процессы по порту
```bash
netstat -ano | findstr :9090 | findstr LISTENING
```
Убить процесс
```bash
taskkill /PID 8768 /F
powershell.exe -Command "Stop-Process -Id 8768 -Force"
```
Запустить npx приложение на порту
```bash
cd D:/Pet_projects/savings/react-app/savings-mobile && npx serve dist -p 3000
```
```
46U8w7EdHd6CBdrd3TyA
```