Updated Apple II (markdown)

Oliver Schmidt 2018-11-03 16:07:46 +01:00
parent 2f0af1fca5
commit b41c78edc5

@ -28,4 +28,4 @@ Bare bones [Internet Relay Chat](https://en.wikipedia.org/wiki/Internet_Relay_Ch
Web server for static web pages. Just place *.HTM, *.CSS, *.PNG, *.GIF and *.JPG files on the disk (image) to have them served.
* **TELNETD.SYSTEM**
Telnet daemon providing access to a simple shell for a Telnet client like [PuTTY](https://www.putty.org/). In the shell you can type `help` to get a list of commands and use the pipe operator `|` to provide the output of one command as input to another command (e.g. `wget www.google.com | write google.htm`).
Telnet daemon providing access to a simple shell for a Telnet client like [PuTTY](https://www.putty.org/). In the shell you can type `help` to get a list of commands and use the pipe operator `|` to provide the output of one command as input to another command (e.g. `wget www.google.com | write google.htm`). If an [Uthernet II](http://www.a2retrosystems.com/products.htm) Ethernet card is used then the [Uthernet II Reviewer's Guide](https://github.com/a2retrosystems/uthernet2/wiki/Uthernet-II-Reviewer%27s-Guide) might be of interest.