FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


appendix:telnet-html.html



Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
appendix:telnet-html.html [2017/11/07 00:48]
kurihara created
appendix:telnet-html.html [2017/12/16 22:50]
kurihara
Line 1: Line 1:
-====== http commands ======+[[:index.html#Appendix|Top#Appendix]] 
 +====== http with telnet ======
  
  
Line 40: Line 41:
 </code> </code>
  
 +
 +\\
 +=====Simple Web Server=====
 +<code>
 +# while true; do ( echo "HTTP/1.0 200 Ok"; echo; echo "Hello World" ) | nc -l 80; [ $? != 0 ] && break; done
 +</code>
 +
 +
 +
 +\\
 +\\
 +<WRAP box 90%>
 +<catlist -noAddPageButton -smallHead -sortAscending>
 +</WRAP>
 +
 +[[:index.html#Appendix|Top#Appendix]]


appendix/telnet-html.html.txt · Last modified: 2017/12/16 22:50 by kurihara