2018-03-02 | |
___A_pastebin________________________________________________________ | |
This gopher server does provide a pastebin service. This is powered | |
by [fiche][0] and is available at the standard port 9999 of this | |
server. This server uses a [modified][1] version though, so if | |
something does not work for you, I am to blame and you have to call | |
he [admin][2]. | |
You can dump a paste to this service by using netcat: | |
$ echo "hi there!" | nc vernunftzentrum.de 9998 | |
gopher://vernunftzentrum.de/vo5q | |
Note that on some netcat implementations, such as OpenBSD's you need to | |
ell it to call shutdown(1) properly for the server to get a proper EOF. | |
This is accomplished by passing it the -N flag. | |
Pastes will be kept for | |
mmmmmm # | |
#" mmm# mmm m m mmm | |
m" #" "# " # "m m" # " | |
m" # # m"""# #m# """m | |
m" "#m## "mm"# "# "mmm" | |
m" | |
"" | |
___References________________________________________________________ | |
[0]: https://github.com/solusipse/fiche.git | |
[1]: gopher://vernunftzentrum.de/1/ckeen/repos/fiche | |