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 ++++++++++++++++++++ content/services/paste.md | 21 --------------------- 2 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 content/services/fiche.md delete mode 100644 content/services/paste.md (limited to 'content') 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. diff --git a/content/services/paste.md b/content/services/paste.md deleted file mode 100644 index 4a89816..0000000 --- a/content/services/paste.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Pastes ---- - -Pastes are hosted through [fiche](https://github.com/solusipse/fiche). The -domain on which the pastes become available is `https://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