From d014b03ad74a5c90982db8e0b9fba8ea7f8c236a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 11:57:32 +0100 Subject: Rename paste to fiche --- content/services/fiche.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/services/fiche.md (limited to 'content/services/fiche.md') diff --git a/content/services/fiche.md b/content/services/fiche.md new file mode 100644 index 0000000..64b9c43 --- /dev/null +++ b/content/services/fiche.md @@ -0,0 +1,20 @@ +--- +title: Fiche +--- + +Fiche is used for hosting pastes, which can then be accessed over HTTP at +`p.tyil.nl`. The easiest way to create a new paste is with `nc`. + +To paste the output of a given command: + +``` +$command | nc tyil.nl 9999 +``` + +Or, to upload the contents of a file: + +``` +nc tyil.nl 9999 < file +``` + +The buffer size is set to 32k, so that is the maximum size you can paste to it. -- cgit v1.1