projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17eb6e9
)
Add the words 'telnet' to the simple server post (so I find it with grep ;).
author
W. Trevor King
<wking@drexel.edu>
Tue, 24 Jan 2012 18:35:04 +0000
(13:35 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 24 Jan 2012 18:35:04 +0000
(13:35 -0500)
posts/Simple_servers.mdwn
patch
|
blob
|
history
diff --git
a/posts/Simple_servers.mdwn
b/posts/Simple_servers.mdwn
index 97b03b89286b968bd37e02934f31a5db282d0850..e61c979203fe9343412e4f83bf77f7dddd0a5edc 100644
(file)
--- a/
posts/Simple_servers.mdwn
+++ b/
posts/Simple_servers.mdwn
@@
-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):