⏰ Time:
🌡️ Temp:
Loading...
📌 คำสั่งที่ใช้บ่อย
โดย puk
•2025-09-02 05:48
gunicorn -w 4 -k uvicorn.workers.UvicornWorker -b 127.0.0.1:8000 app:app
gunicorn app:app --workers 4 -b 0.0.0.0:8000 --timeout 120
pm2 start appv3.py --name "telegram-bot" --interpreter python3
pm2 start allyproV201.py --interpreter $(which python) --name allypro
gunicorn run:app -b 0.0.0.0:5000
cloudflared tunnel --url http://localhost:8000
streamlit run bottbn.py