summaryrefslogtreecommitdiff
path: root/content/services/fiche.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 11:57:32 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 11:57:32 +0100
commitd014b03ad74a5c90982db8e0b9fba8ea7f8c236a (patch)
tree7077db9c2f54a2199330534da8a3dda549bf0b46 /content/services/fiche.md
parente86f65b9dbf82e70bbb5fc5f7f4e73190994b4f7 (diff)
Rename paste to fiche
Diffstat (limited to 'content/services/fiche.md')
-rw-r--r--content/services/fiche.md20
1 files changed, 20 insertions, 0 deletions
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.