summaryrefslogtreecommitdiff
path: root/content/services/paste.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/services/paste.md')
-rw-r--r--content/services/paste.md21
1 files changed, 0 insertions, 21 deletions
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.