Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
nc http server
O.Badr
Programming language:
Shell/Bash
2021-05-26 10:12:48
0
Q:
nc http server
Sean Hare
Code:
Shell/Bash
2021-03-23 05:15:24
while
true
;
do
echo
-e
"HTTP/1.1 200 OK\n\n
$(date)
"
| nc -l -p 1500 -q 1
done
0
Tags
server
http
Related
linux start simple http server
New to Communities?
Join the community