(出處: 彩色筆小沛的知識庫)
參考 https://forum.jdp.tw/thread-60336-1-1.html
按左下角的開始 ==>在放大鏡左方 填入認證 ==>管理windows認證 ==>windows認證
(出處: 彩色筆小沛的知識庫)
參考 https://forum.jdp.tw/thread-60336-1-1.html
按左下角的開始 ==>在放大鏡左方 填入認證 ==>管理windows認證 ==>windows認證
anacoda
https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart
django
https://www.digitalocean.com/community/tutorials/how-to-install-the-django-web-framework-on-ubuntu-18-04
如何啟動 ~/django-test
source my_env/bin/activate
如何關掉 ~/django-test
deactivate
python3 裝了沒
~/django-test
python3 -V
django 裝了沒
~/django-test
python3 -m django --version
在 ~/django-test 新增 mytestsite web點
django-admin startproject mytestsite
runserver
~/django-test/mytestsite
python3 manage.py runserver
reference from http://n.sfs.tw/content/index/10450
type cd
type ifconfig
ifconfig ==>ip addr
route ==> ip -route
traceroute www.google.com.tw ==>tracepath www.google.com.tw
netstat ==> ss -lt
ss -t
ss -u
ssh
ssh ==>ssh root@192.168.2.24