Thursday, December 12, 2019

How to run the simple http server


1.open the terminal in linux
2.go to the current folder you want share and issue following on terminal

python -m SimpleHTTPServer

No comments:

Post a Comment

jq command in Linux

 How to access the {"field-name":"cskmetro"} echo "{\"field-name\":\"cskmetro\"}" |jq -r ...