Add the words 'telnet' to the simple server post (so I find it with grep ;).
authorW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 18:35:04 +0000 (13:35 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 18:35:04 +0000 (13:35 -0500)
posts/Simple_servers.mdwn

index 97b03b89286b968bd37e02934f31a5db282d0850..e61c979203fe9343412e4f83bf77f7dddd0a5edc 100644 (file)
@@ -31,6 +31,9 @@ own.  If you want netcat to stay up you'll have to restart it:
 
 The `:` is Bash's noop.
 
+If you just want a simple telnet-style connection use:
+
+    b$ nc a.example.net 8080
 
 For a secure connection, use [OpenSSL][] (see [[X.509_certificate]]
 for more on generating keys and certificates):