termtrick.com
Run
API
Facebook
Twitter
LinkedIn
Copy link
Simple minimal HTTP Server
netcat
Trick copyright:
The Book of Secret Knowledge <
https://github.com/trimstray/the-book-of-secret-knowledge
>
while true ; do nc -l -p 1500 -c 'echo -e "HTTP/1.1 200 OK\n\n $(date)"' ; done
click the source code to copy
install
netcat
on any operating system with
command-not-found.com