https://github.com/zakaton/python-yolo
https://github.com/zakaton/python-yolo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zakaton/python-yolo
- Owner: zakaton
- Created: 2023-08-02T19:48:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T16:30:11.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T10:28:01.708Z (over 1 year ago)
- Language: JavaScript
- Size: 5.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Yolo
run to kill process
```
sudo kill `sudo lsof -t -i:8080`
```
run to setup key:
```
openssl genrsa -out private_key.key 2048
```
```
openssl req -new -key private_key.key -out certificate.csr
```
```
openssl x509 -req -days 365 -in certificate.csr -signkey private_key.key -out certificate.crt
```
and put them in the `/sec` folder