From e86f65b9dbf82e70bbb5fc5f7f4e73190994b4f7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 15 Dec 2021 11:54:29 +0100 Subject: Add section for services --- content/services/_index.md | 11 +++++++++++ content/services/paste.md | 21 +++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 content/services/_index.md create mode 100644 content/services/paste.md (limited to 'content') diff --git a/content/services/_index.md b/content/services/_index.md new file mode 100644 index 0000000..dd98e8b --- /dev/null +++ b/content/services/_index.md @@ -0,0 +1,11 @@ +--- +title: Services +--- + +These are all the services I run for public use. + + diff --git a/content/services/paste.md b/content/services/paste.md new file mode 100644 index 0000000..4a89816 --- /dev/null +++ b/content/services/paste.md @@ -0,0 +1,21 @@ +--- +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