| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | Feb 21 at 8:59 | |
| stats | profile views | 26 |
|
May 15 |
awarded | Popular Question |
|
Apr 5 |
awarded | Nice Question |
|
Mar 6 |
awarded | Popular Question |
|
Feb 8 |
awarded | Notable Question |
|
Nov 7 |
awarded | Popular Question |
|
Nov 7 |
awarded | Yearling |
|
Sep 14 |
awarded | Popular Question |
|
Jul 19 |
awarded | Popular Question |
|
Jun 2 |
comment |
TLS over unix pipe @psusi see comments in the answer below. It's mostly useful for debugging. |
|
May 28 |
comment |
Magic file that redirects to standard output I was hoping there was an answer for all (or all usable) unices... |
|
May 28 |
accepted | Magic file that redirects to standard output |
|
May 28 |
asked | Magic file that redirects to standard output |
|
Apr 16 |
revised |
Installing basic OS on a server without console solution link |
|
Apr 15 |
accepted | Installing basic OS on a server without console |
|
Apr 15 |
comment |
Installing basic OS on a server without console No hint for how to get the IP of the computer later, without a screen attached to the headless desktop. |
|
Apr 15 |
asked | Installing basic OS on a server without console |
|
Mar 2 |
revised |
TLS over unix pipe pipes are not (necessarily) bidirectional |
|
Mar 2 |
comment |
TLS over unix pipe @jofel, correct. I'll have a look at the vde2 package. Thanks |
|
Mar 1 |
comment |
TLS over unix pipe It's really handy for debugging purposes. For instance, you can test an HTTP proxy with (echo -e 'CONNECT example.com 443 HTTP/1.1';tlsOnPipe)|nc proxyserver 8080. It can also make sense if you want to use TLS authentication (say, client cert), and to expose your service through tcp and through unix pipes. |
|
Mar 1 |
revised |
TLS over unix pipe added 281 characters in body |