9health / moviegeek

A django website used in the book Practical Recommender Systems to illustrate how recommender algorithms can be implemented.
MIT License
0 stars 0 forks source link

Security while connecting to MovieGEEKs website to develop #27

Open 9health opened 1 year ago

9health commented 1 year ago

Description

Solution

Output

History

9health commented 1 year ago

References

SSH Forward Port Example

# Create a simple Python web server
python3 -m http.server 9000

# Setup SSH port forwarding from port 9000 on server to port 9000 on localhost
ssh  -N -L 9000:localhost:9000 -i ~/.ssh/id_rsa_ninehealth_westus ninehealth@ninehealth.westus.cloudapp.azure.com

On the local PC/laptop, connect to the web server at this address

http://localhost:9000
quangvv9Life commented 1 year ago

Hi Hải,

Thank Hải đã hướng dẫn cách reverse ssh để bảo vệ db food nhé

Sắp tới lại phải có thêm 1 task liên quan đến "scaping thêm dữ liệu về db" Hải ạ

Nhưng tạm thời thì cứ dùng trên DB cooky + myfitnesspal + GI GL thôi đã . Hy vọng code scraping của Hải và em Đức chạy vẫn ổn cho các task lấy dữ liệu sắp tới

BR Quang