Somewhere, Something Incredible Is Waiting To Be Known !!!
(Move to ...)
Home
▼
Friday, 4 January 2019
Command to Delete Default gateway in ubuntu
Command to ADD or Delete Default gateway in Ubuntu :
Sudo ip route del default via 0.0.0.0
Thursday, 3 January 2019
Python Celery Run Commands
celery flower -A mytestsite --address=127.0.0.1 --port=5555
celery -A mytestsite worker -l info
celery -A mytestsite beat -l info
python3 manage.py runserver
‹
›
Home
View web version